MyHealth@Eu Hospital Discharge Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example Medical Device - 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 "example-device"] ; #
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 example-device</b></p><a name=\"example-device\"> </a><a name=\"hcexample-device\"> </a><a name=\"example-device-en-US\"> </a><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>Issuer</b></td><td><b>Jurisdiction</b></td></tr><tr><td style=\"display: none\">*</td><td>12345678901234</td><td><a href=\"http://hl7.org/fhir/NamingSystem/gs1\">http://hl7.org/fhir/NamingSystem/gs1</a></td><td><a href=\"http://hl7.org/fhir/R4/valueset-iso3166-1-2.html\">http://hl7.org/fhir/ValueSet/iso3166-1-2</a></td></tr></table><p><b>status</b>: Active</p><p><b>manufacturer</b>: ACME Medical Devices Inc.</p><p><b>serialNumber</b>: 12345-67890</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>SuperCuff 3000</td><td>manufacturerName</td></tr></table><p><b>modelNumber</b>: SC3000</p><p><b>partNumber</b>: 98765-43210</p><p><b>type</b>: <span title=\"Codes:\">86184003</span></p><h3>Properties</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>ValueQuantity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">battery-life</span></td><td>10 hours</td></tr></table><p><b>patient</b>: <a href=\"Patient-ExampleHDRPatient.html\">John Albertus Doe Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))</a></p><p><b>owner</b>: <a href=\"Organization/SampleOrganization\">Organization/SampleOrganization</a></p></div>"
] ; #
fhir:udiCarrier ( [
fhir:deviceIdentifier [ fhir:v "12345678901234" ] ;
fhir:issuer [ fhir:v "http://hl7.org/fhir/NamingSystem/gs1"^^xsd:anyURI ] ;
fhir:jurisdiction [ fhir:v "http://hl7.org/fhir/ValueSet/iso3166-1-2"^^xsd:anyURI ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:manufacturer [ fhir:v "ACME Medical Devices Inc."] ; #
fhir:serialNumber [ fhir:v "12345-67890"] ; #
fhir:deviceName ( [
fhir:name [ fhir:v "SuperCuff 3000" ] ;
fhir:type [ fhir:v "manufacturerName" ]
] ) ; #
fhir:modelNumber [ fhir:v "SC3000"] ; #
fhir:partNumber [ fhir:v "98765-43210"] ; #
fhir:type [
( fhir:coding [
fhir:code [ fhir:v "86184003" ] ] )
] ; #
fhir:property ( [
fhir:type [
( fhir:coding [
fhir:code [ fhir:v "battery-life" ] ] ) ] ;
( fhir:valueQuantity [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "hours" ] ] )
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/ExampleHDRPatient" ]
] ; #
fhir:owner [
fhir:reference [ fhir:v "Organization/SampleOrganization" ]
] . #