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

FHIR IG analytics

Packagemyhealth.eu.fhir.eps
Resource TypeObservation
IdObservation-6e4dfb97-6d31-4f48-b4ad-983a9f62f42b.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

Country visited: Botswana, 2025-07-12 to 2025-07-19.


Source1

{
  "resourceType": "Observation",
  "id": "6e4dfb97-6d31-4f48-b4ad-983a9f62f42b",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/eps/StructureDefinition/observation-travel-history-myhealtheu-eps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "94651-7",
        "display": "Country of travel [Location]"
      }
    ]
  },
  "subject": {
    "reference": "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3"
  },
  "effectivePeriod": {
    "start": "2025-07-12",
    "end": "2025-07-19"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "urn:iso:std:iso:3166",
        "code": "BW",
        "display": "Botswana"
      }
    ]
  }
}