FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport example
Language: en
| Subject | Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing))) |
| When For | 2005-07-05 |
| Reported | 2005-07-06 11:45:33+1100 |
| Performer | Organization Health Level Seven International |
Report Details
| Code | Value | Flags | When For | Reported |
| Hemoglobin [Mass/volume] in Venous blood (Superficial forearm vein) | 7.2 g/dl (Details: UCUM codeg/dL = 'g/dL') | Final, Below low normal | 2013-04-02 10:30:10+0100 --> 2013-04-05 10:30:10+0100 | 2013-04-03 15:30:10+0100 |
{
"resourceType": "DiagnosticReport",
"id": "example",
"language": "en",
"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": "58410-2",
"display": "CBC panel - Blood by Automated count"
}
]
},
"subject": {
"reference": "Patient/example",
"display": "Peter Chalmers"
},
"effectiveDateTime": "2005-07-05",
"issued": "2005-07-06T11:45:33+11:00",
"performer": [
{
"reference": "Organization/example"
}
],
"result": [
{
"reference": "Observation/example"
}
]
}