FHIR IG analytics| Package | hl7.fhir.us.physical-activity.r4 |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-ExampleReport.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Subject | Unable to get Patient Details |
| When For | 2022-09-18 --> (ongoing) |
| Reported | 2022-09-18 13:47:58-0500 |
Report Details
{
"resourceType": "DiagnosticReport",
"id": "ExampleReport",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/ExampleServiceRequest",
"display": "Referral"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes",
"code": "PhysicalActivity"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11488-4",
"display": "Consult note"
}
]
},
"subject": {
"reference": "http://example.org/Patient/1",
"display": "Example Patient"
},
"effectivePeriod": {
"start": "2022-09-18"
},
"issued": "2022-09-18T13:47:58.0282-05:00",
"performer": [
{
"reference": "http://example.org/PractitionerRole/2",
"display": "Performing Provider"
}
]
}