FHIR IG analytics| Package | hl7.fhir.uv.crmi.r4b |
| Resource Type | Substance |
| Id | Substance-artifact-reference-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Substance artifact-reference-example
Profile: CRMI SubstanceDefinition
Artifact URL: http://example.org/Substance/substance-definition-example
ArtifactVersion: 1.0.0
identifier: http://acme.org/identifiers/substances/1463
status: Active
category: Allergen
code: apitoxin (Honey Bee Venom)
description: Example substance definition. This example uses artifact-url and artifact-version as business identifiers, as well as artifact-uriReference to refer to an ingredient using these identifiers.
| Substance[x] |
| apitoxin (Honey Bee Venom) |
{
"resourceType": "Substance",
"id": "artifact-reference-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-substancedefinition"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-url",
"valueUri": "http://example.org/Substance/substance-definition-example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-version",
"valueString": "1.0.0"
}
],
"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)"
},
"description": "Example substance definition. This example uses artifact-url and artifact-version as business identifiers, as well as artifact-uriReference to refer to an ingredient using these identifiers.",
"ingredient": [
{
"substanceReference": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-uriReference",
"valueUri": "http://example.org/Substance/substance-definition-example|1.0.0"
}
],
"display": "apitoxin (Honey Bee Venom)"
}
}
]
}