HL7 Europe Patient Summary, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/eps/ and changes regularly. See the Directory of published versions
: Device Example: Blood glucose meter - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "575520ac-c2ef-4f47-82bf-1b691f5e6466"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/eps/StructureDefinition/device-eu-eps"^^xsd:anyURI ;
fhir:l <http://hl7.eu/fhir/eps/StructureDefinition/device-eu-eps> ] )
] ; #
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 575520ac-c2ef-4f47-82bf-1b691f5e6466</b></p><a name=\"575520ac-c2ef-4f47-82bf-1b691f5e6466\"> </a><a name=\"hc575520ac-c2ef-4f47-82bf-1b691f5e6466\"> </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-device-eu-eps.html\">Device (EPS)</a></p></div><blockquote><p><b>udiCarrier</b></p><blockquote><p><b>id</b></p>(01)70551104053281(11)910128(17)160212(10)34976447(21)50912</blockquote></blockquote><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 337414009}\">Blood glucose meter (physical object)</span></p><p><b>patient</b>: <a href=\"Bundle-Instance-Bundle-1a24e60d-9b12-4109-a50a-07249a4f21c3.html#urn-uuid-f51071b2-6c06-4d31-85ed-26a6b964ef98\">Petra Schwartz</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:udiCarrier ( [
fhir:id [ fhir:v "(01)70551104053281(11)910128(17)160212(10)34976447(21)50912" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
a sct:337414009 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "337414009" ] ;
fhir:display [ fhir:v "Blood glucose meter (physical object)" ] ] )
] ; #
fhir:patient [
fhir:l <urn:uuid:f51071b2-6c06-4d31-85ed-26a6b964ef98> ;
fhir:reference [ fhir:v "urn:uuid:f51071b2-6c06-4d31-85ed-26a6b964ef98" ] ;
fhir:display [ fhir:v "Petra Schwartz" ]
] . #