{ "resourceType": "Bundle", "type": "collection", "entry": [ { "fullUrl": "/Observation/bodyweight-example", "resource": { "resourceType": "Observation", "id": "bodyweight-example", "status": "final", "category": [ { "coding": [ { "system": "http://hl7.org/fhir/observation-category", "code": "vital-signs", "display": "Vital Signs" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "27113001", "display": "Body weight" } ] }, "subject": { "reference": "Patient/example" }, "effectiveDateTime": "2016-03-28", "valueQuantity": { "value": 185, "unit": "lbs", "system": "http://unitsofmeasure.org", "code": "[lb_av]" } } }, { "fullUrl": "/Observation/labtest-example", "resource": { "resourceType": "Observation", "id": "labtest-example", "status": "final", "category": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "49581000146104", "display": "Laboratory test finding" } ] } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "30350-3", "display": "Hemoglobin [Mass/volume] in Venous blood" } ] }, "subject": { "reference": "Patient/example" } } }, { "fullUrl": "/MedicationDispense/dispense-example", "resource": { "resourceType": "MedicationDispense", "id": "dispense-example", "category": { "coding": [ { "system": "http://snomed.info/sct", "code": "373784005", "display": "Dispensing medication (procedure)" } ] }, "medicationReference": { "reference": "Medication/zib-Product-01", "display": "PRIMPERAN ZETPIL 20MG" }, "subject": { "reference": "Patient/example" }, "performer": [ { "actor": { "reference": "Organization/example-org" } } ], "quantity": { "value": 50, "unit": "stuk", "system": "urn:oid:2.16.840.1.113883.2.4.4.1.900.2", "code": "245" } } }, { "fullUrl": "/MedicationDispense/instructions-example", "resource": { "resourceType": "MedicationDispense", "id": "instructions-example", "status": "completed", "category": { "coding": [ { "system": "http://snomed.info/sct", "code": "422037009", "display": "Instructies van zorgverlener over toediening van medicatie (verrichting)" } ] }, "medicationReference": { "reference": "Medication/229709-2-16-840-1-113883-2-4-4-7", "display": "PRIMPERAN ZETPIL 20MG" }, "subject": { "reference": "Patient/example" }, "performer": [ { "actor": { "reference": "Organization/example-org" } } ], "dosageInstruction": [ { "text": "Vanaf 1-6-2018, gedurende 30 dagen, zo nodig 1 maal per dag 1 stuk, rectaal" } ] } } ] }