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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationStatement
IdMedicationStatement-INV-C-AsNeededForRequiresAsNeeded-Statement-03-of-03.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: MedicationStatement INV-C-AsNeededForRequiresAsNeeded-Statement-03-of-03

status: Active

medication: Ibuprofen 400mg

subject: Patient

Dosages

-ExtensionText
*Bei Bedarf einnehmen

Source1

{
  "resourceType": "MedicationStatement",
  "id": "INV-C-AsNeededForRequiresAsNeeded-Statement-03-of-03",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "text": "Ibuprofen 400mg"
  },
  "subject": {
    "display": "Patient"
  },
  "dosage": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Dosage.asNeededFor",
          "valueCodeableConcept": {
            "text": "Kopfschmerzen"
          }
        }
      ],
      "text": "Bei Bedarf einnehmen"
    }
  ]
}