This page is part of the Point-of-care Device FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR (HL7® FHIR® Standard) v3.5.0. No current official version has been published yet. 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" : "f2252dbe-48e5-463b-b781-00c4fa71da88",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/pocd/StructureDefinition/NumericObservation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f2252dbe-48e5-463b-b781-00c4fa71da88</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>: Heart rate <span style="background: LightGoldenRodYellow">(Details : {LOINC code '8867-4' = 'Heart rate', given as 'Heart rate'}; {urn:iso:std:iso:11073:10101 code '147842' = '147842', given as 'MDC_ECG_HEART_RATE'})</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:23:45 AM</p><p><b>value</b>: 60 bpm<span style="background: LightGoldenRodYellow"> (Details: UCUM code /min = '/min')</span></p><p><b>device</b>: <a href="DeviceMetric-5b4b7dd2-d53c-4a60-9c40-457c54d7eb7b.html">Generated Summary: id: 5b4b7dd2-d53c-4a60-9c40-457c54d7eb7b; <span title="Codes: {urn:iso:std:iso:11073:10101 147842}">HR</span>; <span title="Codes: {urn:iso:std:iso:11073:10101 264864}">bpm</span>; operationalStatus: on; color: green; category: measurement</a></p></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" : "8867-4",
        "display" : "Heart rate"
      },
      {
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "147842",
        "display" : "MDC_ECG_HEART_RATE"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/6a41c235-5421-4698-af96-20f279b21ffc"
  },
  "effectiveDateTime" : "2018-07-21T11:23:45+02:00",
  "valueQuantity" : {
    "value" : 60,
    "unit" : "bpm",
    "system" : "http://unitsofmeasure.org",
    "code" : "/min"
  },
  "device" : {
    "reference" : "DeviceMetric/5b4b7dd2-d53c-4a60-9c40-457c54d7eb7b"
  }
}