{
  "resourceType" : "Bundle",
  "language" : "en",
  "type" : "collection",
  "entry" : [{
    "fullUrl" : "resource:0",
    "resource" : {
      "resourceType" : "Patient",
      "language" : "en",
      "name" : [{
        "family" : "Anyperson",
        "given" : ["James",
        "T."]
      }],
      "birthDate" : "1951-01-20"
    }
  },
  {
    "fullUrl" : "resource:1",
    "resource" : {
      "resourceType" : "Observation",
      "meta" : {
        "security" : [{
          "system" : "https://smarthealth.cards/ial",
          "code" : "IAL2"
        }]
      },
      "language" : "en",
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://loinc.org",
          "code" : "94558-4"
        }]
      },
      "subject" : {
        "reference" : "resource:0"
      },
      "effectiveDateTime" : "2021-02-17",
      "performer" : [{
        "display" : "ABC General Hospital"
      }],
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://snomed.info/sct",
          "code" : "260373001"
        }]
      }
    }
  }]
}