HL7 Europe Hospital Discharge Report
0.1.0-ballot - draft 150

This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Observation: ABO group - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "lab-swart-3",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/laboratory/StructureDefinition/Observation-resultslab-eu-lab"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation lab-swart-3</b></p><a name=\"lab-swart-3\"> </a><a name=\"hclab-swart-3\"> </a><a name=\"lab-swart-3-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.eu/fhir/laboratory/0.1.1/StructureDefinition-Observation-resultslab-eu-lab.html\">Observation Results: laboratory</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 883-9}\">ABO group [Type] in Blood</span></p><p><b>subject</b>: <a href=\"Bundle-bundle-swart.html#http-//example.org/Patient/patient-swart\">Fiona F XXX_Swart</a></p><p><b>effective</b>: 2025-02-08</p><p><b>performer</b>: <a href=\"Bundle-bundle-swart.html#http-//example.org/Organization/organization-sophia\">Bundle: identifier = urn:ietf:rfc:4122#3e594fe5-3ed5-4305-a214-99c87e1f3bfa; type = document; timestamp = 2025-05-11 10:18:14+0000</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 58460004}\">Blood group O</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "883-9",
        "display" : "ABO group [Type] in Blood"
      }
    ]
  },
  "subject" : {
    "reference" : "http://example.org/Patient/patient-swart",
    "display" : "Fiona F XXX_Swart"
  },
  "effectiveDateTime" : "2025-02-08",
  "performer" : [
    {
      "reference" : "http://example.org/Organization/organization-sophia"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "58460004",
        "display" : "Blood group O"
      }
    ]
  }
}