FHIR IG analytics| Package | hl7.fhir.uv.ae-research-backport-ig |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-example003.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement
Resource MedicationStatement "example003"
status: active
medication: Little Pink Pill for water retention ()
subject: Patient/JanetPatient: Janet " CLINICAL TRIAL PATIENT"
effective: 2023-02-01
dateAsserted: 2023-04-12
informationSource: Patient/JanetPatient: Janet " CLINICAL TRIAL PATIENT"
reasonReference: Observation/blood-pressure-janet
note: Patient cannot remember the name of the tablet, but takes it every day in the morning for water retention
dosage
sequence: 1
text: 1 tablet per day
asNeeded: false
route: Oral Route (SNOMED CT#26643006)
doseAndRate
maxDosePerPeriod: 1/1 d (Details: UCUM code d = 'd')
{
"resourceType": "MedicationStatement",
"id": "example003",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"text": "Little Pink Pill for water retention"
},
"subject": {
"reference": "Patient/JanetPatient",
"display": "Janet"
},
"effectiveDateTime": "2023-02-01",
"dateAsserted": "2023-04-12",
"informationSource": {
"reference": "Patient/JanetPatient",
"display": "Janet"
},
"reasonReference": [
{
"reference": "Observation/blood-pressure-janet"
}
],
"note": [
{
"text": "Patient cannot remember the name of the tablet, but takes it every day in the morning for water retention"
}
],
"dosage": [
{
"sequence": 1,
"text": "1 tablet per day",
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral Route"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 1,
"unit": "tab",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
}
}
],
"maxDosePerPeriod": {
"numerator": {
"value": 1
},
"denominator": {
"value": 1,
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}
]
}