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

FHIR IG analytics

Packagehl7.at.fhir.elga.emed.r4
Resource TypeMedication
IdMedication-At-Emed-Example-Medication-Magistral-01.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

Freitext-Informationen zur magistralen Anwendung.


Source1

{
  "resourceType": "Medication",
  "id": "At-Emed-Example-Medication-Magistral-01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-elga-emed-medication-medikation"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "form": {
    "coding": [
      {
        "system": "https://termgit.elga.gv.at/CodeSystem/medikationdarreichungsform",
        "code": "100000073713",
        "display": "Salbe"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido",
            "code": "A01AC03",
            "display": "Hydrocortison"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 1,
          "unit": "%",
          "system": "http://unitsofmeasure.org",
          "code": "%"
        },
        "denominator": {
          "value": 100,
          "unit": "g",
          "system": "http://unitsofmeasure.org",
          "code": "g"
        }
      }
    },
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido",
            "code": "A01AB18",
            "display": "Clotrimazol"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 1,
          "unit": "%",
          "system": "http://unitsofmeasure.org",
          "code": "%"
        },
        "denominator": {
          "value": 100,
          "unit": "g",
          "system": "http://unitsofmeasure.org",
          "code": "g"
        }
      }
    },
    {
      "itemCodeableConcept": {
        "text": "Salbengrundlage"
      },
      "isActive": false,
      "strength": {
        "numerator": {
          "value": 98,
          "unit": "g"
        },
        "denominator": {
          "value": 100,
          "unit": "g"
        }
      }
    }
  ]
}