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: Home nebulizer (physical object) - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Device/0b89dcab-1d0c-44fa-a958-3131452d8cca> a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "0b89dcab-1d0c-44fa-a958-3131452d8cca"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.eu/fhir/eps/StructureDefinition/device-eu-eps" ;
fhir:index 0 ;
fhir:link <http://hl7.eu/fhir/eps/StructureDefinition/device-eu-eps>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device 0b89dcab-1d0c-44fa-a958-3131452d8cca</b></p><a name=\"0b89dcab-1d0c-44fa-a958-3131452d8cca\"> </a><a name=\"hc0b89dcab-1d0c-44fa-a958-3131452d8cca\"> </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)16823880124549(11)210531(17)460615(10)48877640253395325(21)109490485862</blockquote></blockquote><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 170615005}\">Home nebulizer (physical object)</span></p><p><b>patient</b>: <a href=\"Patient-f0b2dcfe-e837-464b-ae8a-3b9da1807dd3.html\">Petra Schwartz</a></p></div>"
] ;
fhir:Device.udiCarrier [
fhir:index 0 ;
fhir:Element.id [ fhir:value "(01)16823880124549(11)210531(17)460615(10)48877640253395325(21)109490485862" ]
] ;
fhir:Device.status [ fhir:value "active"] ;
fhir:Device.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:170615005 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "170615005" ] ;
fhir:Coding.display [ fhir:value "Home nebulizer (physical object)" ]
]
] ;
fhir:Device.patient [
fhir:link <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> ;
fhir:Reference.reference [ fhir:value "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ] ;
fhir:Reference.display [ fhir:value "Petra Schwartz" ]
] .
<http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Device/0b89dcab-1d0c-44fa-a958-3131452d8cca.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Device/0b89dcab-1d0c-44fa-a958-3131452d8cca.ttl> .