Polaris FHIR Implementation Guide
1.9.7 - ci-build
Polaris FHIR Implementation Guide - Local Development build (v1.9.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "avery-linwood",
"meta" : {
"profile" : [
🔗 "https://fhir.apps.health/StructureDefinition/polaris-core-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Avery Linwood, 34-year-old female, active patient residing in T2N 3C4.</p></div>"
},
"identifier" : [
{
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier",
"value" : "1234567890"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "JHN",
"display" : "Jurisdictional health number"
}
]
},
"system" : "https://fhir.infoway-inforoute.ca/NamingSystem/ca-ab-patient-healthcare-id",
"value" : "123456789"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Linwood",
"given" : [
"Avery"
]
}
],
"gender" : "female",
"birthDate" : "1990-06-05",
"address" : [
{
"postalCode" : "T2N 3C4"
}
],
"managingOrganization" : {
"identifier" : {
"system" : "https://fhir.apps.health/NamingSystem/organization-identifier",
"value" : "cedarbrook-clinic"
}
}
}