{
  "resourceType": "Bundle",
  "id": "921dacdd-3a3b-4649-ab03-f0b219486bc4",
  "type": "message",
  "entry": [
    {
      "fullUrl": "message-header-167434",
      "resource": {
        "resourceType": "MessageHeader",
        "id": "message-header-167434",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>The quick brown fox jumps over the lazy dog</p></div>"
        },
        "event": {
          "system": "https://fhir.nhs.uk/STU3/CodeSystem/EventType-1",
          "code": "individual-requirements-1",
          "display": "Individual Requirements"
        },
        "timestamp": "2021-05-07T16:15:32Z",
        "source": {
          "endpoint": "nhs-uk:addressing:ods:T48NT"
        },
        "focus": [
          {
            "reference": "med-statement-123123124456"
          }
        ]
      }
    },
    {
      "fullUrl": "patient-01020305",
      "resource": {
        "resourceType": "Patient",
        "id": "patient-01020305",
        "identifier": [
          {
            "extension": [
              {
                "url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1",
                "valueCodeableConcept": {
                  "coding": [
                    {
                      "system": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-NHSNumberVerificationStatus-1",
                      "code": "01",
                      "display": "Number present and verified"
                    }
                  ]
                }
              }
            ],
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "4857774567"
          }
        ],
        "name": [
          {
            "use": "official",
            "text": "Mr Justin Thyme",
            "family": "Thyme",
            "given": [
              "Justin"
            ],
            "prefix": [
              "Mr"
            ]
          }
        ],
        "gender": "male",
        "birthDate": "1979-05-29"
      }
    },
    {
      "fullUrl": "medication-123123123",
      "resource": {
        "resourceType": "Medication",
        "id": "medication-123123123",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "11779711000001101",
              "display": "Boots Paracetamol 500mg capsules (The Boots Company Plc)"
            }
          ]
        }
      }
    },
    {
      "fullUrl": "med-statement-123123124456",
      "resource": {
        "resourceType": "MedicationStatement",
        "id": "med-statement-123123124456",
        "status": "active",
        "category": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/medication-request-category",
              "code": "patientspecified",
              "display": "patientspecified"
            }
          ]
        },
        "medicationReference": {
          "reference": "medication-123123123",
          "display": "Boots Paracetamol 500mg capsules (The Boots Company Plc)"
        },
        "subject": {
          "reference": "patient-01020304",
          "display": "Mr Justin Thyme"
        },
        "taken": "unk",
        "dosage": [
          {
            "timing": {
              "repeat": {
                "frequency": 2,
                "period": 1,
                "periodUnit": "d"
              }
            },
            "route": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "26643006",
                  "display": "oral"
                }
              ]
            },
            "doseQuantity": {
              "value": 1,
              "unit": "tablet",
              "system": "http://snomed.info/sct",
              "code": "428673006"
            }
          }
        ]
      }
    }
  ]
}