EAHPInteroperabilityIG - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Device - Cardiology Smart Cart - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "dev-smartcart-cardio-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://eahp-official.github.io/EAHP_Interoperabillty/StructureDefinition/DeviceEAHPInteroperability"^^xsd:anyURI ;
fhir:l <https://eahp-official.github.io/EAHP_Interoperabillty/StructureDefinition/DeviceEAHPInteroperability> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device dev-smartcart-cardio-01</b></p><a name=\"dev-smartcart-cardio-01\"> </a><a name=\"hcdev-smartcart-cardio-01\"> </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-DeviceEAHPInteroperability.html\">Device EAHP Interoperability</a></p></div><p><b>identifier</b>: <code>http://hospital.org/assets/device</code>/CART-CARDIO-01</p><h3>Names</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Cardiology Mobile Cart Blue</td><td>User Friendly name</td></tr></table><p><b>type</b>: <span title=\"Codes:{https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-medicine-handling-automation-types SmartCart}\">Smart Cart</span></p><p><b>location</b>: <a href=\"Location-loc-ward-cardio.html\">Location Cardiology Ward North</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://hospital.org/assets/device"^^xsd:anyURI ;
fhir:l <http://hospital.org/assets/device> ] ;
fhir:value [ fhir:v "CART-CARDIO-01" ]
] ) ; #
fhir:name ( [
fhir:value [ fhir:v "Cardiology Mobile Cart Blue" ] ;
fhir:type [ fhir:v "user-friendly-name" ]
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-medicine-handling-automation-types"^^xsd:anyURI ;
fhir:l <https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-medicine-handling-automation-types> ] ;
fhir:code [ fhir:v "SmartCart" ] ] )
] ) ; #
fhir:location [
fhir:l fhir:Location/loc-ward-cardio ;
fhir:reference [ fhir:v "Location/loc-ward-cardio" ]
] . #