HL7 FHIR Implementation Guide: DK Core, published by HL7 Denmark. This guide is not an authorized publication; it is the continuous build for version 3.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/dk-core/ and changes regularly. See the Directory of published versions
: neuroradiologyUnit - 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 "neuroradiologyUnit"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.dk/fhir/core/StructureDefinition/dk-core-location"^^xsd:anyURI ;
fhir:link <http://hl7.dk/fhir/core/StructureDefinition/dk-core-location> ] )
] ; #
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 neuroradiologyUnit</b></p><a name=\"neuroradiologyUnit\"> </a><a name=\"hcneuroradiologyUnit\"> </a><a name=\"neuroradiologyUnit-da-DK\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Neuro unit</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode RNEU}\">Neuroradiology unit</span></p><p><b>telecom</b>: <a href=\"tel:+4523292329\">+4523292329</a></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ro}\">Room</span></p><p><b>managingOrganization</b>: <a href=\"Organization-CenterForDiabetesTeamKvalitet.html\">Organization: identifier = urn:oid:1.2.208.176.1.1#1133201000016001,http://cvr.dk#64942212; type = HC - Health centre</a></p><p><b>partOf</b>: <a href=\"Location-ambulance.html\">Location: status = active; description = Ambulance provided by Acme Corp; mode = kind; type = Ambulance; telecom = ph: +4523292833(Mobile); physicalType = Vehicle</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "Neuro unit"] ; #
fhir:mode [ fhir:v "instance"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RNEU" ] ;
fhir:display [ fhir:v "Neuroradiology unit" ] ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+4523292329" ]
] ) ; #
fhir:physicalType [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ro" ] ;
fhir:display [ fhir:v "Room" ] ] )
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/CenterForDiabetesTeamKvalitet" ]
] ; #
fhir:partOf [
fhir:reference [ fhir:v "Location/ambulance" ]
] . #