{
  "resourceType" : "Observation",
  "id" : "ex-patient-2-bp",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/StructureDefinition/bp"],
    "security" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST"
    }]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ex-patient-2-bp</b></p><a name=\"ex-patient-2-bp\"> </a><a name=\"hcex-patient-2-bp\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/bp.html\">Observation Blood Pressure Profile</a></p><p style=\"margin-bottom: 0px\">Security Label: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p><b>identifier</b>: <code>http://example.org/observation-identifiers</code>/obs-blood-pressure-001</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span>, <span title=\"Codes:{http://loinc.org 85354-9}\">Blood pressure panel with all children optional</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85354-9}\">Blood Pressure</span></p><p><b>subject</b>: <a href=\"Patient-ex-patient-2.html\">Janie Smith  (no stated gender), DoB Unknown ( http://example.org/mrn#MRN-002)</a></p><p><b>effective</b>: 2023-06-01 08:00:00+0000</p><p><b>performer</b>: <a href=\"http://example.org/Practitioner/ex-practitioner\">http://example.org/Practitioner/ex-practitioner</a></p><blockquote><p><b>component</b></p><p><b>Observation Component Category Code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic Blood Pressure</span></p><p><b>value</b>: 120 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Observation Component Category Code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic Blood Pressure</span></p><p><b>value</b>: 80 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
  },
  "identifier" : [{
    "system" : "http://example.org/observation-identifiers",
    "value" : "obs-blood-pressure-001"
  }],
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "vital-signs"
    }]
  },
  {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "85354-9"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "85354-9"
    }],
    "text" : "Blood Pressure"
  },
  "subject" : {
    "reference" : "Patient/ex-patient-2"
  },
  "effectiveDateTime" : "2023-06-01T08:00:00Z",
  "performer" : [{
    "reference" : "http://example.org/Practitioner/ex-practitioner"
  }],
  "component" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/observation-componentCategory",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://loinc.org",
          "code" : "8480-6"
        }]
      }
    }],
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "8480-6",
        "display" : "Systolic Blood Pressure"
      }]
    },
    "valueQuantity" : {
      "value" : 120,
      "unit" : "mmHg",
      "system" : "http://unitsofmeasure.org",
      "code" : "mm[Hg]"
    }
  },
  {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/observation-componentCategory",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://loinc.org",
          "code" : "8462-4"
        }]
      }
    }],
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "8462-4",
        "display" : "Diastolic Blood Pressure"
      }]
    },
    "valueQuantity" : {
      "value" : 80,
      "unit" : "mmHg",
      "system" : "http://unitsofmeasure.org",
      "code" : "mm[Hg]"
    }
  }]
}