FHIR R6 Pharmacy Incubator
0.1.0 - ci-build International flag

FHIR R6 Pharmacy Incubator, published by HL7 International / Pharmacy. 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/HL7/phx-incubator/ and changes regularly. See the Directory of published versions

: FormularyItem Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "FormularyItem",
  "resourceDefinition" : "http://hl7.org/fhir/StructureDefinition/FormularyItem|0.1.0",
  "id" : "formularyitemexample01",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FormularyItem formularyitemexample01</b></p><a name=\"formularyitemexample01\"> </a><a name=\"hcformularyitemexample01\"> </a><p><b>status</b>: Active</p><h3>Subjects</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 323418000}, {http://nehta.gov.au/amt/v2 22571011000036102}\">Penicillin V (as penicillin V potassium) 25 mg/mL oral solution</span></td></tr></table></div>"
  },
  "status" : "active",
  "subject" : {
    "concept" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "323418000",
          "display" : "Penicillin V (as penicillin V potassium) 25 mg/mL oral solution"
        },
        {
          "system" : "http://nehta.gov.au/amt/v2",
          "code" : "22571011000036102",
          "display" : "phenoxymethylpenicillin 125 mg / 5 mL oral liquid, 5 mL measure"
        }
      ]
    }
  }
}