FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagepc.ig
Resource TypeObservation
IdObservation-lab-result-observation-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation lab-result-observation-example-1

Profile: Lab Result

Lab test reference: Basic Chemistry lab test

Lab result patient reference: Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)

identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/lab-result-id/LR0001

status: Final

category: Laboratory

code: Creatinine [Mass/volume] in Serum or Plasma

effective: 2023-09-02 09:15:00+0100

value: 1.2 mg/dL (Details: UCUM codemg/dL = 'mg/dL')

interpretation: High

specimen: Specimen: extension = 2025-01-20,->Basic Exome sequencing,->Basic Methylation array epigenome study,->Basic Locus-level methylomic record,35.2; identifier = https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/biosample-id#BS0001; type = Blood


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
  }
}