<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: RelatedPersonExample001 - 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:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RelatedPersonExample001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.medicaia.ar/StructureDefinition/RelatedPersonMED"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/StructureDefinition/RelatedPersonMED>     ] )
  ] ; # 
  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: RelatedPerson RelatedPersonExample001</b></p><a name=\"RelatedPersonExample001\"> </a><a name=\"hcRelatedPersonExample001\"> </a><a name=\"RelatedPersonExample001-en-US\"> </a><p><b>identifier</b>: DOCUMENTO NACIONAL DE IDENTIDAD/99.999.997</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><p><b>relationship</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/V20131 C}\">Emergency Contact</span></p><p><b>name</b>: Maria Marta Lopez Garcia</p><p><b>telecom</b>: ph: (03) 5555 6473(Work)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1980-07-11</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.medicaia.ar/CodeSystem/PersonIdentifierCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DNI" ] ;
fhir:display [ fhir:v "DOCUMENTO NACIONAL DE IDENTIDAD" ]       ] )     ] ;
fhir:system [ fhir:v "https://renaper.gob.ar/DNI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "99.999.997" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/PatientExample001" ]
  ] ; # 
  fhir:relationship ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.medicaia.ar/CodeSystem/V20131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Emergency Contact" ]     ] )
  ] ) ; # 
  fhir:name ( [
fhir:text [ fhir:v "Maria Marta Lopez Garcia" ] ;
fhir:family [
fhir:v "LOPEZ GARCIA" ;
      ( fhir:extension [
fhir:url [ fhir:v "https://fhir.medicaia.ar/StructureDefinition/Extension-FathersFamilyName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "LOPEZ" ]       ] [
fhir:url [ fhir:v "https://fhir.medicaia.ar/StructureDefinition/Extension-MothersFamilyName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GARCIA" ]       ] )     ] ;
    ( fhir:given [ fhir:v "MARIA MARTA" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(03) 5555 6473" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1980-07-11"^^xsd:date] . #