This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Example: Substance-qicore-substance-example

Formats: XML, JSON, Turtle

{
  "resourceType" : "Substance",
  "id" : "qicore-substance-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
	  <p> <strong> Generated Narrative with Details</strong> </p> 
	  <p> <strong> id</strong> : example</p> <p> <strong> identifier</strong> : 1463</p> <p> <strong> status</strong> : active</p> 
	  <p> <strong> category</strong> : Allergen <span> (Details : {http://hl7.org.fhir/substance-category code 'allergen' = 'allergen', given as 'Allergen'})</span> </p> 
	  <p> <strong> code</strong> : apitoxin (Honey Bee Venom) <span> (Details )</span> </p> 
	  <p> <strong> ingredient</strong> : 0.150 mg of apitoxin </p>
	</div>"
  },
  "identifier" : [
    {
      "system" : "http://acme.org/identifiers/substances",
      "value" : "1463"
    }
  ],
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org.fhir/substance-category",
          "code" : "allergen",
          "display" : "Allergen"
        }
      ]
    }
  ],
  "code" : {
    "text" : "apitoxin (Honey Bee Venom)"
  },
  "ingredient" : [
    {
      "quantity" : {
        "numerator" : {
          "value" : 0.150,
          "unit" : "mg"
        },
        "denominator" : {
          "value" : 1
        }
      },
      "substanceReference" : {
        "reference" : "Substance/qicore-substance-example"
      }
    }
  ]
}