Generated Narrative: Location
mode: instance
type: Provider's Office (RoleCode#PROFF)
address: 7A Henson Pl SALE VIC 3850 AU
"
];
fhir:Location.mode [ fhir:value "instance"];
fhir:Location.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:Coding.code [ fhir:value "PROFF" ];
fhir:Coding.display [ fhir:value "Provider's Office" ]
]
];
fhir:Location.address [
fhir:Address.line [
fhir:value "7A Henson Pl";
fhir:index 0
];
fhir:Address.city [ fhir:value "SALE" ];
fhir:Address.state [ fhir:value "VIC" ];
fhir:Address.postalCode [ fhir:value "3850" ];
fhir:Address.country [ fhir:value "AU" ]
] .
# - ontology header ------------------------------------------------------------