Example JSON

Example data record:

{
    "resourceType": "Patient",
    "id": "234efefd-af16-45aa-a369-c8fa25680421",
    "meta": {
        "versionId": "1",
        "lastUpdated": "2020-08-06T15:07:48.228+02:00",
        "profile":  [
            "http://dedalus-group.com/fhir/StructureDefinition/Patient"
        ]
    },
    "extension":  [
        {
            "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality",
            "extension":  [
                {
                    "url": "code",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/patient-nationality",
                                "code": "Austria"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
                        "code": "1041"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "MR"
                    }
                ]
            },
            "system": "PIDSystem",
            "value": "4711"
        },
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "SS"
                    }
                ]
            },
            "system": "AustriaSocSecNr",
            "value": "123401021993"
        }
    ],
    "name":  [
        {
            "family": "Wittlich",
            "given":  [
                "Werner Walter"
            ],
            "prefix":  [
                "DI Dr"
            ],
            "suffix":  [
                "Graf"
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "+43-1-89966-571",
            "use": "work",
            "rank": 1
        },
        {
            "system": "email",
            "value": "walter.test@dedalus-group.com",
            "use": "work",
            "rank": 2
        }
    ],
    "gender": "other",
    "_gender": {
        "extension":  [
            {
                "url": "http://fhir.de/StructureDefinition/gender-amtlich-de",
                "valueCoding": {
                    "system": "http://fhir.de/CodeSystem/gender-amtlich-de",
                    "code": "X"
                }
            }
        ]
    },
    "birthDate": "1981-02-27",
    "deceasedDateTime": "2020-01-02T00:00:00+01:00",
    "address":  [
        {
            "use": "home",
            "line":  [
                "Nova Strasse",
                "12"
            ],
            "city": "Vienna",
            "state": "Vienna",
            "postalCode": "1010",
            "country": "AUT"
        },
        {
            "use": "work",
            "line":  [
                "Diefenbachgasse 35",
                "CO"
            ],
            "city": "Vienna",
            "state": "Vienna",
            "postalCode": "1150",
            "country": "AUT"
        }
    ],
    "multipleBirthBoolean": false,
    "communication":  [
        {
            "language": {
                "id": "de",
                "text": "de"
            },
            "preferred": true
        }
    ]
}
#### Example JSON