FHIR IG analytics| Package | pc.ig |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-lab-report-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport lab-report-example-1
Profile: Laboratory DiagnosticReport
| Subject | Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001) |
| When For | 2023-09-02 09:15:00+0100 |
| Reported | 2023-09-02 11:30:00+0100 |
Report Details
| Code | Value | Flags |
| Creatinine [Mass/volume] in Serum or Plasma | 1.2 mg/dL (Details: UCUM codemg/dL = 'mg/dL') | Final, High |
{
"resourceType": "DiagnosticReport",
"id": "lab-report-example-1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/lab-report"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11502-2",
"display": "Laboratory report"
}
]
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"effectiveDateTime": "2023-09-02T09:15:00+01:00",
"issued": "2023-09-02T11:30:00+01:00",
"specimen": [
{
"reference": "Specimen/biosample-example-1"
}
],
"result": [
{
"reference": "Observation/lab-result-observation-example-1"
}
]
}