FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeMedication
IdMedication-UnbrandedProduct1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Medication UnbrandedProduct1

code: Esomeprazole 20mg Tablet

form: Tablet

Ingredients

-Item[x]Strength
*Esomeprazole20 mg/1 unit

Source1

{
  "resourceType": "Medication",
  "id": "UnbrandedProduct1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "extension": [
          {
            "url": "http://hl7.org.au/fhir/StructureDefinition/medication-type",
            "valueCoding": {
              "system": "http://terminology.hl7.org.au/CodeSystem/medication-type",
              "code": "UPDSF",
              "display": "Unbranded product with strengths and form"
            }
          }
        ],
        "system": "http://snomed.info/sct",
        "code": "23526011000036102",
        "display": "Esomeprazole 20 mg enteric tablet"
      }
    ],
    "text": "Esomeprazole 20mg Tablet"
  },
  "form": {
    "text": "Tablet"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "extension": [
              {
                "url": "http://hl7.org.au/fhir/StructureDefinition/medication-type",
                "valueCoding": {
                  "system": "http://terminology.hl7.org.au/CodeSystem/medication-type",
                  "code": "UPD",
                  "display": "Unbranded product with no strengths or form"
                }
              }
            ],
            "system": "http://snomed.info/sct",
            "code": "21697011000036107",
            "display": "esomeprazole"
          }
        ],
        "text": "Esomeprazole"
      },
      "strength": {
        "numerator": {
          "value": 20,
          "unit": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "unit"
        }
      }
    }
  ]
}