FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | Substance |
| Id | Substance-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Substance example
Profile: US Quality Core Substance
identifier: http://acme.org/identifiers/substances/1463
status: Active
category: Allergen
code: apitoxin (Honey Bee Venom)
| Quantity | Substance[x] |
| 0.150 mg/1 | Substance |
{
"resourceType": "Substance",
"id": "example",
"meta": {
"profile": [
"http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-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"
}
}
]
}