Adverse Event Clinical Research
1.0.1 - STU1 International flag

Adverse Event Clinical Research, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ae-research-ig/ and changes regularly. See the Directory of published versions

: Device - Infuser that exploded - TTL Representation

Page standards status: Informative

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 "device-infuser"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"device-infuser\"> </a><a name=\"hcdevice-infuser\"> </a></p><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\">Resource Device &quot;device-infuser&quot; </p></div><p><b>identifier</b>: /10896128002012</p><p><b>displayName</b>: Hyperspeed Chemo Infuser</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>10896128002012</td><td><a href=\"http://hl7.org/fhir/NamingSystem/hibcc-dI\">http://hl7.org/fhir/NamingSystem/hibcc-dI</a></td><td><a href=\"http://hl7.org/fhir/NamingSystem/fda-udi\">http://hl7.org/fhir/NamingSystem/fda-udi</a></td></tr></table><p><b>status</b>: inactive</p><p><b>manufacturer</b>: Safe Device Co</p><p><b>manufactureDate</b>: 2000-02-01</p><p><b>expirationDate</b>: 2021-02-01</p><p><b>serialNumber</b>: C7H5N3O6</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>Hyperspeed</td><td>registered-name</td></tr></table><p><b>modelNumber</b>: FRN</p><p><b>category</b>: Reusable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R5/codesystem-device-category.html\">FHIR Device Category</a>#reusable)</span></p><p><b>type</b>: Infusion Pump <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>owner</b>: <span>: Place that owns the device</span></p><p><b>location</b>: <span>: Where device is found</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/NamingSystem/hibcc-dI"^^xsd:anyURI ]       ] )     ] ;
fhir:value [ fhir:v "10896128002012" ]
  ] ) ; # 
  fhir:displayName [ fhir:v "Hyperspeed Chemo Infuser"] ; # 
  fhir:udiCarrier ( [
fhir:deviceIdentifier [ fhir:v "10896128002012" ] ;
fhir:issuer [ fhir:v "http://hl7.org/fhir/NamingSystem/hibcc-dI"^^xsd:anyURI ] ;
fhir:jurisdiction [ fhir:v "http://hl7.org/fhir/NamingSystem/fda-udi"^^xsd:anyURI ]
  ] ) ; # 
  fhir:status [ fhir:v "inactive"] ; # 
  fhir:manufacturer [ fhir:v "Safe Device Co"] ; # 
  fhir:manufactureDate [ fhir:v "2000-02-01"^^xsd:date] ; # 
  fhir:expirationDate [ fhir:v "2021-02-01"^^xsd:date] ; # 
  fhir:serialNumber [ fhir:v "C7H5N3O6"] ; # 
  fhir:name ( [
fhir:value [ fhir:v "Hyperspeed" ] ;
fhir:type [ fhir:v "registered-name" ]
  ] ) ; # 
  fhir:modelNumber [ fhir:v "FRN"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/device-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "reusable" ] ;
fhir:display [ fhir:v "Reusable" ]     ] )
  ] ) ; # 
  fhir:type ( [
fhir:text [ fhir:v "Infusion Pump" ]
  ] ) ; # 
  fhir:owner [
fhir:display [ fhir:v "Place that owns the device" ]
  ] ; # 
  fhir:location [
fhir:display [ fhir:v "Where device is found" ]
  ] . #