This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Travel History Observation Example: observation-travel-history-eve-everywoman-1999 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-travel-history-eve-everywoman-1999"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-travel-history"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-travel-history> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-travel-history-eve-everywoman-1999</b></p><a name=\"observation-travel-history-eve-everywoman-1999\"> </a><a name=\"hcobservation-travel-history-eve-everywoman-1999\"> </a><a name=\"observation-travel-history-eve-everywoman-1999-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 420008001}\">Travel History</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>effective</b>: 1999 --> 2007</p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType LOC}\">Location</span></td><td><span title=\"Codes:\">Spent 8 years in the UK during the BSE outbreak</span></td></tr></table></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:420008001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "420008001" ] ;
fhir:display [ fhir:v "Travel" ] ] ) ;
fhir:text [ fhir:v "Travel History" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "1999"^^xsd:gYear ] ;
fhir:end [ fhir:v "2007"^^xsd:gYear ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LOC" ] ;
fhir:display [ fhir:v "Location" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Spent 8 years in the UK during the BSE outbreak" ] ]
] ) . #