My Health Record FHIR IG - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Test Org -DigitalHealth 2 (Vendor Environment HI Test Data plus alias) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
# Compliant with HI Test Data in Vendor Environment
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "hi-testdata-general-health-admin"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization hi-testdata-general-health-admin</b></p><a name=\"hi-testdata-general-health-admin\"> </a><a name=\"hchi-testdata-general-health-admin\"> </a><a name=\"hi-testdata-general-health-admin-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003626566699734</p><p><b>type</b>: <span title=\"Codes:{http://www.abs.gov.au/ausstats/[email protected]/mf/1220.0 253511}\">Surgeon (General)</span></p><p><b>name</b>: Test Org -DigitalHealth 2</p><p><b>alias</b>: Digital Health 2</p><p><b>address</b>: 23 Johnsson Lane ULTIMO NSW 2007 AU (work)</p></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NOI" ] ;
fhir:display [ fhir:v "National Organisation Identifier" ] ] ) ;
fhir:text [ fhir:v "HPI-O" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpio/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003626566699734" ]
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/[email protected]/mf/1220.0"^^xsd:anyURI ] ;
fhir:code [ fhir:v "253511" ] ;
fhir:display [ fhir:v "Surgeon (General)" ] ] )
] ) ; #
fhir:name [ fhir:v "Test Org -DigitalHealth 2"] ; #
fhir:alias ( [ fhir:v "Digital Health 2"] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
( fhir:line [ fhir:v "23 Johnsson Lane" ] ) ;
fhir:city [ fhir:v "ULTIMO" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "2007" ] ;
fhir:country [ fhir:v "AU" ]
] ) . #