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

FHIR IG analytics

Packagetw.gov.mohw.nhi.empd
Resource TypeMedication
IdMedication-MedicationSelfEMPD-non01.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 MedicationSelfEMPD-non01

code: Losartan potassium

form: Tablet

Ingredients

-Item[x]Strength
*洛沙坦鉀50 mg/1 tablet

Source1

{
  "resourceType": "Medication",
  "id": "MedicationSelfEMPD-non01",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Medication-Self-EMPD"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "https://nhicore.nhi.gov.tw/empd/CodeSystem/NonNHIMedication-cs",
        "code": "9999990010",
        "display": "洛沙坦鉀膜衣錠"
      }
    ],
    "text": "Losartan potassium"
  },
  "form": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
        "code": "TAB"
      }
    ],
    "text": "Tablet"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "108582002",
            "display": "Losartan potassium (substance)"
          }
        ],
        "text": "洛沙坦鉀"
      },
      "strength": {
        "numerator": {
          "value": 50,
          "unit": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "tablet"
        }
      }
    }
  ]
}