Observation Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-observation |
|---|---|
| Status | draft · 1.26.0 |
| Base | Observation (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for the Observation resource, based on CA-Core. Represents measurements, tests, and simple assertions originating from source EMRs for aggregation.
Examples
Avery Diastolic Blood Pressure · Avery Height · Avery LDL Cholesterol · Avery PAP Screening (Completed Externally) · Avery Smoking Cessation (Refused) · Avery Systolic Blood Pressure · Hemoglobin Lab Result
Hemoglobin Lab Result
Example hemoglobin laboratory result observation
Observation/hemoglobin-result — claims conformance to Observation Profile
{
"resourceType": "Observation",
"id": "hemoglobin-result",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-observation"
]
},
"identifier": [
{
"use": "secondary",
"system": "../NamingSystem/cedarbrook-clinic-observation-raw-code",
"value": "EMR-OBS-HEMOGLOBIN-20250408"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"text": {
"status": "generated",
"div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>Hemoglobin level measured at 68 g/L using in-clinic point-of-care testing device on April 8, 2025 at 10:12 am.</p></div>"
},
"subject": {
"reference": "Patient/avery-linwood"
},
"code": {
"text": "Hemoglobin"
},
"effectiveDateTime": "2025-04-08T10:12:00-06:00",
"performer": [
{
"reference": "Practitioner/dr-emil-navarro",
"display": "Dr. Emil Navarro"
}
],
"valueQuantity": {
"value": 68,
"unit": "g/L"
}
}
Referenced by: Anemia Diagnostic Report