CardioIG, published by Example Publisher. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sguinezm/sic-ac-hemo-ig/ and changes regularly. See the Directory of published versions
: PatientExample - 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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PatientExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://centrocardiovascular.cl/ecmo/StructureDefinition/PatientHEMO"^^xsd:anyURI ;
fhir:link <https://centrocardiovascular.cl/ecmo/StructureDefinition/PatientHEMO> ] )
] ; #
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: Patient PatientExample</b></p><a name=\"PatientExample\"> </a><a name=\"hcPatientExample\"> </a><a name=\"PatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jaime Javier Rojas Bustos(official) Male, DoB: 1991-11-12 ( Rol Único Nacional o RUN: 131234133)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">James Pond </td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais"^^xsd:anyURI ] ;
fhir:code [ fhir:v "152" ] ;
fhir:display [ fhir:v "Chile" ] ] ) ] ] ) ;
( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Rol Único Nacional o RUN" ] ] ) ] ;
fhir:system [ fhir:v "http://www.cardio.com/identifiers/patient"^^xsd:anyURI ] ;
fhir:value [ fhir:v "131234133" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Pond" ] ;
( fhir:given [ fhir:v "James" ] )
] [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Jaime Javier Rojas Bustos" ] ;
fhir:family [
fhir:v "Rojas" ;
( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Bustos" ] ] ) ] ;
( fhir:given [ fhir:v "Jaime Rojas" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1991-11-12"^^xsd:date] ; #
fhir:deceased [ fhir:v "false"^^xsd:boolean] . #