FHIR IG analytics| Package | hl7.fhir.us.davinci-pas.r4 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MedicationRequestExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest MedicationRequestExample
Profile: PAS Medication Request
status: Active
intent: Order
medication: Prozac, 100 CAPSULE in 1 BOTTLE (0777-3105-02) (package)
subject: JESSE SMITH Female, DoB: 1947-01-18 ( Member Number)
authoredOn: 2005-06-02
requester: Practitioner SUSAN WATSON
| Timing |
| Quantity |
| 300 mg (Details: UCUM codemg = 'mg') |
{
"resourceType": "MedicationRequest",
"id": "MedicationRequestExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "0777-3105-02"
}
]
},
"subject": {
"reference": "Patient/BeneficiaryExample"
},
"authoredOn": "2005-06-02",
"requester": {
"reference": "Practitioner/ReferralPractitionerExample"
},
"dosageInstruction": [
{
"timing": {
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-timingcalendarpattern",
"valueCodeableConcept": {
"coding": [
{
"system": "https://codesystem.x12.org/005010/678",
"code": "L",
"display": "Monday through Thursday"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-timingdeliverypattern",
"valueCodeableConcept": {
"coding": [
{
"system": "https://codesystem.x12.org/005010/679",
"code": "D",
"display": "A.M."
}
]
}
}
]
}
}
],
"dispenseRequest": {
"quantity": {
"value": 300,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
}