Guidance for FHIR IG Creation
0.1.0 - CI Build International flag

Guidance for FHIR IG Creation, published by HL7 International - FHIR Management Group. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/ig-guidance/ and changes regularly. See the Directory of published versions

: null - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "a2eefeeb-d276-48f2-99df-e43aa28085cc",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation a2eefeeb-d276-48f2-99df-e43aa28085cc</b></p><a name=\"a2eefeeb-d276-48f2-99df-e43aa28085cc\"> </a><a name=\"hca2eefeeb-d276-48f2-99df-e43aa28085cc\"> </a><a name=\"a2eefeeb-d276-48f2-99df-e43aa28085cc-en-US\"> </a><p><b>status</b>: Amended</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85354-9}\">Blood pressure panel with all children optional</span></p><p><b>subject</b>: <a href=\"Patient-2451.html\">David White  Male, DoB: 1955-03-12 ( http://acme.org/identifiers/Patient#2451)</a></p><p><b>encounter</b>: <a href=\"Encounter-3.html\">Encounter: status = completed</a></p><p><b>effective</b>: 2024-04-15</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 /min<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 kg/m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
  },
  "status" : "amended",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "85354-9"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/2451"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/3"
  },
  "effectiveDateTime" : "2024-04-15",
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8480-6"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 120,
        "unit" : "/min",
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8462-4"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 80,
        "unit" : "kg/m2",
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    }
  ]
}