Polaris FHIR Implementation Guide
1.9.2 - ci-build
Polaris FHIR Implementation Guide - Local Development build (v1.9.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "bp-diastolic-avery-20250408",
"meta" : {
"profile" : [
🔗 "https://fhir.apps.health/StructureDefinition/polaris-core-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Diastolic blood pressure for Avery Linwood on April 8, 2025: 76 mmHg.</p></div>"
},
"identifier" : [
{
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-observation-identifier",
"value" : "OBS-BP-DIA-AVERY-20250408"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "Vital Signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8462-4",
"display" : "Diastolic blood pressure"
}
],
"text" : "Diastolic blood pressure"
},
"subject" : {
"identifier" : {
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier",
"value" : "1234567890"
},
"display" : "Avery Linwood"
},
"encounter" : {
"identifier" : {
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-encounter-identifier",
"value" : "enc-avery-20250408-01"
},
"display" : "Annual physical with anemia workup"
},
"effectiveDateTime" : "2025-04-08T09:15:00-06:00",
"performer" : [
{
"identifier" : {
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier",
"value" : "NAVARRO-PRAC-001"
},
"display" : "Dr. Emil Navarro"
}
],
"valueQuantity" : {
"value" : 76,
"unit" : "mmHg",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
}