C-CDA on FHIR
2.0.0-ballot - STU 2 Ballot 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 2.0.0-ballot 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 class=\"res-header-id\"><b>Generated Narrative: MedicationStatement medication-statement</b></p><a name=\"medication-statement\"> </a><a name=\"hcmedication-statement\"> </a><a name=\"medication-statement-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: 7; Last updated: 2020-08-13 00:27:42+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #DEai5xNhh8KqJU2w</p></div><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 206765}\">lisinopril oral 10 mg</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy Shaw</a></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"
}