FHIR IG analytics| Package | hl7.fhir.uv.ipa.r4 |
| Resource Type | Medication |
| Id | Medication-MedExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication MedExample1
Profile: IPA-Medication
code: PERCOCET, 30 TABLET in 1 BOTTLE (16590-619-30) (package)
form: Tablet
ingredient
item: oxyCODONE hydrochloride
strength: 5 mg (Details: UCUM codemg = 'mg')/1(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm) (Details: Orderable Drug Form codeTAB = 'Tablet')
ingredient
item: Acetaminophen
strength: 325 mg (Details: UCUM codemg = 'mg')/1(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm) (Details: Orderable Drug Form codeTAB = 'Tablet')
| LotNumber | ExpirationDate |
| 658484 | 2020-07-31 |
{
"resourceType": "Medication",
"id": "MedExample1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "16590-619-30",
"display": "PERCOCET, 30 TABLET in 1 BOTTLE (16590-619-30) (package)"
}
]
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385055001",
"display": "Tablet"
}
]
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "82063",
"display": "oxyCODONE hydrochloride"
}
]
},
"strength": {
"numerator": {
"value": 5,
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
}
}
},
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "161",
"display": "Acetaminophen"
}
]
},
"strength": {
"numerator": {
"value": 325,
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
}
}
}
],
"batch": {
"lotNumber": "658484",
"expirationDate": "2020-07-31"
}
}