Polaris FHIR Implementation Guide
1.9.4 - ci-build
Polaris FHIR Implementation Guide - Local Development build (v1.9.4) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "cedarbrook-site-a",
"meta" : {
"profile" : [
🔗 "https://fhir.apps.health/StructureDefinition/polaris-core-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Cedarbrook Family Health - Site A, postal code T2N 1A1.</p></div>"
},
"identifier" : [
{
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-location-identifier",
"value" : "cedarbrook-site-a"
}
],
"name" : "Cedarbrook Family Health - Site A",
"address" : {
"postalCode" : "T2N 1A1"
},
"managingOrganization" : {
"identifier" : {
"system" : "https://fhir.apps.health/NamingSystem/organization-identifier",
"value" : "cedarbrook-clinic"
}
}
}