Demographische Daten (Patient)

Profil

Für den Export wird das Profil KBV_PR_MIO_DIGA_Patient des KBV MIO Toolkits verwendet.

Beispiel

{
    "resourceType": "Patient",
    "id": "CCPatient-Example-Updated",
    "meta": {
        "profile":  [
            "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DIGA_Patient|1.1.0"
        ],
        "versionId": "1",
        "lastUpdated": "2021-11-22T23:29:23.356+01:00"
    },
    "identifier":  [
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "version": "2.9",
                        "code": "RI",
                        "display": "Resource identifier"
                    }
                ]
            },
            "system": "urn:ietf:rfc:3986",
            "value": "123456"
        }
    ],
    "name":  [
        {
            "use": "official",
            "family": "Gabler",
            "_family": {
                "extension":  [
                    {
                        "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
                        "valueString": "Gabler"
                    }
                ]
            }
        }
    ],
    "gender": "male"
}