C-CDA on FHIR
1.2.0 - STU 1 United States of America flag

C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. See the Directory of published versions

: medication-statement - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "medication-statement",
  "meta" : {
    "versionId" : "7",
    "lastUpdated" : "2020-08-13T00:27:42.879+00:00",
    "source" : "#DEai5xNhh8KqJU2w"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement</b><a name=\"medication-statement\"> </a><a name=\"hcmedication-statement\"> </a></p><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\">Resource MedicationStatement &quot;medication-statement&quot; Version &quot;7&quot; Updated &quot;2020-08-13 00:27:42+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #DEai5xNhh8KqJU2w!</p></div><p><b>status</b>: active</p><p><b>medication</b>: lisinopril oral 10 mg <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#206765 &quot;Prinivil 10 MG Oral Tablet&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> &quot; NOELLE&quot;</p><p><b>effective</b>: 2010-05-01 --&gt; (ongoing)</p><p><b>dateAsserted</b>: 2016-05-01 16:13:03+0000</p></div>"
  },
  "status" : "active",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "206765",
        "display" : "Prinivil 10 MG Oral Tablet"
      }
    ],
    "text" : "lisinopril oral 10 mg"
  },
  "subject" : {
    🔗 "reference" : "Patient/example",
    "display" : "Amy Shaw"
  },
  "effectivePeriod" : {
    "start" : "2010-05-01"
  },
  "dateAsserted" : "2016-05-01T16:13:03Z"
}