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

FHIR IG analytics

Packagefhir.ph.core
Resource TypeMedication
IdMedication-medication-single-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

Twinact (Telmisartan + Amlodipine) 40mg/5mg tablet from PH FDA CPR.

Source1

{
  "resourceType": "Medication",
  "id": "medication-single-example",
  "meta": {
    "profile": [
      "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "https://verification.fda.gov.ph",
        "code": "DRP-10144",
        "display": "Twinact"
      }
    ],
    "text": "Twinact 40mg/5mg tablet"
  },
  "form": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385055001",
        "display": "Tablet"
      }
    ]
  }
}