@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 -------------------------------------------------------------------

<https://emahealth.io/fhir/mx/Organization/EjemploEmaOrganizationMx> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploEmaOrganizationMx"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/mx/StructureDefinition/ema-organization" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/mx/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 EjemploEmaOrganizationMx</b></p><a name=\"EjemploEmaOrganizationMx\"> </a><a name=\"hcEjemploEmaOrganizationMx\"> </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 (México)</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-CluesNamingSystem.html\" title=\"Identificador único de establecimientos de salud en México.#xA;Usado en Organization.identifier.\">CLUES</a>/DFIMS000324 (use: official, )</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>: Hospital General de Zona No. 32 IMSS</p><p><b>telecom</b>: <a href=\"tel:+525557289000\">+525557289000</a></p><p><b>address</b>: Calzada de Tlalpan 4801, Toriello Guerra Ciudad de México Ciudad de México 14050 MX (work)</p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.system [ fhir:value "https://emahealth.io/fhir/mx/sid/clues" ] ;
     fhir:Identifier.value [ fhir:value "DFIMS000324" ]
  ] ;
  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 "Hospital General de Zona No. 32 IMSS"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+525557289000" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.line [
       fhir:value "Calzada de Tlalpan 4801, Toriello Guerra" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Ciudad de México" ] ;
     fhir:Address.district [ fhir:value "Tlalpan" ] ;
     fhir:Address.state [ fhir:value "Ciudad de México" ] ;
     fhir:Address.postalCode [ fhir:value "14050" ] ;
     fhir:Address.country [ fhir:value "MX" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://emahealth.io/fhir/mx/Organization/EjemploEmaOrganizationMx.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

