FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.qicore.r4
Resource TypeSubstance
IdSubstance-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Substance example

identifier: http://acme.org/identifiers/substances/1463

status: Active

category: Allergen

code: apitoxin (Honey Bee Venom)

Ingredients

-QuantitySubstance[x]
*0.150 mg/1Substance

Source1

{
  "resourceType": "Substance",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-substance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://acme.org/identifiers/substances",
      "value": "1463"
    }
  ],
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/substance-category",
          "code": "allergen",
          "display": "Allergen"
        }
      ]
    }
  ],
  "code": {
    "text": "apitoxin (Honey Bee Venom)"
  },
  "ingredient": [
    {
      "quantity": {
        "numerator": {
          "value": 0.15,
          "unit": "mg"
        },
        "denominator": {
          "value": 1
        }
      },
      "substanceReference": {
        "reference": "Substance/example"
      }
    }
  ]
}