FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.illTraveler
Resource TypeComposition
IdComposition-ReportOfIllTravelerExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
        }
      ]
    }
  ]
}