@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "metro-specialist-services-group-nsw-yerong"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Location metro-specialist-services-group-nsw-yerong

status: Active

name: Metropolitan Specialist Services Group Yerongpilly NSW

mode: Instance

type: Endocrinology clinic, Pediatric endocrinology clinic

telecom: info@metrospeicalistservicesgroup.example.com, ph: (02) 5550 6537(Work), fax: (02) 5550 6538(Work)

address: Suite 10, Sanford Jackson Building 88 Station Road Yerongpilly NSW 2061 AU

managingOrganization: Organization Metropolitan Specialist Services Group

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "Metropolitan Specialist Services Group Yerongpilly NSW"] ; # fhir:mode [ fhir:v "instance"] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "ENDO" ] ; fhir:display [ fhir:v "Endocrinology clinic" ] ] [ a sct:702854000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "702854000" ] ; fhir:display [ fhir:v "Endocrinology clinic" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "PEDE" ] ; fhir:display [ fhir:v "Pediatric endocrinology clinic" ] ] [ a sct:702903001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "702903001" ] ; fhir:display [ fhir:v "Paediatric endocrinology clinic" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@metrospeicalistservicesgroup.example.com" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(02) 5550 6537" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "(02) 5550 6538" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address [ fhir:type [ fhir:v "physical" ] ; fhir:line ( [ fhir:v "Suite 10, Sanford Jackson Building" ] [ fhir:v "88 Station Road" ] ) ; fhir:city [ fhir:v "Yerongpilly" ] ; fhir:state [ fhir:v "NSW" ] ; fhir:postalCode [ fhir:v "2061" ] ; fhir:country [ fhir:v "AU" ] ] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/metro-specialist-services-group" ] ] . # # -------------------------------------------------------------------------------------