PanCareSurPass Project HL7 FHIR Implementation Guide 0.1.0 - trial-use 150
This page is part of the PanCareSurPass Project HL7 FHIR Implementation Guide (v0.1.0: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
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:Resource.id [ fhir:value "EncHulafe-1"]; # fhir:Resource.language [ fhir:value "es-ES"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"es-ES\" lang=\"es-ES\"><p><b>Generated Narrative: Encounter</b><a name=\"EncHulafe-1\"> </a></p><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\">Resource Encounter "EncHulafe-1" (Language "es-ES") </p></div><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>subject</b>: <a href=\"Patient-PatientHulafe-1.html\">Patient/PatientHulafe-1</a> " APELLIDO1"</p><p><b>serviceProvider</b>: <a href=\"Organization-OrgHulafe-1.html\">Organization/OrgHulafe-1</a> "Hospital Universitari i Politècnic La Fe"</p></div>" ]; # fhir:Encounter.status [ fhir:value "finished"]; # fhir:Encounter.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "AMB" ]; fhir:Coding.display [ fhir:value "ambulatory" ] ]; # fhir:Encounter.subject [ fhir:Reference.reference [ fhir:value "Patient/PatientHulafe-1" ]; fhir:Reference.type [ fhir:value "Patient" ] ]; # fhir:Encounter.serviceProvider [ fhir:Reference.reference [ fhir:value "Organization/OrgHulafe-1" ]; fhir:Reference.type [ fhir:value "Organization" ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.