OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/abertnamanya/openmrs-contrib-fhir2-ig/ and changes regularly. See the Directory of published versions

: OpenMRS Medication Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "f49e4247-528a-4cfd-8856-de161d03fa76",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.openmrs.org/core/StructureDefinition/omrs-medication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication f49e4247-528a-4cfd-8856-de161d03fa76</b></p><a name=\"f49e4247-528a-4cfd-8856-de161d03fa76\"> </a><a name=\"hcf49e4247-528a-4cfd-8856-de161d03fa76\"> </a><a name=\"f49e4247-528a-4cfd-8856-de161d03fa76-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{https://cielterminology.org 86082}\">Vancomycin</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385219001}\">Solution for injection</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 66955}\">Vancomycin Hydrochloride</span></td></tr></table></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "https://cielterminology.org",
        "code" : "86082",
        "display" : "Vancomycin"
      }
    ]
  },
  "status" : "active",
  "form" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "385219001",
        "display" : "Solution for injection"
      }
    ]
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code" : "66955",
            "display" : "Vancomycin Hydrochloride"
          }
        ]
      }
    }
  ]
}