HRSA 2023 Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+) FHIR IG - Local Development build (v1.0.0). See the Directory of published versions
: Uds Plus MedicationRequest Example - JSON Representation
Raw json | Download
{
"resourceType" : "MedicationRequest",
"id" : "de-identified-example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-medicationrequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"de-identified-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationRequest "de-identified-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uds-plus-medicationrequest.html\">De-Identified UDS Plus MedicationRequest</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: Nizatidine 15 MG/ML Oral Solution <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#476872)</span></p><p><b>subject</b>: <a href=\"Patient-de-identified-example.html\">Patient/de-identified-example</a></p><p><b>encounter</b>: <a href=\"Encounter-de-identified-example.html\">Encounter/de-identified-example</a></p><p><b>authoredOn</b>: 2008</p><p><b>requester</b>: <a href=\"Practitioner-example.html\">Practitioner/example</a> " BONE"</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 10 mL bid</p><p><b>timing</b>: Starting 2008-04-05, 2 per 1 days</p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
},
"status" : "active",
"intent" : "order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "476872",
"display" : "Nizatidine 15 MG/ML Oral Solution"
}
]
},
"subject" : {
"reference" : "Patient/de-identified-example"
},
"encounter" : {
"reference" : "Encounter/de-identified-example"
},
"authoredOn" : "2008",
"requester" : {
"reference" : "Practitioner/example"
},
"dosageInstruction" : [
{
"text" : "10 mL bid",
"timing" : {
"repeat" : {
"boundsPeriod" : {
"start" : "2008-04-05"
},
"frequency" : 2,
"period" : 1,
"periodUnit" : "d"
}
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 10,
"unit" : "ml",
"system" : "http://unitsofmeasure.org",
"code" : "mL"
}
}
]
}
]
}