FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MonicaRambeauMifepristone.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest MonicaRambeauMifepristone
Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity'),
status: Completed
intent: Order
medication: Mifepristone 200mg PO x1
subject: Mo Female, DoB: 2006-08-08
dosageInstruction
text: 200mg PO x1
timing: Count 1 times, Once per 1 day
route: Oral route
DoseAndRates
Dose[x] 200 mg (Details: UCUM codemg = 'mg')
{
"resourceType": "MedicationRequest",
"id": "MonicaRambeauMifepristone",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "R"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "SEX"
},
{
"system": "http://SHIFT-Task-Force.github.io/SLS-ValueSets/CodeSystem/extraSensitivityCodes",
"code": "ABORTION"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "330381",
"display": "mifepristone 200 MG"
}
],
"text": "Mifepristone 200mg PO x1"
},
"subject": {
"reference": "Patient/MonicaRambeau"
},
"dosageInstruction": [
{
"text": "200mg PO x1",
"timing": {
"repeat": {
"count": 1,
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 200,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}