0.1.0 - ci-build

IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UC2-VitalSigns3 - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "UC2-VitalSigns3",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation UC2-VitalSigns3</b></p><a name=\"UC2-VitalSigns3\"> </a><a name=\"hcUC2-VitalSigns3\"> </a><a name=\"UC2-VitalSigns3-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85353-1}\">Vital signs panel</span></p><p><b>subject</b>: <a href=\"Patient-UC2-Patient.html\">Hans Müller  Male, DoB: 1988-05-20</a></p><p><b>encounter</b>: <a href=\"Encounter-UC2-BreathingIssues.html\">Encounter: status = finished; class = AMB (AMB); period = 2023-08-12 --&gt; 2023-08-12; reasonCode = Asthma</a></p><p><b>effective</b>: 2023-08-12</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>value</b>: 120 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>value</b>: 80 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8867-4}\">Heart rate</span></p><p><b>value</b>: 72 /min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code/min = '/min')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 9279-1}\">Respiratory rate</span></p><p><b>value</b>: 16 /min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code/min = '/min')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8310-5}\">Body temperature</span></p><p><b>value</b>: 37 Cel<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeCel = 'Cel')</span></p></blockquote></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "85353-1",
        "display" : "Vital signs panel"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/UC2-Patient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/UC2-BreathingIssues"
  },
  "effectiveDateTime" : "2023-08-12",
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8480-6",
            "display" : "Systolic blood pressure"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 120,
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8462-4",
            "display" : "Diastolic blood pressure"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 80,
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8867-4",
            "display" : "Heart rate"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 72,
        "system" : "http://unitsofmeasure.org",
        "code" : "/min"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "9279-1",
            "display" : "Respiratory rate"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 16,
        "system" : "http://unitsofmeasure.org",
        "code" : "/min"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8310-5",
            "display" : "Body temperature"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 37,
        "system" : "http://unitsofmeasure.org",
        "code" : "Cel"
      }
    }
  ]
}