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

FHIR IG analytics

Packageehealth4u.package
Resource TypeMedicationStatement
IdMedication_Summary_Alexis_Ioannou - IPS 9.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationStatement",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-medicationsummary-r4"
    ]
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/198473"
  },
  "subject": {
    "reference": "Patient/194315"
  },
  "context": {
    "reference": "Encounter/194316"
  },
  "effectiveDateTime": "2005-08-11",
  "dateAsserted": "2005-08-12",
  "informationSource": {
    "reference": "PractitionerRole/194313"
  },
  "dosage": [
    {
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1
          }
        }
      ],
      "timing": {
        "repeat": {
          "frequency": 3,
          "periodUnit": "d",
          "boundsDuration": {
            "value": 4,
            "unit": "Day(s)"
          }
        }
      }
    }
  ]
}