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" : "0f9b1ace-f459-4a3e-82d3-06fca8e85df7",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 0f9b1ace-f459-4a3e-82d3-06fca8e85df7</b></p><a name=\"0f9b1ace-f459-4a3e-82d3-06fca8e85df7\"> </a><a name=\"hc0f9b1ace-f459-4a3e-82d3-06fca8e85df7\"> </a><a name=\"0f9b1ace-f459-4a3e-82d3-06fca8e85df7-en-US\"> </a><p><b>status</b>: Registered</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 29463-7}\">Body weight</span></p><p><b>subject</b>: <a href=\"Patient-47234.html\">Jeff Smith  Male, DoB: 1968-05-04 ( http://acme.org/identifiers/Patient#47234)</a></p><p><b>encounter</b>: <a href=\"Encounter-1.html\">Encounter: status = completed</a></p><p><b>effective</b>: 2024-04-13</p><p><b>value</b>: 65 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p></div>"
  },
  "status" : "registered",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "29463-7"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/47234"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/1"
  },
  "effectiveDateTime" : "2024-04-13",
  "valueQuantity" : {
    "value" : 65,
    "unit" : "kg",
    "system" : "http://unitsofmeasure.org",
    "code" : "kg"
  }
}