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

: i1234 - 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 "i1234"] ; # 
  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=\"i1234\"> </a><a name=\"hci1234\"> </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;i1234&quot; </p></div><p><b>status</b>: active</p><h3>Names</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>NameType</b></td><td><b>Language</b></td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td>Preferred (Details: http://hl7.org/fhir/inventoryitem-nametype code preferred = 'Preferred', stated as 'null')</td><td>en</td><td>Respirator Mask, N95/FFP2, Medium</td></tr></table></div>"
  ] ; # 
  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" ]
  ] ) . #