FHIR IG analytics| Package | hl7.fhir.us.ecr.r4 |
| Resource Type | Observation |
| Id | Observation-observation-travel-history-eve-everywoman-1999.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-travel-history-eve-everywoman-1999
status: Final
code: Travel History
subject: Eve Everywoman
effective: 1999 --> 2007
| Code | Value[x] |
| Location | Spent 8 years in the UK during the BSE outbreak |
{
"resourceType": "Observation",
"id": "observation-travel-history-eve-everywoman-1999",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ecr/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/patient-ecr-eve-everywoman",
"display": "Eve Everywoman"
},
"effectivePeriod": {
"start": "1999",
"end": "2007"
},
"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"
}
}
]
}