FHIR IG analytics| Package | hl7.fhir.us.illTraveler |
| Resource Type | Composition |
| Id | Composition-ReportOfIllTravelerExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Composition
Resource Composition "ReportOfIllTravelerExample"
Profile: ReportOfIllTraveler
status: final
type: Public health Case report ([not stated]#55751-2)
date: 2023-12-03 19:43:30+0000
author: Organization/StateExample "Virginia Health Department"
title: Report of Ill Traveler
{
"resourceType": "Composition",
"id": "ReportOfIllTravelerExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/reportofilltraveler/StructureDefinition/ReportOfIllTraveler"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"type": {
"coding": [
{
"code": "55751-2",
"display": "Public health Case report"
}
]
},
"subject": {
"reference": "Patient/travelerExample"
},
"date": "2023-12-03T19:43:30.000Z",
"author": [
{
"reference": "Organization/StateExample"
}
],
"title": "Report of Ill Traveler",
"section": [
{
"entry": [
{
"reference": "Condition/TuberculosisExample"
}
]
},
{
"entry": [
{
"reference": "FlightExample"
}
]
}
]
}