@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://emahealth.io/fhir/pe/Practitioner/EjemploEmaPractitionerPe> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploEmaPractitionerPe"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/pe/StructureDefinition/ema-practitioner" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/pe/StructureDefinition/ema-practitioner>
     ]
  ] ;
  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: Practitioner EjemploEmaPractitionerPe</b></p><a name=\"EjemploEmaPractitionerPe\"> </a><a name=\"hcEjemploEmaPractitionerPe\"> </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-ema-practitioner.html\">EMA Practitioner (Perú)</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-CmpNamingSystem.html\" title=\"Identificador profesional asignado por el Colegio Médico del Perú. Usado en Practitioner.identifier.\">CMP</a>/045821 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Luis Vargas Ríos (Official)</p><p><b>telecom</b>: <a href=\"tel:+5113451234\">+5113451234</a></p><p><b>gender</b>: Male</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 309343006}\">Médico Cirujano</span></td></tr></table></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.system [ fhir:value "https://emahealth.io/fhir/pe/sid/cmp" ] ;
     fhir:Identifier.value [ fhir:value "045821" ]
  ] ;
  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 "Vargas Ríos" ] ;
     fhir:HumanName.given [
       fhir:value "Luis" ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+5113451234" ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "male"] ;
  fhir:Practitioner.qualification [
     fhir:index 0 ;
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:309343006 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "309343006" ] ;
         fhir:Coding.display [ fhir:value "Physician" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Médico Cirujano" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://emahealth.io/fhir/pe/Practitioner/EjemploEmaPractitionerPe.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

