@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/pe/Location/EjemploEmaLocationPe> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploEmaLocationPe"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/pe/StructureDefinition/ema-location" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/pe/StructureDefinition/ema-location>
     ]
  ] ;
  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: Location EjemploEmaLocationPe</b></p><a name=\"EjemploEmaLocationPe\"> </a><a name=\"hcEjemploEmaLocationPe\"> </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-location.html\">EMA Location (Perú)</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Consultorio 12</p><p><b>description</b>: Consultorio de medicina interna, 2.º piso</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode OF}\">Outpatient Facility</span></p><p><b>address</b>: Av. Guardia Civil 337, Consultorio 12 Lima PE (work)</p><p><b>managingOrganization</b>: <a href=\"Organization-EjemploEmaOrganizationPe.html\">Organization Clínica San Borja S.A.C.</a></p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Consultorio 12"] ;
  fhir:Location.description [ fhir:value "Consultorio de medicina interna, 2.º piso"] ;
  fhir:Location.mode [ fhir:value "instance"] ;
  fhir:Location.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:Coding.code [ fhir:value "OF" ] ;
       fhir:Coding.display [ fhir:value "Outpatient Facility" ]
     ]
  ] ;
  fhir:Location.address [
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.line [
       fhir:value "Av. Guardia Civil 337, Consultorio 12" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Lima" ] ;
     fhir:Address.district [ fhir:value "San Borja" ] ;
     fhir:Address.country [ fhir:value "PE" ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:link <https://emahealth.io/fhir/pe/Organization/EjemploEmaOrganizationPe> ;
     fhir:Reference.reference [ fhir:value "Organization/EjemploEmaOrganizationPe" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://emahealth.io/fhir/pe/Location/EjemploEmaLocationPe.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

