<<<<<<< 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

: PatientExample001 - 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 "PatientExample001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.medicaia.ar/StructureDefinition/PatientMED"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/StructureDefinition/PatientMED>     ] )
  ] ; # 
  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 PatientExample001</b></p><a name=\"PatientExample001\"> </a><a name=\"hcPatientExample001\"> </a><a name=\"PatientExample001-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Medical record number/MED12345678</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:id [ fhir:v "NationalPersonIdentifier-0" ] ;
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.998" ]
  ] [
fhir:id [ fhir:v "MedicalRecordNumber-0" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.medicaia.ar/CodeSystem/IdentifierTypeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical record number" ]       ] )     ] ;
fhir:system [ fhir:v "https://medicaia.ar/MRN"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MED12345678" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/OrganizationExample001" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:text [ fhir:v "Juan Domingo Perez Garcia" ] ;
fhir:family [
fhir:v "PEREZ GARCIA" ;
      ( fhir:extension [
fhir:url [ fhir:v "https://fhir.medicaia.ar/StructureDefinition/Extension-FathersFamilyName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PEREZ" ]       ] [
fhir:url [ fhir:v "https://fhir.medicaia.ar/StructureDefinition/Extension-MothersFamilyName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GARCIA" ]       ] )     ] ;
    ( fhir:given [ fhir:v "JUAN DOMINGO" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1998-08-08"^^xsd:date] . #