HL7 PT FHIR Implementation Guide: Community Health
1.0.1 - STU1 International flag

HL7 PT FHIR Implementation Guide: Community Health, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AnaCeciliaCoimbra/community-health-ig/ and changes regularly. See the Directory of published versions

: Exemplo Medication - Ben-u-ron - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "exemplo-medication-paracetamol",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.pt/fhir/community-health/StructureDefinition/medication-standard"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication exemplo-medication-paracetamol</b></p><a name=\"exemplo-medication-paracetamol\"> </a><a name=\"hcexemplo-medication-paracetamol\"> </a><a name=\"exemplo-medication-paracetamol-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://example.org/medications BENURON500}\">ben-u-ron Paracetamol 500 mg</span></p><p><b>form</b>: <span title=\"Codes:{http://example.org/pharmacological-forms tablet}\">Tablet</span></p><p><b>amount</b>: 20 tablets/</p><p><b style=\"color: maroon\">Exception Generating Narrative: Cannot invoke &quot;org.hl7.fhir.r5.renderers.utils.ResourceWrapper.has(String)&quot; because &quot;q&quot; is null </b></p></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://example.org/medications",
        "code" : "BENURON500",
        "display" : "ben-u-ron Paracetamol 500 mg"
      }
    ],
    "text" : "ben-u-ron Paracetamol 500 mg"
  },
  "form" : {
    "coding" : [
      {
        "system" : "http://example.org/pharmacological-forms",
        "code" : "tablet",
        "display" : "Tablet"
      }
    ],
    "text" : "Tablet"
  },
  "amount" : {
    "numerator" : {
      "value" : 20,
      "unit" : "tablets"
    }
  },
  "ingredient" : [
    {
      "itemReference" : {
        "reference" : "Substance/Paracetamol",
        "display" : "Paracetamol"
      },
      "isActive" : true,
      "strength" : {
        "numerator" : {
          "value" : 500,
          "unit" : "mg"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "tablet"
        }
      }
    }
  ]
}