FHIR IG analytics| Package | hl7.fhir.uv.ipa.r4b |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MedRecExample1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest MedRecExample1
Profile: IPA-MedicationRequest
identifier: urn:oid:1.2.840.114350.1.13.861.1.7.2.798268/2454978 (use: usual, )
status: Active
intent: Order
category: Outpatient
medication: Percocet tablet
subject: Friend, All
authoredOn: 2018-09-20 15:41:39+0000
requester: Clinician User
recorder: Clinician User
dosageInstruction
timing: Code , Once
asNeeded: false
route: Oral
doseAndRate
type: calculated
dose: 15 mg (Details: UCUM codemg = 'mg')
doseAndRate
type: ordered
dose: 10 mg (Details: UCUM codemg = 'mg')
{
"resourceType": "MedicationRequest",
"id": "MedRecExample1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "urn:oid:1.2.840.114350.1.13.861.1.7.2.798268",
"value": "2454978"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location",
"code": "outpatient",
"display": "Outpatient"
}
],
"text": "Outpatient"
}
],
"medicationReference": {
"reference": "Medication/MedExample1",
"display": "Percocet tablet"
},
"subject": {
"reference": "Patient/PatientExample1",
"display": "Friend, All"
},
"authoredOn": "2018-09-20T15:41:39Z",
"requester": {
"reference": "Practitioner/PractitionerExample1",
"display": "Clinician User"
},
"recorder": {
"reference": "Practitioner/PractitionerExample1",
"display": "Clinician User"
},
"dosageInstruction": [
{
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2018-09-21T04:00:00Z"
}
},
"code": {
"text": "2100"
}
},
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
],
"text": "Oral"
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "calculated",
"display": "calculated"
}
],
"text": "calculated"
},
"doseQuantity": {
"value": 15,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "ordered"
}
],
"text": "ordered"
},
"doseQuantity": {
"value": 10,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}