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: Ophthalmic Drops

Ingredients

-Item[x]Strength
*Sulfamethoxazole Sodium20 mg/1 ml

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://nhicore.nhi.gov.tw/empd/CodeSystem/NHIMedication-cs",
        "code": "A000015421"
      }
    ],
    "text": "YEN KUANG EYE DROPS"
  },
  "form": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
        "code": "OPDROP"
      }
    ],
    "text": "Ophthalmic Drops"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "363528007",
            "display": "Sulfamethoxazole (substance)"
          }
        ],
        "text": "Sulfamethoxazole Sodium"
      },
      "strength": {
        "numerator": {
          "value": 20,
          "unit": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "ml"
        }
      }
    }
  ]
}