FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | Medication |
| Id | Medication-ma-ma-schema-1-Medication-8001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication ma-ma-schema-1-Medication-8001
Last updated: 2023-12-18 23:07:47+0000;
Information Source: urn:telus:emr:ma:ma-schema-1
Security Label: normal (Details: Confidentiality code N = 'normal')
identifier: urn:telus:emr:ma:ma-schema-1:Medication/8001 (use: official, )
code: Amlodipine 5 mg Tablet
status: Active
form: Tablet
amount: 30 Tablet (Details: Orderable Drug Form codeTAB = 'Tablet')/1 Package (Details: UCUM code{Package} = '{Package}')
| Item[x] | Strength |
| Amlodipine | 5 mg (Details: UCUM codemg = 'mg')/1 Tablet (Details: Orderable Drug Form codeTAB = 'Tablet') |
| LotNumber | ExpirationDate |
| LOT2023-AMD-5678 | 2025-12-31 |
{
"resourceType": "Medication",
"id": "ma-ma-schema-1-Medication-8001",
"meta": {
"lastUpdated": "2023-12-18T23:07:47Z",
"source": "urn:telus:emr:ma:ma-schema-1",
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "N",
"display": "normal"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "urn:telus:emr:ma:ma-schema-1:Medication",
"value": "8001"
}
],
"code": {
"coding": [
{
"system": "https://fhir.infoway-inforoute.ca/CodeSystem/canadiandrugs",
"code": "02239945",
"display": "APO-AMLODIPINE"
},
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "17767",
"display": "Amlodipine"
}
],
"text": "Amlodipine 5 mg Tablet"
},
"status": "active",
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385055001",
"display": "Tablet"
}
],
"text": "Tablet"
},
"amount": {
"numerator": {
"value": 30,
"unit": "Tablet",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
},
"denominator": {
"value": 1,
"unit": "Package",
"system": "http://unitsofmeasure.org",
"code": "{Package}"
}
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "17767",
"display": "Amlodipine"
}
],
"text": "Amlodipine"
},
"strength": {
"numerator": {
"value": 5,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"unit": "Tablet",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
}
}
}
],
"batch": {
"lotNumber": "LOT2023-AMD-5678",
"expirationDate": "2025-12-31"
}
}