Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.14.0 - ci-build

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Consulta Externa - Paciente - TTL Representation

Raw ttl | Descargar


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "Example-CE-Patient-352d698c8230"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfilePatientHCEU"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfilePatientHCEU>     ] )
  ] ; # 
  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 Example-CE-Patient-352d698c8230</b></p><a name=\"Example-CE-Patient-352d698c8230\"> </a><a name=\"hcExample-CE-Patient-352d698c8230\"> </a><a name=\"Example-CE-Patient-352d698c8230-es-ES\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ProfilePatientHCEU.html\">HCEU - Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Paola Andrea Torres Ramirez(official) Female, DoB: 1988-06-23 ( Medical record number: 36423902344 (use: usual, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Cédula de ciudadanía/5661610641454 (use: temp, )</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "temp" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Tipo-Identificacion"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CC" ] ;
fhir:display [ fhir:v "Cédula de ciudadanía" ]       ] )     ] ;
fhir:system [ fhir:v "https://registraduria.gov.co/-Identificacion"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5661610641454" ]
  ] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical record number" ]       ] )     ] ;
fhir:value [ fhir:v "36423902344" ]
  ] ) ; # 
  fhir:name ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Torres"       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Ramirez"       ]     ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Paola Andrea Torres Ramirez" ] ;
fhir:family [ fhir:v "Torres Ramirez" ] ;
    ( fhir:given [ fhir:v "Paola" ] [ fhir:v "Andrea" ] )
  ] ) ; # 
  fhir:gender [
fhir:v "female" ;
    ( fhir:extension [
fhir:url [ fhir:v "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-GenderIdentity"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/IdentidadGeneroCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Femenino" ]         ] )       ]     ] )
  ] ; # 
  fhir:birthDate [ fhir:v "1988-06-23"^^xsd:date] . #