FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-stp-scenario3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest stp-scenario3
status: Active
intent: Order
priority: Routine
medication: Levothyroxine sodium 75 microgram oral tablet
subject: Example Patient Female, DoB: 1990-10-01
reasonCode: Hypothyroidism (disorder)
dosageInstruction
sequence: 1
text: 75mcg daily
timing: Once per 1 days
route: Oral Route (qualifier value)
DoseAndRates
Type Dose[x] Ordered 75 mcg (Details: UCUM codeug = 'ug')
dispenseRequest
validityPeriod: 2015-01-15 --> 2016-01-15
quantity: 100 Tab (Details: Orderable Drug Form codeTAB = 'Tablet')
ExpectedSupplyDurations
Value Unit System Code 30 days http://unitsofmeasure.org d
{
"resourceType": "MedicationRequest",
"id": "stp-scenario3",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"priority": "routine",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "376988009",
"display": "Levothyroxine sodium 75 microgram oral tablet"
}
]
},
"subject": {
"reference": "Patient/stp-scenario3-patient"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "40930008",
"display": "Hypothyroidism (disorder)"
}
]
}
],
"dosageInstruction": [
{
"sequence": 1,
"text": "75mcg daily",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral Route (qualifier value)"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 75,
"unit": "mcg",
"system": "http://unitsofmeasure.org",
"code": "ug"
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2015-01-15",
"end": "2016-01-15"
},
"quantity": {
"value": 100,
"unit": "Tab",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
},
"expectedSupplyDuration": {
"value": 30,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}