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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationStatement
IdMedicationStatement-MS-Unsupported-Dosage-13-of-20-MaxDosePerAdministration.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 MS-Unsupported-Dosage-13-of-20-MaxDosePerAdministration

status: Active

medication: Unsupported Dosage MaxDosePerAdministration Medication

subject: Unsupported Dosage MaxDosePerAdministration

Dosages

-TextMaxDosePerAdministration
*maxDosePerAdministration2 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "MS-Unsupported-Dosage-13-of-20-MaxDosePerAdministration",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "text": "Unsupported Dosage MaxDosePerAdministration Medication"
  },
  "subject": {
    "display": "Unsupported Dosage MaxDosePerAdministration"
  },
  "dosage": [
    {
      "text": "maxDosePerAdministration",
      "maxDosePerAdministration": {
        "value": 2,
        "unit": "mg",
        "system": "http://unitsofmeasure.org",
        "code": "mg"
      }
    }
  ]
}