{
  "resourceType": "Observation",
  "id": "chr-on-west-ObservationVitals-10001",
  "meta": {
    "lastUpdated": "2024-12-10T16:05:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwObservationVitals"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Blood pressure measurement taken on December 10, 2024 during office visit. Systolic: 138 mmHg, Diastolic: 88 mmHg, right arm.</div>"
  },
  "extension": [
    {
      "url": "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-VitalsBodyPosition",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "LA11868-9",
            "display": "Sitting"
          }
        ],
        "text": "Sit"
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:chr:on-west:123:vitals",
      "value": "vitals-BP.10001"
    }
  ],
  "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": "85354-9",
        "display": "Blood pressure panel with all children optional"
      }
    ],
    "text": "Blood Pressure"
  },
  "subject": {
    "reference": "Patient/chr-on-west-Patient-12345",
    "type": "Patient",
    "display": "Sarah Marie Johnson"
  },
  "encounter": {
    "reference": "Encounter/chr-on-west-Encounter-2001",
    "display": "Office Visit - December 10, 2024"
  },
  "effectiveDateTime": "2024-12-10T16:05:00Z",
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "24028007",
        "display": "Right arm"
      }
    ],
    "text": "Right"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic blood pressure"
          }
        ],
        "text": "Systolic"
      },
      "valueQuantity": {
        "value": 138,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic blood pressure"
          }
        ],
        "text": "Diastolic"
      },
      "valueQuantity": {
        "value": 88,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}