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

FHIR IG analytics

Packagekvdigital.terminschnittstelle-fuer-dritte
Resource TypePatient
IdKBV_PR_KV_DIGITAL_TS_DRITTE_Patient_Example_Minimum.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Diese Patient-Instanz beschreibt Maxi Mustermensch

Source1

{
  "resourceType": "Patient",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_KV_DIGITAL_TS_DRITTE_Patient|1.1.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "use": "official",
      "family": "Mustermensch",
      "given": [
        "Maxi"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "030123456789"
    },
    {
      "system": "email",
      "value": "m.mustermensch@gmail.com"
    }
  ],
  "gender": "female",
  "birthDate": "2023-11-11",
  "address": [
    {
      "type": "both",
      "line": [
        "Musterstr."
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterstr."
            }
          ]
        }
      ],
      "city": "Darmstadt",
      "postalCode": "64283"
    }
  ]
}