Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
{
"resourceType" : "MedicationStatement",
"id" : "Example1",
"meta" : {
"versionId" : "1915766443446860",
"lastUpdated" : "2020-09-15T05:21:36.150+05:30",
"profile" : [
🔗 "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medstatement-profile"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "N",
"display" : "Normal"
}
],
"tag" : [
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
"code" : "New",
"display" : "New"
},
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
"code" : "Pen",
"display" : "Pen"
},
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
"code" : "NewPen",
"display" : "New Pen"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: versionId: id (PrimitiveType/MedicationStatement.meta.versionId): element = id -> versionId=id[1915766443446860]; Last updated: 2020-09-15 05:21:36+0530</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-athena-medstatement-profile.html\">Record of medication being taken by a patient</a></p><p style=\"margin-bottom: 0px\">Tags: New (Details: EditTags code New = ' New ', stated as ' New '), Pen (Details: EditTags code Pen = ' Pen ', stated as ' Pen '), New Pen (Details: EditTags code NewPen = ' NewPen ', stated as ' New Pen ')</p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal ')</p></div><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"Medication/31804\">COUMADIN 4 MG</a></p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>context</b>: <a href=\"Encounter-Example1.html\">Encounter: extension = No display for Extension ,No display for Extension ,No display for Extension ; status = finished; class = ambulatory (ActCode#AMB); type = Office Visit; priority = routine; period = 2020-08-17 21:04:20-0600 --> 2020-08-17 21:07:17-0600</a></p><p><b>effective</b>: 2020-09-15 00:00:00+0530 --> (ongoing)</p><p><b>dateAsserted</b>: 2020-09-15 05:21:14+0530</p><p><b>informationSource</b>: <a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></p><p><b>derivedFrom</b>: <a href=\"MedicationRequest/1915766443446890\">MedicationRequest/1915766443446890</a></p><blockquote><p><b>dosage</b></p></blockquote></div>"
},
"extension" : [
{
"url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medstatement-extension-ndc",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/ndc",
"code" : "00056016870"
}
],
"text" : "ndc 00056016870"
}
},
{
"url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medstatement-extension-ddid",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://docs.wolterskluwercdi.com/codesystems/ddid",
"code" : "31804"
}
],
"text" : "ddid 31804"
}
},
{
"url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medstatement-extension-rxnorm",
"valueCoding" : {
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "209086"
}
}
],
"status" : "active",
"medicationReference" : {
"reference" : "Medication/31804",
"display" : "COUMADIN 4 MG"
},
"subject" : {
🔗 "reference" : "Patient/Example1"
},
"context" : {
🔗 "reference" : "Encounter/Example1"
},
"effectivePeriod" : {
"start" : "2020-09-15T00:00:00+05:30"
},
"dateAsserted" : "2020-09-15T05:21:14+05:30",
"informationSource" : {
🔗 "reference" : "Practitioner/Example1"
},
"derivedFrom" : [
{
"reference" : "MedicationRequest/1915766443446890"
}
],
"dosage" : [
{
"text" : "1 per day",
"timing" : {
"repeat" : {
"period" : 24.00000,
"periodUnit" : "h"
}
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26643006",
"display" : "Oral route"
},
{
"system" : "http://ncimeta.nci.nih.gov",
"code" : "C38288",
"display" : "Oral route"
}
],
"text" : "Oral route"
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1.00000,
"unit" : "{Tablet}"
}
}
]
}
]
}