Order Catalog Implementation Guide
1.0.0-ballot - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions

: Device model of breast pump - 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 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:DeviceDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-devicemodel-breast-pump"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/DeviceModel"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/DeviceModel>     ] )
  ] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceDefinition example-devicemodel-breast-pump</b></p><a name=\"example-devicemodel-breast-pump\"> </a><a name=\"hcexample-devicemodel-breast-pump\"> </a><a name=\"example-devicemodel-breast-pump-en-US\"> </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\">Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DeviceModel.html\">Device Model</a></p></div><p><b>Reference to a catalog</b>: <a href=\"Composition-example-device-catalog-header.html\">Composition Worldwide Device Catalog</a></p><blockquote><p><b>udiDeviceIdentifier</b></p><p><b>deviceIdentifier</b>: 00075020063816</p><p><b>issuer</b>: urn:oid:2.51.1.1</p><p><b>jurisdiction</b>: urn:oid:2.16.840.1.113883.3.150</p><h3>MarketDistributions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>MarketPeriod</b></td><td><b>SubJurisdiction</b></td></tr><tr><td style=\"display: none\">*</td><td>2016-09-17 --&gt; (ongoing)</td><td>urn:oid:2.16.840.1.113883.3.150</td></tr></table></blockquote><p><b>manufacturer</b>: Philips Consumer Lifestyle B.V.</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>Philips Avent Breast Pump Single</td><td>Registered name</td></tr></table><p><b>modelNumber</b>: SCF332</p><blockquote><p><b>classification</b></p><p><b>type</b>: <span title=\"Codes:\">Breast pump, electric</span></p><h3>Justifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Citation</b></td></tr><tr><td style=\"display: none\">*</td><td>Citation</td><td><div><p>A mains electricity (AC-powered) device used to extract milk from the breast, typically for collecting and feeding to an infant. The device produces a continuous low-grade suction through a funnel-like component that is applied to the breast; the milk collects in an attached vessel (e.g., a sterilized bottle). The device may have a safety mechanism to prevent a potentially harmful increase in negative pressure.</p>\n</div></td></tr></table></blockquote><blockquote><p><b>classification</b></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 272201008}\">Electric breast pump</span></p></blockquote><p><b>languageCode</b>: <span title=\"Codes:{urn:ietf:bcp:47 en-US}\">English (United States)</span></p><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:\">For single use</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:\">Prescription use</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:\">Over the counter</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:\">Human Cell, Tissue or Cellular or Tissue-Based Product (HCT/P)</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>guideline</b></p><blockquote><p><b>relatedArtifact</b></p><p><b>type</b>: Documentation</p><p><b>label</b>: Device described in GUDID:</p><h3>Documents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://accessgudid.nlm.nih.gov/devices/00075020063816\">https://accessgudid.nlm.nih.gov/devices/00075020063816</a></td></tr></table></blockquote></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogReference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Composition/example-device-catalog-header" ]     ]
  ] ) ; # 
  fhir:udiDeviceIdentifier ( [
fhir:deviceIdentifier [ fhir:v "00075020063816" ] ;
fhir:issuer [ fhir:v "urn:oid:2.51.1.1"^^xsd:anyURI ] ;
fhir:jurisdiction [ fhir:v "urn:oid:2.16.840.1.113883.3.150"^^xsd:anyURI ] ;
    ( fhir:marketDistribution [
fhir:marketPeriod [
fhir:start [ fhir:v "2016-09-17"^^xsd:date ]       ] ;
fhir:subJurisdiction [ fhir:v "urn:oid:2.16.840.1.113883.3.150"^^xsd:anyURI ]     ] )
  ] ) ; # 
  fhir:manufacturer [
fhir:display [ fhir:v "Philips Consumer Lifestyle B.V." ]
  ] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "Philips Avent Breast Pump Single" ] ;
fhir:type [ fhir:v "registered-name" ]
  ] ) ; # 
  fhir:modelNumber [ fhir:v "SCF332"] ; # 
  fhir:classification ( [
fhir:type [
fhir:text [ fhir:v "Breast pump, electric" ]     ] ;
    ( fhir:justification [
fhir:type [ fhir:v "citation" ] ;
fhir:citation [ fhir:v "A mains electricity (AC-powered) device used to extract milk from the breast, typically for collecting and feeding to an infant. The device produces a continuous low-grade suction through a funnel-like component that is applied to the breast; the milk collects in an attached vessel (e.g., a sterilized bottle). The device may have a safety mechanism to prevent a potentially harmful increase in negative pressure." ]     ] )
  ] [
fhir:type [
      ( fhir:coding [
a sct:272201008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "272201008" ] ;
fhir:display [ fhir:v "Electric breast pump" ]       ] )     ]
  ] ) ; # 
  fhir:languageCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "en-US" ] ;
fhir:display [ fhir:v "English (United States)" ]     ] )
  ] ) ; # 
  fhir:property ( [
fhir:type [
fhir:text [ fhir:v "For single use" ]     ] ;
fhir:value [
a fhir:boolean ;
fhir:v false     ]
  ] [
fhir:type [
fhir:text [ fhir:v "Prescription use" ]     ] ;
fhir:value [
a fhir:boolean ;
fhir:v false     ]
  ] [
fhir:type [
fhir:text [ fhir:v "Over the counter" ]     ] ;
fhir:value [
a fhir:boolean ;
fhir:v true     ]
  ] [
fhir:type [
fhir:text [ fhir:v "Human Cell, Tissue or Cellular or Tissue-Based Product (HCT/P)" ]     ] ;
fhir:value [
a fhir:boolean ;
fhir:v false     ]
  ] ) ; # 
  fhir:guideline [
    ( fhir:relatedArtifact [
fhir:type [ fhir:v "documentation" ] ;
fhir:label [ fhir:v "Device described in GUDID:" ] ;
fhir:document [
fhir:url [ fhir:v "https://accessgudid.nlm.nih.gov/devices/00075020063816"^^xsd:anyURI ]       ]     ] )
  ] . #