Generated Narrative: Location
mode: instance
type: Aged care facility (SNOMED CT#257652008)
address: 12 Hoseason St FREMANTLE WA 6160 AU (WORK)
physicalType: Site (Location type#si)
"
];
fhir:Location.mode [ fhir:value "instance"];
fhir:Location.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:257652008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "257652008" ];
fhir:Coding.display [ fhir:value "Aged care facility" ]
]
];
fhir:Location.address [
fhir:Address.use [ fhir:value "work" ];
fhir:Address.type [ fhir:value "physical" ];
fhir:Address.line [
fhir:value "12 Hoseason St";
fhir:index 0
];
fhir:Address.city [ fhir:value "FREMANTLE" ];
fhir:Address.state [ fhir:value "WA" ];
fhir:Address.postalCode [ fhir:value "6160" ];
fhir:Address.country [ fhir:value "AU" ]
];
fhir:Location.physicalType [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ];
fhir:Coding.code [ fhir:value "si" ];
fhir:Coding.display [ fhir:value "Site" ]
]
] .
# - ontology header ------------------------------------------------------------