FHIR IG analytics| Package | pc.ig |
| Resource Type | Observation |
| Id | Observation-lab-result-observation-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
}