DK EER Endpoint Register (EER), published by . This guide is not an authorized publication; it is the continuous build for version 0.8.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-ehmi-eer/ and changes regularly. See the Directory of published versions
: EerDeviceMSH-SystematicCura - 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:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EerDeviceMSH-SystematicCura"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomehmi.dk/ig/dk-ehmi-eer/StructureDefinition/EerDeviceEUA"^^xsd:anyURI ;
fhir:link <http://medcomehmi.dk/ig/dk-ehmi-eer/StructureDefinition/EerDeviceEUA> ] )
] ; #
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: Device EerDeviceMSH-SystematicCura</b></p><a name=\"EerDeviceMSH-SystematicCura\"> </a><a name=\"hcEerDeviceMSH-SystematicCura\"> </a><a name=\"EerDeviceMSH-SystematicCura-da-DK\"> </a><p><b>identifier</b>: EerDeviceEUA-SystematicCura</p><p><b>definition</b>: <a href=\""http://medcomehmi.dk/ig/dk-ehmi-eer/StructureDefinition/EerEndpointDeviceDefinitionEUA"\">"http://medcomehmi.dk/ig/dk-ehmi-eer/StructureDefinition/EerEndpointDeviceDefinitionEUA"</a></p><p><b>status</b>: Active</p><p><b>manufacturer</b>: Systematic</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Systematic Cura</td><td>Manufacturer name</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "EerDeviceEUA-SystematicCura" ]
] ) ; #
fhir:definition [
fhir:reference [ fhir:v "\"http://medcomehmi.dk/ig/dk-ehmi-eer/StructureDefinition/EerEndpointDeviceDefinitionEUA\"" ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:manufacturer [ fhir:v "Systematic"] ; #
fhir:deviceName ( [
fhir:name [ fhir:v "Systematic Cura" ] ;
fhir:type [ fhir:v "manufacturer-name" ]
] ) . #