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

FHIR IG analytics

Packagehl7.fhir.us.ph-library
Resource TypeObservation
IdObservation-us-ph-travel-history-eve-everywoman-201801.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

Resource Observation "us-ph-travel-history-eve-everywoman-201801"

Profile: US Public Health Travel History

status: final

code: Travel History (SNOMED CT#420008001 "Travel")

subject: Patient/us-ph-patient-eve-everywoman: Eve Everywoman " EVERYWOMAN"

effective: 2018-01-15 --> 2018-01-30

component

code: Location (ParticipationType#LOC)

value: Fiji (ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code#FJI)

component

code: Location (ParticipationType#LOC)

value: Vanuatu (unknown#VUT)

component

code: Type of activity (attribute) (SNOMED CT#280147009)

value: Active duty military (occupation) (SNOMED CT#702348006)


Source1

{
  "resourceType": "Observation",
  "id": "us-ph-travel-history-eve-everywoman-201801",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-travel-history"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "420008001",
        "display": "Travel"
      }
    ],
    "text": "Travel History"
  },
  "subject": {
    "reference": "Patient/us-ph-patient-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "effectivePeriod": {
    "start": "2018-01-15",
    "end": "2018-01-30"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code": "LOC",
            "display": "Location"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:iso:std:iso:3166",
            "code": "FJI",
            "display": "Fiji"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code": "LOC",
            "display": "Location"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:1.0.3166.1",
            "code": "VUT",
            "display": "Vanuatu"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "280147009",
            "display": "Type of activity (attribute)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "702348006",
            "display": "Active duty military (occupation)"
          }
        ]
      }
    }
  ]
}