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-CBC2 - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "UC2-CBC2",
  "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-CBC2</b></p><a name=\"UC2-CBC2\"> </a><a name=\"hcUC2-CBC2\"> </a><a name=\"UC2-CBC2-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:\">laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 58410-2}\">Complete blood count (hemogram) panel - Blood by Automated count</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-DiarrheaFollowUp.html\">Encounter: status = finished; class = AMB (AMB); period = 2022-12-05 --&gt; 2022-12-05; reasonCode = Follow-up visit</a></p><p><b>effective</b>: 2022-12-05</p><p><b>issued</b>: 2022-12-05 10:00:00+0100</p><p><b>performer</b>: <a href=\"Organization-UC2-CityHospitalLab.html\">Organization City Hospital Laboratory</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 17621005}\">Normal</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "58410-2",
        "display" : "Complete blood count (hemogram) panel - Blood by Automated count"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/UC2-Patient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/UC2-DiarrheaFollowUp"
  },
  "effectiveDateTime" : "2022-12-05",
  "issued" : "2022-12-05T10:00:00+01:00",
  "performer" : [
    {
      🔗 "reference" : "Organization/UC2-CityHospitalLab"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "17621005",
        "display" : "Normal"
      }
    ]
  }
}