International Patient Access, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ipa/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Medication",
"id" : "MedExample1",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medication"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication MedExample1</b></p><a name=\"MedExample1\"> </a><a name=\"hcMedExample1\"> </a><a name=\"MedExample1-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/ndc 16590-619-30}\">PERCOCET, 30 TABLET in 1 BOTTLE (16590-619-30) (package)</span></p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385055001}\">Tablet</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 82063}\">oxyCODONE hydrochloride</span></p><p><b>strength</b>: 5 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm)<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form codeTAB = 'Tablet')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 161}\">Acetaminophen</span></p><p><b>strength</b>: 325 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm)<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form codeTAB = 'Tablet')</span></p></blockquote><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>658484</td><td>2020-07-31</td></tr></table></div>"
},
"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"
}
}