IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: UC5-EncounterCarlosVanBurenAug2024 - 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:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "UC5-EncounterCarlosVanBurenAug2024"] ; #
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 UC5-EncounterCarlosVanBurenAug2024</b></p><a name=\"UC5-EncounterCarlosVanBurenAug2024\"> </a><a name=\"hcUC5-EncounterCarlosVanBurenAug2024\"> </a><a name=\"UC5-EncounterCarlosVanBurenAug2024-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: [not stated] EMER: EMER</p><p><b>subject</b>: <a href=\"Patient-UC5-Patient.html\">Alejandra Ramírez Female, DoB: 1956-12-01</a></p><p><b>period</b>: 2024-08-10 --> 2024-08-13</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 195967001}\">Asthma exacerbation</span></p><p><b>serviceProvider</b>: <a href=\"Organization-UC5-HospitalCarlosVanBuren.html\">Organization Hospital Carlos Van Buren</a></p></div>"
] ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:code [ fhir:v "EMER" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/UC5-Patient" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2024-08-10"^^xsd:date ] ;
fhir:end [ fhir:v "2024-08-13"^^xsd:date ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:195967001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "195967001" ] ;
fhir:display [ fhir:v "Asthma exacerbation" ] ] )
] ) ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/UC5-HospitalCarlosVanBuren" ]
] . #