FHIR IG analytics| Package | ihe.pcc.maps |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-ex-medicationStatement.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement ex-medicationStatement
Profile: Medication Statement (IPS)
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
status: Active
category: Outpatient
medication: Product containing amoxicillin (medicinal product)
effective: 2023-01-02
dateAsserted: 2023-01-08
informationSource: Mandy Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))
note:
indicates they miss the occasional dose
dosage
sequence: 1
text: 5ml three times daily
asNeeded: false
route: Oral dose form
DoseAndRates
Type Dose[x] Ordered 5 mL (Details: UCUM codemL = 'mL') maxDosePerPeriod: 3 mL (Details: UCUM codeml = 'ml')/1 mL (Details: UCUM codeml = 'ml')
{
"resourceType": "MedicationStatement",
"id": "ex-medicationStatement",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
"code": "outpatient"
}
]
},
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "27658006",
"display": "Product containing amoxicillin (medicinal product)"
}
]
},
"subject": {
"reference": "Patient/ex-Patient-AmandaAlvarez"
},
"effectiveDateTime": "2023-01-02",
"dateAsserted": "2023-01-08",
"informationSource": {
"reference": "Patient/ex-Patient-AmandaAlvarez"
},
"note": [
{
"text": "indicates they miss the occasional dose"
}
],
"dosage": [
{
"sequence": 1,
"text": "5ml three times daily",
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385268001"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered"
}
]
},
"doseQuantity": {
"value": 5,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
],
"maxDosePerPeriod": {
"numerator": {
"value": 3,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "ml"
},
"denominator": {
"value": 1,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "ml"
}
}
}
]
}