MyHealth@Eu Medical Imaging Report
0.0.1 - ci-build 150

MyHealth@Eu Medical Imaging Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Measuring Device - 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 "ExampleDeviceMeasuringImg"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ehdsi.eu/imaging/StructureDefinition/deviceMeasuring-img-myhealtheu"^^xsd:anyURI ;
fhir:link <http://fhir.ehdsi.eu/imaging/StructureDefinition/deviceMeasuring-img-myhealtheu>     ] [
fhir:v "http://fhir.ehdsi.eu/hdr/StructureDefinition/DeviceMeasuringImgMyHealthEu"^^xsd:anyURI ;
fhir:link <http://fhir.ehdsi.eu/hdr/StructureDefinition/DeviceMeasuringImgMyHealthEu>     ] )
  ] ; # 
  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 ExampleDeviceMeasuringImg</b></p><a name=\"ExampleDeviceMeasuringImg\"> </a><a name=\"hcExampleDeviceMeasuringImg\"> </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\">Profiles: <a href=\"StructureDefinition-deviceMeasuring-img-myhealtheu.html\">Device: measuring</a>, <code>http://fhir.ehdsi.eu/hdr/StructureDefinition/DeviceMeasuringImgMyHealthEu</code></p></div><p><b>identifier</b>: <code>http://example.org/devices</code>/MEASURE-IMG-001</p><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>00312345678904</td><td>urn:oid:2.51.1</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/iso3166-1-usa\">http://hl7.org/fhir/StructureDefinition/iso3166-1-usa</a></td></tr></table><p><b>manufacturer</b>: MediTech Imaging GmbH</p><blockquote><p><b>deviceName</b></p><p><b>name</b>: MediScanner 3000</p><p><b>type</b>: Manufacturer name</p></blockquote><blockquote><p><b>deviceName</b></p><p><b>name</b>: Model X300</p><p><b>type</b>: Model name</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/devices"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MEASURE-IMG-001" ]
  ] ) ; # 
  fhir:udiCarrier ( [
fhir:deviceIdentifier [ fhir:v "00312345678904" ] ;
fhir:issuer [ fhir:v "urn:oid:2.51.1"^^xsd:anyURI ] ;
fhir:jurisdiction [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso3166-1-usa"^^xsd:anyURI ]
  ] ) ; # 
  fhir:manufacturer [ fhir:v "MediTech Imaging GmbH"] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "MediScanner 3000" ] ;
fhir:type [ fhir:v "manufacturer-name" ]
  ] [
fhir:name [ fhir:v "Model X300" ] ;
fhir:type [ fhir:v "model-name" ]
  ] ) . #