This page is part of the Point-of-care Device FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions

This is a pre-release version (Ballot 2) of Point of Care Devices (PoCD) R1/STU. There is no current official version.
For a full list of available versions, see the Directory of published versions .


{
  "resourceType" : "Observation",
  "id" : "d77b8105-44a7-47dc-931e-2621ad85d472",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/pocd/StructureDefinition/CompoundNumericObservation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: d77b8105-44a7-47dc-931e-2621ad85d472</p><p><b>meta</b>: </p><p><b>status</b>: FINAL</p><p><b>category</b>: Vital Signs <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})</span></p><p><b>code</b>: Blood pressure panel with all children optional <span style="background: LightGoldenRodYellow">(Details : {LOINC code '85354-9' = 'Blood pressure panel with all children optional', given as 'Blood pressure panel with all children optional'}; {urn:iso:std:iso:11073:10101 code '150020' = '150020', given as 'MDC_PRESS_BLD_NONINV'})</span></p><p><b>subject</b>: <a href="Patient-6a41c235-5421-4698-af96-20f279b21ffc.html">Generated Summary: id: 6a41c235-5421-4698-af96-20f279b21ffc; Medical record number = 0815 (USUAL); active; John Doe ; gender: male; birthDate: 04/05/1967</a></p><p><b>effective</b>: 21/07/2018 11:15:00 AM</p><p><b>device</b>: <a href="DeviceMetric-2f26a717-9841-4ddc-92eb-26398c7548c7.html">Generated Summary: id: 2f26a717-9841-4ddc-92eb-26398c7548c7; <span title="Codes: {urn:iso:std:iso:11073:10101 150020}">NBP</span>; <span title="Codes: {urn:iso:std:iso:11073:10101 266016}">mmHg</span>; operationalStatus: on; color: red; category: measurement; Do Once per 15 minutes</a></p><blockquote><p><b>component</b></p><p><b>code</b>: Systolic blood pressure <span style="background: LightGoldenRodYellow">(Details : {LOINC code '8480-6' = 'Systolic blood pressure', given as 'Systolic blood pressure'}; {urn:iso:std:iso:11073:10101 code '150021' = '150021', given as 'MDC_PRESS_BLD_NONINV_SYS'})</span></p><p><b>value</b>: 120 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Diastolic blood pressure <span style="background: LightGoldenRodYellow">(Details : {LOINC code '8462-4' = 'Diastolic blood pressure', given as 'Diastolic blood pressure'}; {urn:iso:std:iso:11073:10101 code '150022' = '150022', given as 'MDC_PRESS_BLD_NONINV_DIA'})</span></p><p><b>value</b>: 80 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Mean blood pressure <span style="background: LightGoldenRodYellow">(Details : {LOINC code '8478-0' = 'Mean blood pressure', given as 'Mean blood pressure'}; {urn:iso:std:iso:11073:10101 code '150023' = '150023', given as 'MDC_PRESS_BLD_NONINV_MEAN'})</span></p><p><b>value</b>: 90 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
  },
  "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"
      },
      {
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "150020",
        "display" : "MDC_PRESS_BLD_NONINV"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/6a41c235-5421-4698-af96-20f279b21ffc"
  },
  "effectiveDateTime" : "2018-07-21T11:15:00+02:00",
  "device" : {
    "reference" : "DeviceMetric/2f26a717-9841-4ddc-92eb-26398c7548c7"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8480-6",
            "display" : "Systolic blood pressure"
          },
          {
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "150021",
            "display" : "MDC_PRESS_BLD_NONINV_SYS"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 120,
        "unit" : "mmHg",
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8462-4",
            "display" : "Diastolic blood pressure"
          },
          {
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "150022",
            "display" : "MDC_PRESS_BLD_NONINV_DIA"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 80,
        "unit" : "mmHg",
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8478-0",
            "display" : "Mean blood pressure"
          },
          {
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "150023",
            "display" : "MDC_PRESS_BLD_NONINV_MEAN"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 90,
        "unit" : "mmHg",
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    }
  ]
}