Guía IPS Argentina basada en Core Ar
0.1.0 - ci-build Argentina flag

Guía IPS Argentina basada en Core Ar - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Profesional argentino de ejemplo - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Practitioner/PrestadorArgEjemplo> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "PrestadorArgEjemplo"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://ips.ri.hsisalud.org/StructureDefinition/PrestadorArg" ;
       fhir:index 0 ;
       fhir:link <http://ips.ri.hsisalud.org/StructureDefinition/PrestadorArg>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practicante / Profesional PrestadorArgEjemplo</b></p><a name=\"PrestadorArgEjemplo\"> </a><a name=\"hcPrestadorArgEjemplo\"> </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-PrestadorArg.html\">Profesional Argentino</a></p></div><p><b>identifier</b>: National unique individual identifier/28123456 (use: official, ), Accreditation/Certification Identifier/REFEPS-987654 (use: usual, period: 2015-03-10 --&gt; (ongoing))</p><p><b>active</b>: true</p><p><b>name</b>: Laura Beatriz Prestador Prestado (Official)</p><p><b>telecom</b>: <a href=\"tel:+54-55-5555-5555\">+54-55-5555-5555</a>, <a href=\"mailto:laura.prestador@example.org\">laura.prestador@example.org</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1980-08-22</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td><code>http://refeps.msal.gob.ar/matriculas</code>/MN-123456</td><td><span title=\"Codes:\">Médica especialista en cardiología</span></td><td>2015-03-10 --&gt; (ongoing)</td><td>Ministerio de Salud de la República Argentina</td></tr></table></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "NI" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://www.renaper.gob.ar/dni" ] ;
     fhir:Identifier.value [ fhir:value "28123456" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "RENAPER" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.use [ fhir:value "usual" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "AC" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://refeps.msal.gob.ar" ] ;
     fhir:Identifier.value [ fhir:value "REFEPS-987654" ] ;
     fhir:Identifier.period [
       fhir:Period.start [ fhir:value "2015-03-10"^^xsd:date ]
     ]
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.family [
       fhir:value "Prestador Prestado" ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family" ] ;
         fhir:Extension.valueString [ fhir:value "Prestador" ]
       ], [
         fhir:index 1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family" ] ;
         fhir:Extension.valueString [ fhir:value "Prestado" ]
       ]
     ] ;
     fhir:HumanName.given [
       fhir:value "Laura" ;
       fhir:index 0
     ], [
       fhir:value "Beatriz" ;
       fhir:index 1
     ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+54-55-5555-5555" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "laura.prestador@example.org" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "female"] ;
  fhir:Practitioner.birthDate [ fhir:value "1980-08-22"^^xsd:date] ;
  fhir:Practitioner.qualification [
     fhir:index 0 ;
     fhir:Practitioner.qualification.identifier [
       fhir:index 0 ;
       fhir:Identifier.system [ fhir:value "http://refeps.msal.gob.ar/matriculas" ] ;
       fhir:Identifier.value [ fhir:value "MN-123456" ]
     ] ;
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.text [ fhir:value "Médica especialista en cardiología" ]
     ] ;
     fhir:Practitioner.qualification.period [
       fhir:Period.start [ fhir:value "2015-03-10"^^xsd:date ]
     ] ;
     fhir:Practitioner.qualification.issuer [
       fhir:Reference.display [ fhir:value "Ministerio de Salud de la República Argentina" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Practitioner/PrestadorArgEjemplo.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Practitioner/PrestadorArgEjemplo.ttl> .