FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | Medication |
| Id | Medication-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication example
Profile: QICore Medication
code: alemtuzumab 10 MG/ML [Lemtrada]
manufacturer: Organization Genzyme
form: Conventional release solution for injection (dose form)
| Item[x] | Strength |
| Alemtuzumab (substance) | 12 mg (Details: UCUM codemg = 'mg')/1.2 mL (Details: UCUM codemL = 'mL') |
| LotNumber | ExpirationDate |
| 9494788 | 2017-05-22 |
Generated Narrative: Organization #org6
Profile: QICore Organization
identifier: United States National Provider Identifier/8635143786 (use: temp, )
active: true
name: Genzyme
telecom: https://www.sanofigenzyme.com/
address: Cambridge MA USA (work)
{
"resourceType": "Medication",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Organization",
"id": "org6",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"
]
},
"identifier": [
{
"use": "temp",
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "8635143786"
}
],
"active": true,
"name": "Genzyme",
"telecom": [
{
"system": "url",
"value": "https://www.sanofigenzyme.com/",
"use": "work"
}
],
"address": [
{
"use": "work",
"city": "Cambridge",
"state": "MA",
"country": "USA"
}
]
}
],
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1594660",
"display": "alemtuzumab 10 MG/ML [Lemtrada]"
}
]
},
"manufacturer": {
"reference": "#org6"
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385219001",
"display": "Conventional release solution for injection (dose form)"
}
]
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "129472003",
"display": "Alemtuzumab (substance)"
}
]
},
"strength": {
"numerator": {
"value": 12,
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1.2,
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
}
],
"batch": {
"lotNumber": "9494788",
"expirationDate": "2017-05-22"
}
}