FHIR IG analytics| Package | hl7.fhir.uv.crmi |
| Resource Type | Substance |
| Id | Substance-shareable-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Substance shareable-example
Profile: CRMI Shareable Substance
Artifact URL: http://example.org/Substance/shareable-example
ArtifactVersion: 0.1.0
Artifact Version Policy: Strict
Artifact Title: Shareable Substance Example
Artifact Experimental: true
Artifact Publisher: Clinical Decision Support WG
Artifact Description:
Example of a Substance resource as a shareable non-canonical artifact.
Artifact Status: draft
identifier: http://acme.org/identifiers/substances/1463
status: Active
category: Allergen
code: apitoxin (Honey Bee Venom)
{
"resourceType": "Substance",
"id": "shareable-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablesubstance"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-url",
"valueUri": "http://example.org/Substance/shareable-example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-version",
"valueString": "0.1.0"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-versionPolicy",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes",
"code": "strict"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-title",
"valueString": "Shareable Substance Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-experimental",
"valueBoolean": true
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-publisher",
"valueString": "Clinical Decision Support WG"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-description",
"valueMarkdown": "Example of a Substance resource as a shareable non-canonical artifact."
}
],
"modifierExtension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-status",
"valueCode": "draft"
}
],
"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)"
}
}