Retention Implementation Guide
2.2.0 - ci-build

Retention Implementation Guide - Local Development build (v2.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient Visit - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PatientVisit"] ; # 
  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: Encounter PatientVisit</b></p><a name=\"PatientVisit\"> </a><a name=\"hcPatientVisit\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-TypeOfVisit.html#TypeOfVisit-0\">Type of visit Codesystem 0</a>: scheduled in person</p><p><b>subject</b>: <a href=\"Patient-P001.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>period</b>: 2025-06-09 12:00:00+0000 --&gt; 2025-06-10 12:00:00+0000</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/TypeOfVisit"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "scheduled in person" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/P001" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2025-06-09T12:00:00.000+00:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-06-10T12:00:00.000+00:00"^^xsd:dateTime ]
  ] . #