International Patient Access, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ipa/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "MedicationStatement",
"id" : "MedStatementExample1",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationstatement"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement MedStatementExample1</b></p><a name=\"MedStatementExample1\"> </a><a name=\"hcMedStatementExample1\"> </a><a name=\"MedStatementExample1-en-US\"> </a><p><b>identifier</b>: <code>urn:1.2.840.114350.1.13.861.1.7.2.798268</code>/5131734\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"Medication-MedExample1.html\">Percocet</a></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Lufhir, Meiko</a></p><p><b>effective</b>: 2017-04-26 22:00:00+0000 --> (ongoing)</p><p><b>informationSource</b>: <a href=\"Practitioner-PractitionerExample1.html\">Seeger, Marty</a></p><blockquote><p><b>dosage</b></p></blockquote></div>"
},
"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" : "260548002",
"display" : "Oral"
}
],
"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"
}
}
]
}
]
}