Supply of Products for Healthcare (SUPPLY)
0.3.0 - ci-build International flag

Supply of Products for Healthcare (SUPPLY), published by IHE Pharmacy Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/pharm-supply/ and changes regularly. See the Directory of published versions

: i12341 - 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:InventoryItem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "i12341"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: InventoryItem</b><a name=\"i12341\"> </a><a name=\"hci12341\"> </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 InventoryItem &quot;i12341&quot; </p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.3.0/NamingSystem-gtin.html\" title=\"The GS1 GTIN is a globally unique identifier of trade items. A trade item is any item (product or service) upon which there is a need to retrieve pre-defined information and that may be priced, or ordered, or invoiced at any point in any supply chain. Note: GTINs may be used in both Codes (http://build.fhir.org/datatypes.html#Coding) and Identifiers (http://build.fhir.org/datatypes.html#Identifier).\">GTIN Global Trade Item Number</a>/012345678</p><p><b>status</b>: active</p><blockquote><p><b>name</b></p><p><b>nameType</b>: Preferred (Details: http://hl7.org/fhir/inventoryitem-nametype code preferred = 'Preferred', stated as 'null')</p><p><b>language</b>: en</p><p><b>name</b>: Respirator Mask, N95/FFP2, Medium</p></blockquote><blockquote><p><b>name</b></p><p><b>nameType</b>: tradename (Details: http://hl7.org/fhir/inventoryitem-nametype code tradename = 'tradename', stated as 'null')</p><p><b>language</b>: en</p><p><b>name</b>: ACME Co N95, size Medium</p></blockquote><h3>Associations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AssociationType</b></td><td><b>RelatedItem</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>parent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#parent)</span></td><td><a href=\"InventoryItem-123.html\">InventoryItem/123</a></td><td>1/</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://www.gs1.org/gtin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "012345678" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name ( [
fhir:nameType [
fhir:system [ fhir:v "http://hl7.org/fhir/inventoryitem-nametype"^^xsd:anyURI ] ;
fhir:code [ fhir:v "preferred" ]     ] ;
fhir:language [ fhir:v "en" ] ;
fhir:name [ fhir:v "Respirator Mask, N95/FFP2, Medium" ]
  ] [
fhir:nameType [
fhir:system [ fhir:v "http://hl7.org/fhir/inventoryitem-nametype"^^xsd:anyURI ] ;
fhir:code [ fhir:v "tradename" ]     ] ;
fhir:language [ fhir:v "en" ] ;
fhir:name [ fhir:v "ACME Co N95, size Medium" ]
  ] ) ; # 
  fhir:association ( [
fhir:associationType [
      ( fhir:coding [
fhir:code [ fhir:v "parent" ]       ] )     ] ;
fhir:relatedItem [
fhir:reference [ fhir:v "InventoryItem/123" ]     ] ;
fhir:quantity [
fhir:numerator [
fhir:value [ fhir:v "1"^^xsd:decimal ]       ]     ]
  ] ) . #