@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://hl7.cz/fhir/ps/Observation/4eceb19d-d67b-4520-badf-9bbf20cd6046> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "4eceb19d-d67b-4520-badf-9bbf20cd6046"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-observation-travel-hdr"^^xsd:anyURI ;
       fhir:l <https://hl7.cz/fhir/hdr/StructureDefinition/cz-observation-travel-hdr>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 4eceb19d-d67b-4520-badf-9bbf20cd6046</b></p><a name=\"4eceb19d-d67b-4520-badf-9bbf20cd6046\"> </a><a name=\"hc4eceb19d-d67b-4520-badf-9bbf20cd6046\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7-cz/hdr/StructureDefinition-cz-observation-travel-hdr.html\">Observation: travel history (HDR CZ)</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 94651-7}\">Country of travel [Location]</span></p><p><b>subject</b>: <a href=\"Bundle-PSExampleBundleNoProblemsMedicationAllergies.html#urn-uuid-3c137453-0de8-4e1a-be72-9dc55f500d57\">Device</a></p><p><b>effective</b>: 2025-07-20</p><p><b>performer</b>: <a href=\"Bundle-cz-example-bundle-ps-L1.html#urn-uuid-2e877c76-633d-479b-a6d4-c6d95942de3f\">Practitioner Novák Roman </a></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:3166 BE}\">Belgie</span></p><p><b>note</b>: </p><blockquote><div><p>Pacient navštívil Belgii během poslední půl roce.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:94651-7 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "94651-7" ] ;
       fhir:display [ fhir:v "Country of travel [Location]" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <urn:uuid:3c137453-0de8-4e1a-be72-9dc55f500d57> ;
     fhir:reference [ fhir:v "urn:uuid:3c137453-0de8-4e1a-be72-9dc55f500d57" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2025-07-20"^^xsd:date
  ] ; # 
  fhir:performer ( [
     fhir:l <urn:uuid:2e877c76-633d-479b-a6d4-c6d95942de3f> ;
     fhir:reference [ fhir:v "urn:uuid:2e877c76-633d-479b-a6d4-c6d95942de3f" ]
  ] ) ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "BE" ] ;
       fhir:display [ fhir:v "Belgium" ]
     ] ) ;
     fhir:text [ fhir:v "Belgie" ]
  ] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Pacient navštívil Belgii během poslední půl roce." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

