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

FHIR IG analytics

Packagede.gematik.epa
Resource TypeBundle
IdBundle-example-searchset-patient.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-searchset-patient",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "/epa/patient/api/v1/fhir/Patient?_count=10"
    }
  ],
  "entry": [
    {
      "fullUrl": "http://epa4all/epa/patient/api/v1/fhir/Patient/7eeb4e81-ce38-4d70-84fc-9ca4c7d0939c",
      "resource": {
        "resourceType": "Patient",
        "id": "7eeb4e81-ce38-4d70-84fc-9ca4c7d0939c",
        "meta": {
          "profile": [
            "https://gematik.de/fhir/epa/StructureDefinition/epa-patient|1.3.0"
          ]
        },
        "identifier": [
          {
            "system": "http://fhir.de/sid/gkv/kvid-10",
            "value": "G995030566"
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "Mustermann",
            "given": [
              "Erika"
            ]
          },
          {
            "use": "maiden",
            "family": "Gabler",
            "_family": {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
                  "valueString": "Gabler"
                }
              ]
            }
          }
        ],
        "gender": "female",
        "birthDate": "1964-08-12"
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}