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

FHIR IG analytics

Packageshin.interconnect
Resource TypeBundle
Idpatientsearchresponse-example.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": "Bundle",
  "id": "example-PatientSearchResponse-Bundle",
  "type": "searchset",
  "entry": [
    {
      "resource": {
        "resourceType": "Patient",
        "identifier": [
          {
            "use": "usual",
            "type": {
              "coding": [
                {
                  "system": "http://hl7.org/fhir/v2/0203",
                  "code": "MR"
                }
              ]
            },
            "system": "2.16.840.1.113883.3.2054.2.1",
            "value": "253283021"
          }
        ],
        "name": [
          {
            "family": "AmblerAlaska",
            "given": [
              "PatientFrom"
            ]
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "4582065973",
            "use": "home"
          }
        ],
        "gender": "female",
        "birthDate": "1992-01-24",
        "address": [
          {
            "line": [
              "109 Redstone St"
            ],
            "city": "Ambler",
            "state": "AK",
            "postalCode": "99786"
          }
        ]
      }
    }
  ]
}