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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeMedication
IdMedication-med-example.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

藥品的詳細資料

藥品:阿立批挫 ( 臺灣藥品及醫療器材代碼值集#衛署藥輸字第025485號)

藥品劑型:粉 ( Orderable Drug Form#POWD)


Source1

{
  "resourceType": "Medication",
  "id": "med-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Medication-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw",
        "code": "衛署藥輸字第025485號",
        "display": "阿立批挫"
      }
    ],
    "text": "阿立批挫"
  },
  "form": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
        "code": "POWD"
      }
    ],
    "text": "粉"
  }
}