{
    "resourceType": "Bundle",
    "type": "collection",
    "entry": [
        {
            "fullUrl": "urn:uuid:c443be11-8089-4dcb-afc2-d2216de29763",
            "resource": {
                "resourceType": "Patient",
                "id": "patient_2",
                "meta": {
                    "profile": [
                        "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
                    ]
                },
                "text": {
                    "status": "generated",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">???</div>"
                },
                "extension": [
                    {
                        "extension": [
                            {
                                "url": "ombCategory",
                                "valueCoding": {
                                    "system": "urn:oid:2.16.840.1.113883.6.238",
                                    "code": "white",
                                    "display": "???"
                                }
                            }
                        ],
                        "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
                    },
                    {
                        "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
                        "valueCode": "???"
                    }
                ],
                "identifier": [
                    {
                        "use": "usual",
                        "type": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                                    "code": "MR",
                                    "display": "Medical Record Number"
                                }
                            ],
                            "text": "Medical Record Number"
                        },
                        "system": "http://hospital.smarthealthit.org",
                        "value": "???"
                    }
                ],
                "active": true,
                "name": [
                    {
                        "family": "FamilyName",
                        "given": [
                            "patient_2"
                        ]
                    }
                ],
                "telecom": [
                    {
                        "system": "phone",
                        "value": "???",
                        "use": "home"
                    },
                    {
                        "system": "email",
                        "value": "???"
                    }
                ],
                "gender": "male",
                "birthDate": "1940-01-01",
                "address": [
                    {
                        "line": [
                            "???"
                        ],
                        "city": "???",
                        "state": "???",
                        "postalCode": "???",
                        "country": "???"
                    }
                ]
            }
        },
        {
            "fullUrl": "urn:uuid:713f6c9f-eafe-42ff-9677-f0fae23b0111",
            "resource": {
                "resourceType": "MedicationAdministration",
                "id": "patient_2_on_hypertension_treatment",
                "status": "in-progress",
                "medication": {
                    "reference": "#medication_code"
                },
                "subject": {
                    "reference": "Patient/patient_2"
                },
                "encounter": {
                    "reference": "Encounter/bd2a614b-d3e0-48eb-a7e5-7b84fb1adfb3"
                },
                "occurrencePeriod": {
                    "start": "2018-01-01T00:00:00Z"
                },
                "performer": [
                    {
                        "actor": {
                            "reference": {
                                "reference": "Practitioner/98a60d48-d78b-4ae8-a133-2c547ce7aafb",
                                "display": "Dr. John Doe"
                            }
                        }
                    }
                ],
                "dosage": {
                    "text": "Hypertension treatment",
                    "route": {
                        "coding": [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "???",
                                "display": "???"
                            }
                        ]
                    },
                    "dose": {
                        "value": "1",
                        "unit": "mg",
                        "system": "http://unitsofmeasure.org",
                        "code": "???"
                    }
                }
            }
        },
        {
            "fullUrl": "urn:uuid:b89b3fef-2719-438b-bf37-4d47164b7cdd",
            "resource": {
                "resourceType": "MedicationAdministration",
                "id": "patient_2_on_nsaid",
                "status": "in-progress",
                "medication": {
                    "reference": "#medication_code"
                },
                "subject": {
                    "reference": "Patient/patient_2"
                },
                "encounter": {
                    "reference": "Encounter/00ea836c-d739-426d-a093-949c9d0803bd"
                },
                "occurrencePeriod": {
                    "start": "2018-01-01T00:00:00Z"
                },
                "performer": [
                    {
                        "actor": {
                            "reference": {
                                "reference": "Practitioner/b708c69f-667c-4224-83e4-ab4dbba4a532",
                                "display": "Dr. John Doe"
                            }
                        }
                    }
                ],
                "dosage": {
                    "text": "NSAID",
                    "route": {
                        "coding": [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "???",
                                "display": "???"
                            }
                        ]
                    },
                    "dose": {
                        "value": "1",
                        "unit": "mg",
                        "system": "http://unitsofmeasure.org",
                        "code": "???"
                    }
                }
            }
        }
    ]
}