0.0.1 - ci-build International flag

ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions

: Medication - Captopril - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "MedicationCaptopril",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication MedicationCaptopril</b></p><a name=\"MedicationCaptopril\"> </a><a name=\"hcMedicationCaptopril\"> </a><p><b>identifier</b>: <code>http://shift.github.io/demo/medication-identifier</code>/CAPTOPRIL-78903</p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 315560}\">Captopril 12.5 MG Oral Tablet</span></p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385055001}\">Tablet dose form</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://shift.github.io/demo/medication-identifier",
      "value" : "CAPTOPRIL-78903"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "315560",
        "display" : "captopril 12.5 MG"
      }
    ],
    "text" : "Captopril 12.5 MG Oral Tablet"
  },
  "form" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "385055001",
        "display" : "Tablet"
      }
    ],
    "text" : "Tablet dose form"
  }
}