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

FHIR IG analytics

Packagetw.gov.mohw.nhi.empd
Resource TypeMedication
IdMedication-med-01-ep.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 med-01-ep

code: YEN KUANG EYE DROPS

form: TAB

Ingredients

-Item[x]Strength
*Alemtuzamab (substance)250 mg (Details: UCUM codemg = 'mg')/250 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "Medication",
  "id": "med-01-ep",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Medication-EMPD"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw",
        "code": "A000015421"
      }
    ],
    "text": "YEN KUANG EYE DROPS"
  },
  "form": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
        "code": "TAB"
      }
    ],
    "text": "TAB"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "display": "Alemtuzamab (substance)"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 250,
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 250,
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        }
      }
    }
  ]
}