FHIR IG analytics| Package | myhealth.eu.fhir.laboratory |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-SampleDiagnosticReport.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport SampleDiagnosticReport
Profile: DiagnosticReport: Laboratory
| Subject | John Albertus Doe Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, )) |
| When For | 2023-04-19 15:46:00+0100 |
| Identifier | Uniform Resource Identifier (URI)/urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f |
Report Details
| Code | Value | Flags | When For |
| Blood Group | A | Final | 2023-03-09 13:35:00+0100 |
{
"resourceType": "DiagnosticReport",
"id": "SampleDiagnosticReport",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/laboratory/StructureDefinition/DiagnosticReport-lab-myhealtheu"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
"valueReference": {
"reference": "Composition/SampleComposition"
}
}
],
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "18717-9",
"display": "Blood bank studies (set)"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11502-2",
"display": "Laboratory report"
}
]
},
"subject": {
"reference": "Patient/SamplePatient"
},
"effectiveDateTime": "2023-04-19T15:46:00+01:00",
"result": [
{
"reference": "Observation/SampleBloodGroupObservation"
}
]
}