{ "resourceType": "Patient", "id": "NabotoPatientExample", "meta": { "profile": [ "http://fhir.naboto.com/StructureDefinition/naboto-patient" ] }, "text": { "status": "generated", "div": "

Max Mustermann male, DoB: 1970-01-01 ( Social Security Number: 1111241261(use: OFFICIAL))


Active:true
Other Id:Patient internal identifier: 0815(use: OFFICIAL)
Contact Details:
" }, "identifier": [ { "use": "official", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "SS", "display": "Social Security Number" } ] }, "system": "urn:oid:1.2.40.0.10.1.4.3.1", "value": "1111241261", "assigner": { "display": "Dachverband der österreichischen Sozialversicherungsträger" } }, { "use": "official", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "PI", "display": "Patient internal identifier" } ] }, "system": "https://third-party-system/Patients", "value": "0815", "assigner": { "display": "Ein GDA in Österreich" } } ], "active": true, "name": [ { "use": "usual", "family": "Mustermann", "given": [ "Max" ], "prefix": [ "DI" ] } ], "telecom": [ { "system": "email", "value": "notarealemail@naboto.com", "use": "home" }, { "system": "sms", "value": "+436641234567890", "use": "mobile" } ], "gender": "male", "birthDate": "1970-01-01", "address": [ { "use": "home", "type": "both", "line": [ "Landstrasse 1 Stock 9 Tür 42" ], "_line": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName", "valueString": "Landstrasse" }, { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber", "valueString": "1" }, { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator", "valueString": "Stock 9 Tür 42" }, { "url": "http://fhir.naboto.com/StructureDefinition/at-core-ext-address-additionalInformation", "valueString": "Lift vorhanden" } ] } ], "city": "Linz", "state": "Oberösterreich", "postalCode": "4020", "country": "AUT" } ] }