🌐 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 Ubicación — box de consulta - 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/Location/EjemploEmaCoreLocation> a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "EjemploEmaCoreLocation"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://emahealth.io/fhir/core/StructureDefinition/ema-core-location" ;
fhir:index 0 ;
fhir:link <https://emahealth.io/fhir/core/StructureDefinition/ema-core-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 EjemploEmaCoreLocation</b></p><a name=\"EjemploEmaCoreLocation\"> </a><a name=\"hcEjemploEmaCoreLocation\"> </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-location.html\">EMA Core Location</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Box 3 — Consulta ambulatoria</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>address</b>: Avenida Principal 1234, piso 2 Ciudad XX </p><p><b>managingOrganization</b>: <a href=\"Organization-EjemploEmaCoreOrganization.html\">Organization Centro Médico EMA</a></p></div>"
] ;
fhir:Location.status [ fhir:value "active"] ;
fhir:Location.name [ fhir:value "Box 3 — Consulta ambulatoria"] ;
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 "HOSP" ]
]
] ;
fhir:Location.address [
fhir:Address.line [
fhir:value "Avenida Principal 1234, piso 2" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "Ciudad" ] ;
fhir:Address.country [ fhir:value "XX" ]
] ;
fhir:Location.managingOrganization [
fhir:link <http://hl7.org/fhir/Organization/EjemploEmaCoreOrganization> ;
fhir:Reference.reference [ fhir:value "Organization/EjemploEmaCoreOrganization" ]
] .
<http://hl7.org/fhir/Organization/EjemploEmaCoreOrganization> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Location/EjemploEmaCoreLocation.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Location/EjemploEmaCoreLocation.ttl> .