Skip to content

Observation Profile

Canonical../StructureDefinition/nexus-emr-core-observation
Statusdraft · 1.26.0
BaseObservation (constraint)
SourceFSH · 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

Avery Diastolic Blood Pressure

Example diastolic blood pressure observation for Avery Linwood

Observation/bp-diastolic-avery-20250408 — claims conformance to Observation Profile

{
  "resourceType": "Observation",
  "id": "bp-diastolic-avery-20250408",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-observation"
    ]
  },
  "identifier": [
    {
      "use": "secondary",
      "system": "../NamingSystem/cedarbrook-clinic-observation-raw-code",
      "value": "EMR-OBS-BP-DIA-AVERY-20250408"
    }
  ],
  "status": "final",
  "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>"
  },
  "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": {
    "reference": "Patient/avery-linwood",
    "display": "Avery Linwood"
  },
  "encounter": {
    "reference": "Encounter/enc-avery-20250408-01rc",
    "display": "Annual physical with anemia workup"
  },
  "effectiveDateTime": "2025-04-08T09:15:00-06:00",
  "performer": [
    {
      "reference": "Practitioner/dr-emil-navarro",
      "display": "Dr. Emil Navarro"
    }
  ],
  "valueQuantity": {
    "value": 76,
    "unit": "mmHg",
    "system": "http://unitsofmeasure.org",
    "code": "mm[Hg]"
  }
}