IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: UC4-Encounter2019 - 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 "UC4-Encounter2019"] ; #
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 UC4-Encounter2019</b></p><a name=\"UC4-Encounter2019\"> </a><a name=\"hcUC4-Encounter2019\"> </a><a name=\"UC4-Encounter2019-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: [not stated] AMB: AMB</p><p><b>subject</b>: <a href=\"Patient-UC4-Patient.html\">Marta Perez Female, DoB: 1959-05-15</a></p><p><b>period</b>: 2019-07-08 --> (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-UC4-HospitalVillarrica.html\">Organization Hospital de Villarrica</a></p></div>"
] ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:code [ fhir:v "AMB" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/UC4-Patient" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2019-07-08"^^xsd:date ]
] ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/UC4-HospitalVillarrica" ]
] . #