Receta Digital Interoperable Argentina
0.2.5 - ci-build

Receta Digital Interoperable Argentina - Local Development build (v0.2.5). See the Directory of published versions

: RDIar: Ejemplo de Datos de Paciente - 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 "EjemploDatosPaciente"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.msal.gob.ar/RDI/StructureDefinition/datosPacienteAR"^^xsd:anyURI ;
fhir:link <http://fhir.msal.gob.ar/RDI/StructureDefinition/datosPacienteAR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">LEOTTA, MARIA LAURA DNI: 99999999</div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://www.renaper.gob.ar/dni"^^xsd:anyURI ] ;
fhir:value [ fhir:v "999999999" ]
  ] [
fhir:use [ fhir:v "secondary" ] ;
fhir:system [ fhir:v "http://sistemadesalud.com.ar/Patient"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9999" ]
  ] ) ; # 
  fhir:name ( [
fhir:text [ fhir:v "LEOTTA MARIA LAURA" ] ;
fhir:family [
fhir:v "LEOTTA" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family"^^xsd:anyURI ] ;
fhir:value [ fhir:v "LEOTTA" ]       ] )     ] ;
    ( fhir:given [ fhir:v "MARIA" ] [ fhir:v "LAURA" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1980-07-29"^^xsd:date] . #