🇵🇪 EMA Health Perú Implementation Guide
0.1.0 - ci-build

🇵🇪 EMA Health Perú Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Organización (Perú) - 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/Organization/EjemploEmaOrganizationPe> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploEmaOrganizationPe"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/pe/StructureDefinition/ema-organization" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/pe/StructureDefinition/ema-organization>
     ]
  ] ;
  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: Organization EjemploEmaOrganizationPe</b></p><a name=\"EjemploEmaOrganizationPe\"> </a><a name=\"hcEjemploEmaOrganizationPe\"> </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-organization.html\">EMA Organization (Perú)</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-RucNamingSystem.html\" title=\"Registro Único de Contribuyentes. 11 dígitos. Usado en Organization.identifier.\">RUC</a>/20512345678</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Clínica San Borja S.A.C.</p><p><b>telecom</b>: <a href=\"tel:+5114757000\">+5114757000</a></p><p><b>address</b>: Av. Guardia Civil 337 Lima Lima 15037 PE (work)</p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://emahealth.io/fhir/pe/sid/ruc" ] ;
     fhir:Identifier.value [ fhir:value "20512345678" ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
       fhir:Coding.code [ fhir:value "prov" ] ;
       fhir:Coding.display [ fhir:value "Healthcare Provider" ]
     ]
  ] ;
  fhir:Organization.name [ fhir:value "Clínica San Borja S.A.C."] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+5114757000" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.line [
       fhir:value "Av. Guardia Civil 337" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Lima" ] ;
     fhir:Address.district [ fhir:value "San Borja" ] ;
     fhir:Address.state [ fhir:value "Lima" ] ;
     fhir:Address.postalCode [ fhir:value "15037" ] ;
     fhir:Address.country [ fhir:value "PE" ]
  ] .

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

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