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
: Metropolitan Eye Test Clinic - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ophthalmology-clinic"] ; #
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 ophthalmology-clinic</b></p><a name=\"ophthalmology-clinic\"> </a><a name=\"hcophthalmology-clinic\"> </a><a name=\"ophthalmology-clinic-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003629900033370</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 702894003}\">Ophthalmology clinic</span></p><p><b>name</b>: Metropolitan Eye Test Clinic</p><p><b>address</b>: 6789 Anne Road Brisbane QLD 4000 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: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 "8003629900033370" ]
] ) ; #
fhir:type ( [
( fhir:coding [
a sct:702894003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "702894003" ] ;
fhir:display [ fhir:v "Ophthalmology clinic" ] ] )
] ) ; #
fhir:name [ fhir:v "Metropolitan Eye Test Clinic"] ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
( fhir:line [ fhir:v "6789 Anne Road" ] ) ;
fhir:city [ fhir:v "Brisbane" ] ;
fhir:state [ fhir:v "QLD" ] ;
fhir:postalCode [ fhir:v "4000" ] ;
fhir:country [ fhir:v "AU" ]
] ) . #