FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | Medication |
| Id | Medication-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication example
Profile: US Quality Core Medication
code: 1.2 ML alemtuzumab 10 MG/ML Injection [Lemtrada]
manufacturer: Organization Example Manufacturer
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 | 2027-05-22 |
Generated Narrative: Organization #org-6
Profile: US Quality Core Organization
identifier: United States National Provider Identifier/8635143786 (use: temp, )
active: true
name: Example Manufacturer
telecom: https://example.org/manufacturer
address: 900 Example Industrial Road Example City VA 99999 US (work)
{
"resourceType": "Medication",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Organization",
"id": "org-6",
"meta": {
"profile": [
"http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-organization"
]
},
"identifier": [
{
"use": "temp",
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "8635143786"
}
],
"active": true,
"name": "Example Manufacturer",
"telecom": [
{
"system": "url",
"value": "https://example.org/manufacturer",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"900 Example Industrial Road"
],
"city": "Example City",
"state": "VA",
"postalCode": "99999",
"country": "US"
}
]
}
],
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1594663",
"display": "1.2 ML alemtuzumab 10 MG/ML Injection [Lemtrada]"
}
]
},
"manufacturer": {
"reference": "#org-6"
},
"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": "2027-05-22"
}
}