FHIR IG analytics| Package | hl7.fhir.uv.crmi.r4b |
| Resource Type | Medication |
| Id | Medication-definition-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication definition-example
Profile: CRMI MedicationDefinition
Artifact URL: http://example.org/Medication/definition-example
ArtifactVersion: 1.0.0
code: alprazolam 0.25 MG Oral Tablet
form: Tablet (basic dose form)
| Item[x] | Strength |
| Alprazolam (substance) | 0.25 mg (Details: UCUM codemg = 'mg')/1 Tablet (Details: SNOMED CT code385055001 = 'Tablet') |
{
"resourceType": "Medication",
"id": "definition-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-medicationdefinition"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-url",
"valueUri": "http://example.org/Medication/definition-example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-version",
"valueString": "1.0.0"
}
],
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "308047",
"display": "alprazolam 0.25 MG Oral Tablet"
}
]
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385055001",
"display": "Tablet (basic dose form)"
}
]
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "386983007",
"display": "Alprazolam (substance)"
}
]
},
"strength": {
"numerator": {
"value": 0.25,
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"unit": "Tablet",
"system": "http://snomed.info/sct",
"code": "385055001"
}
}
}
]
}