hl7-eu-logo
PROTECT-CHILD Pediatric Transplant Data Implementation Guide
0.1.0-ci-build -

PROTECT-CHILD Pediatric Transplant Data Implementation Guide
0.1.0-ci-build - ci-build

PROTECT-CHILD Pediatric Transplant Data Implementation Guide, published by Protect Child. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/protect-child/ and changes regularly. See the Directory of published versions

: Example donor observations list - JSON Representation

Raw json | Download

{
  "resourceType" : "List",
  "id" : "ExampleDonorObservationsList1",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-observations"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List ExampleDonorObservationsList1</b></p><a name=\"ExampleDonorObservationsList1\"> </a><a name=\"hcExampleDonorObservationsList1\"> </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=\"StructureDefinition-patient-observations.html\">Patient observations</a></p></div><table class=\"clstu\"><tr><td>Date: 2024-02-02 12:00:00+0100 </td><td>Mode: Working List </td><td>Status: Current </td></tr><tr><td>Subject: <a href=\"Patient-ExampleDonor1.html\">Anonymous Patient Male, DoB: 2000-01-20 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/donor#DON-001)</a></td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"Observation-ExampleDonorABOGroupObservation1.html\">Observation ABO group [Type] in Blood</a></td></tr><tr><td><a href=\"Observation-ExampleDonorRhFactorObservation1.html\">Observation Rh [Type] in Blood</a></td></tr><tr><td><a href=\"Observation-ExampleDonorPRAObservation1.html\">Observation Calculated panel reactive antibody - Serum</a></td></tr><tr><td><a href=\"Observation-ExampleDonorHLATypingClassIObservation1.html\">Observation HLA-A and B and C (class I) typing panel - Blood or Tissue by Low resolution</a></td></tr><tr><td><a href=\"Observation-ExampleDonorHLATypingClassIIObservation1.html\">Observation HLA-DP and DQ and DR (class II) typing panel - Blood or Tissue by Low resolution</a></td></tr></table></div>"
  },
  "status" : "current",
  "mode" : "working",
  "subject" : {
    🔗 "reference" : "Patient/ExampleDonor1"
  },
  "date" : "2024-02-02T12:00:00+01:00",
  "entry" : [
    {
      "item" : {
        🔗 "reference" : "Observation/ExampleDonorABOGroupObservation1"
      }
    },
    {
      "item" : {
        🔗 "reference" : "Observation/ExampleDonorRhFactorObservation1"
      }
    },
    {
      "item" : {
        🔗 "reference" : "Observation/ExampleDonorPRAObservation1"
      }
    },
    {
      "item" : {
        🔗 "reference" : "Observation/ExampleDonorHLATypingClassIObservation1"
      }
    },
    {
      "item" : {
        🔗 "reference" : "Observation/ExampleDonorHLATypingClassIIObservation1"
      }
    }
  ]
}