FHIRcast, published by HL7 International / Infrastructure And Messaging. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhircast-docs/ and changes regularly. See the Directory of published versions
: FHIRcastEncounterClose-Example - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "8cc652ba-770e-4ae1-b688-6e8e7c737438-close"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-encounter-close"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-encounter-close> ] )
] ; #
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 8cc652ba-770e-4ae1-b688-6e8e7c737438-close</b></p><a name=\"8cc652ba-770e-4ae1-b688-6e8e7c737438-close\"> </a><a name=\"hc8cc652ba-770e-4ae1-b688-6e8e7c737438-close\"> </a><a name=\"8cc652ba-770e-4ae1-b688-6e8e7c737438-close-en-US\"> </a><p><b>identifier</b>: <code>http://myhealthcare.com/visits</code>/r2r22345 (use: official, )</p><p><b>status</b>: Unknown</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode</a> AMB: ambulatory</p><p><b>subject</b>: <a href=\"Patient-503824b8-fe8c-4227-b061-7181ba6c3926-close.html\">Anonymous Patient (no stated gender), DoB Unknown ( Medical record number (use: official, ))</a></p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://myhealthcare.com/visits"^^xsd:anyURI ] ;
fhir:value [ fhir:v "r2r22345" ]
] ) ; #
fhir:status [ fhir:v "unknown"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/503824b8-fe8c-4227-b061-7181ba6c3926-close" ]
] . #