FHIR IG analytics| Package | hl7.fhir.uv.ipa |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-MedStatementExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement MedStatementExample1
Profile: IPA-MedicationStatement
identifier: urn:1.2.840.114350.1.13.861.1.7.2.798268/5131734 (use: usual, )
status: Active
medication: Percocet
subject: Lufhir, Meiko
effective: 2017-04-26 22:00:00+0000 --> (ongoing)
informationSource: Seeger, Marty
dosage
timing: Once
asNeeded: false
route: Oral
DoseAndRates
Type Dose[x] Ordered 1 mL (Details: UCUM codemL = 'mL')
{
"resourceType": "MedicationStatement",
"id": "MedStatementExample1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationstatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "urn:1.2.840.114350.1.13.861.1.7.2.798268",
"value": "5131734"
}
],
"status": "active",
"medicationReference": {
"reference": "Medication/MedExample1",
"display": "Percocet"
},
"subject": {
"reference": "Patient/PatientExample1",
"display": "Lufhir, Meiko"
},
"effectivePeriod": {
"start": "2017-04-26T22:00:00Z"
},
"informationSource": {
"reference": "Practitioner/PractitionerExample1",
"display": "Seeger, Marty"
},
"dosage": [
{
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2017-04-26T22:00:00Z"
},
"timeOfDay": [
"12:00:00",
"18:00:00"
]
}
},
"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": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 1,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
]
}
]
}