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 Lab Result Observation - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "lab-result-observation-example-1",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/lab-result-observation"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation lab-result-observation-example-1</b></p><a name=\"lab-result-observation-example-1\"> </a><a name=\"hclab-result-observation-example-1\"> </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-lab-result-observation.html\">Lab Result</a></p></div><p><b>Lab test reference</b>: <a href=\"Basic-lab-test-example-1.html\">Basic Chemistry lab test</a></p><p><b>Lab result patient reference</b>: <a href=\"Patient-ExamplePatientTransplant1.html\">Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)</a></p><p><b>identifier</b>: <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/lab-result-id</code>/LR0001</p><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 2160-0}\">Creatinine [Mass/volume] in Serum or Plasma</span></p><p><b>effective</b>: 2023-09-02 09:15:00+0100</p><p><b>value</b>: 1.2 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg/dL = 'mg/dL')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p><p><b>specimen</b>: <a href=\"Specimen-biosample-example-1.html\">Specimen: extension = 2025-01-20,-&gt;Basic Exome sequencing,-&gt;Basic Methylation array epigenome study,-&gt;Basic Locus-level methylomic record,35.2; identifier = https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/biosample-id#BS0001; type = Blood</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/lab-result-labtest-ref",
      "valueReference" : {
        🔗 "reference" : "Basic/lab-test-example-1"
      }
    },
    {
      "url" : "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/lab-result-patient-ref",
      "valueReference" : {
        🔗 "reference" : "Patient/ExamplePatientTransplant1"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/lab-result-id",
      "value" : "LR0001"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "2160-0",
        "display" : "Creatinine [Mass/volume] in Serum or Plasma"
      }
    ]
  },
  "effectiveDateTime" : "2023-09-02T09:15:00+01:00",
  "valueQuantity" : {
    "value" : 1.2,
    "unit" : "mg/dL",
    "system" : "http://unitsofmeasure.org",
    "code" : "mg/dL"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "H",
          "display" : "High"
        }
      ]
    }
  ],
  "specimen" : {
    🔗 "reference" : "Specimen/biosample-example-1"
  }
}