🌐 EMA Health Core Implementation Guide
0.10.0 - ci-build

🌐 EMA Health Core Implementation Guide - Local Development build (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Organización — asegurador - 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/EjemploEmaCoreOrganizationPagador> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploEmaCoreOrganizationPagador"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/core/StructureDefinition/ema-core-organization" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/core/StructureDefinition/ema-core-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 EjemploEmaCoreOrganizationPagador</b></p><a name=\"EjemploEmaCoreOrganizationPagador\"> </a><a name=\"hcEjemploEmaCoreOrganizationPagador\"> </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-core-organization.html\">EMA Core Organization</a></p></div><p><b>identifier</b>: <code>https://emahealth.io/fhir/sid/org</code>/ORG-PAY-001</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type pay}\">Payer</span></p><p><b>name</b>: Asegurador de Salud EMA</p><p><b>address</b>: Calle Comercio 500 Ciudad XX </p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://emahealth.io/fhir/sid/org" ] ;
     fhir:Identifier.value [ fhir:value "ORG-PAY-001" ]
  ] ;
  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 "pay" ]
     ]
  ] ;
  fhir:Organization.name [ fhir:value "Asegurador de Salud EMA"] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.line [
       fhir:value "Calle Comercio 500" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Ciudad" ] ;
     fhir:Address.country [ fhir:value "XX" ]
  ] .

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

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