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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationStatement
IdMedicationStatement-Dosage-W-DosageStructuredOrFreeTextWarning-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 Dosage-W-DosageStructuredOrFreeTextWarning-03-of-03

status: Active

medication: Ibuprofen 400mg

subject: Patient

Dosages

-Text
*1-0-1-0

Source1

{
  "resourceType": "MedicationStatement",
  "id": "Dosage-W-DosageStructuredOrFreeTextWarning-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": [
    {
      "text": "1-0-1-0"
    }
  ]
}