MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: LocationExample001 - 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 -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "LocationExample001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medicaia.ar/StructureDefinition/LocationMED"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/StructureDefinition/LocationMED> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location LocationExample001</b></p><a name=\"LocationExample001\"> </a><a name=\"hcLocationExample001\"> </a><a name=\"LocationExample001-en-US\"> </a><p><b>identifier</b>: <code>https://fhir.medicaia.ar/SUSALUD</code>/L2222 (use: official, )</p><p><b>status</b>: Active</p><p><b>name</b>: Sede CABA</p><p><b>description</b>: Sucursal CABA - Medicaia</p><p><b>physicalType</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/LocationTypeCS bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Organization-OrganizationExample001.html\">Organization MEDICAIA HEALTHCARE</a></p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://fhir.medicaia.ar/SUSALUD"^^xsd:anyURI ] ;
fhir:value [ fhir:v "L2222" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/OrganizationExample001" ] ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "Sede CABA"] ; #
fhir:description [ fhir:v "Sucursal CABA - Medicaia"] ; #
fhir:physicalType [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.medicaia.ar/CodeSystem/LocationTypeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "bu" ] ;
fhir:display [ fhir:v "Building" ] ] )
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/OrganizationExample001" ]
] . #