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

FHIR IG analytics

Packagehl7.fhir.us.ecr
Resource TypeObservation
IdObservation-observation-travel-history-eve-everywoman-1999.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: Observation observation-travel-history-eve-everywoman-1999

Language: en

Profile: US Public Health Travel History

status: Final

category: Social History

code: Travel History

subject: Eve Everywoman

effective: 1999 --> 2007

performer: PractitionerRole Primary Care Clinic/Center

Components

-CodeValue[x]
*LocationSpent 8 years in the UK during the BSE outbreak

Source1

{
  "resourceType": "Observation",
  "id": "observation-travel-history-eve-everywoman-1999",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-travel-history"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "420008001",
        "display": "Travel"
      }
    ],
    "text": "Travel History"
  },
  "subject": {
    "reference": "Patient/patient-ecr-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "effectivePeriod": {
    "start": "1999",
    "end": "2007"
  },
  "performer": [
    {
      "reference": "PractitionerRole/practitionerrole-henry-seven"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code": "LOC",
            "display": "Location"
          }
        ]
      },
      "valueCodeableConcept": {
        "text": "Spent 8 years in the UK during the BSE outbreak"
      }
    }
  ]
}