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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeMedication
IdMedication-TwoActiveIngredientsProduct0.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

perindopril arginine 10 mg + amLODIPIne 10 mg – tablet


Source1

{
  "resourceType": "Medication",
  "id": "TwoActiveIngredientsProduct0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-medication"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "form": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385055001",
        "display": "Tablet"
      }
    ]
  },
  "amount": {
    "numerator": {
      "value": 10,
      "unit": "mg"
    },
    "denominator": {
      "value": 1,
      "unit": "unit"
    }
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "2460011000036108",
            "display": "perindopril arginine"
          }
        ]
      },
      "isActive": true,
      "strength": {
        "numerator": {
          "value": 10,
          "unit": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "unit"
        }
      }
    },
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "1792011000036100",
            "display": "amlodipine"
          }
        ]
      },
      "isActive": true
    }
  ]
}