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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeBundle
IdBundle-PatientenBundle.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": "PatientenBundle",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://example.com/fhir/Patient?name=Mustermann"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://example.com/fhir/Patient/PatientVater",
      "resource": {
        "resourceType": "Patient",
        "id": "PatientVater",
        "active": true,
        "name": [
          {
            "given": [
              "Manfred"
            ],
            "family": "Mustermann"
          }
        ],
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "code": "KVZ10",
                  "system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
                }
              ]
            },
            "system": "http://fhir.de/sid/gkv/kvid-10",
            "value": "A000000000"
          }
        ],
        "gender": "male",
        "birthDate": "1970-01-01"
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}