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

FHIR IG analytics

Packagehl7.at.fhir.elga.aps.r4
Resource TypeMedication
IdMedication-AtApsExampleMedication01.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 AtApsExampleMedication01

code: Ramipril 5mg Kapseln

status: Active

manufacturer: Amadeus Spital

Ingredients

-Item[x]IsActiveStrength
*Ramipril Wirkstofftrue500 mg (Details: UCUM codemg = 'mg')/1 Kapsel (Details: UCUM code1 = '1')

Source1

{
  "resourceType": "Medication",
  "id": "AtApsExampleMedication01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "C09AA05",
        "display": "Ramipril"
      }
    ],
    "text": "Ramipril 5mg Kapseln"
  },
  "status": "active",
  "manufacturer": {
    "reference": "Organization/AtApsExampleOrganization01",
    "display": "Amadeus Spital"
  },
  "ingredient": [
    {
      "itemReference": {
        "reference": "Medication/AtApsExampleMedication01",
        "display": "Ramipril Wirkstoff"
      },
      "isActive": true,
      "strength": {
        "numerator": {
          "value": 500,
          "unit": "mg",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "Kapsel",
          "system": "http://unitsofmeasure.org",
          "code": "1"
        }
      }
    }
  ]
}