Patient


NameTypeLinkVersionNumberVersionDateStatus
PatientPatienthttps://demis.rki.de/fhir/ars/StructureDefinition/Patient1.0.02025-06-13active

This profile contains information about the patient. According to Section 13, Paragraph 4 of the German Infection Protection Act (IfSG), only pseudonymized case data may be transmitted for ARS. For information on pseudonymization, see the Pseudonymization.


Profile

idS Σ1..1string
id0..0string
extensionC0..0Extension
versionIdΣ0..0id
lastUpdatedΣ0..0instant
sourceΣ0..0uri
arsProfileS Σ1..1canonical(StructureDefinition)Pattern
securityΣ0..0CodingBinding
tagΣ0..0Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionC0..*Extension
modifierExtension?! C0..*Extension
id0..1string
extensionC0..*Extension
useΣ ?!0..1codeBinding
typeS Σ1..1CodeableConceptBindingPattern
systemS Σ1..1uriAuto Value
valueS Σ C1..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
activeΣ ?!0..0boolean
nameΣ0..0HumanName
telecomΣ0..0ContactPoint
id0..1string
other-amtlichC0..1Extension(Coding)
value0..1System.String
birthDateS Σ C1..1date
id0..1string
extensionC0..*Extension
useΣ ?!0..0codeBinding
typeΣ0..0codeBinding
textΣ0..0string
lineΣ0..0string
cityΣ0..0string
districtΣ0..0string
stateΣ0..0string
postalCodeΣ C0..1string
countryΣ0..0string
periodΣ0..0Period
maritalStatus0..0CodeableConceptBinding
photo0..0Attachment
generalPractitioner0..0Reference(Organization | Practitioner | PractitionerRole)
managingOrganizationΣ0..0Reference(Organization)



Patient.identifier (Patient pseudonym)

  • A pair of HMAC-SHA265 hash values that together act as a patient pseudonym. Pseudonyms are created based on a concept developed for ARS. This concept can be found in the Pseudonymization chapter.

Patient.birthDate (Date of birth (YYYY-MM))

  • Patient's date of birth, only including year and month

Patient.address (Address (3-digit postcode))

  • Information about the patient's place of residence in the form of a 3-digit postal code is only relevant for diagnostics for Chlamydia trachomatis. If information is provided for a pathogen other than Chlamydia trachomatis, it will be removed from the raw database after transmission to the RKI and will not be available for further data processing at the RKI. The reason for collecting this information is the integration of the Chlamydia Sentinel into the ARS transmission. See also the chapter Integration of Sentinel Systems in the implementation guide.




Constraints

pathkeyhumanexpression
Patient.address.postalCodethreeDigitPostalCodeDie 'verkürzte' Postleitzahl muss aus den ersten 3 Ziffern der 'normalen' Postleitzahl bestehen$this.toString().matches('^[a-zA-Z0-9]{1}[a-zA-Z0-9-\\\\]{2}$')
Patient.birthDateyearAndMonthOnlyBirthDateDas Geburtsdatum darf lediglich Jahr und Monat der Geburt beinhalten$this.toString().matches('^19[0-9]{2}-[0-9]{2}$|^20[0-9]{2}-[0-9]{2}$|^19[0-9]{2}$|^20[0-9]{2}$')
Patient.identifier.valuepseudonymIs64HASHDie Patientenpseudonyme muessen als 64-Zeichen Hashwert uebergeben werden.$this.toString().matches('^[0-9a-fA-F]{64}$')




Bindings

none




Example

Patient
<Patient xmlns="http://hl7.org/fhir">
<id value="43511fe3-aa5f-73fb-7e59-2313ba0ca76c" />
<profile value="https://demis.rki.de/fhir/ars/StructureDefinition/Patient" />
</meta>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
<code value="ANON" />
</coding>
</type>
<system value="https://demis.rki.de/fhir/sid/SurveillancePatientPseudonym" />
<value value="f68ae1e4b4fb59f68b6e30ac51618aa8c5e7249735517ab5344fb900484e2a47" />
</identifier>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
<code value="ANON" />
</coding>
</type>
<system value="https://demis.rki.de/fhir/sid/SurveillancePatientPseudonym" />
<value value="2d00467c311c659aed5f64b3daeb61be7793ef5410545c3b69634a18c7c7b429" />
</identifier>
<gender value="male" />
<birthDate value="1983-06" />
</Patient>
{
"resourceType": "Patient",
"id": "43511fe3-aa5f-73fb-7e59-2313ba0ca76c",
"meta": {
"profile": [
"https://demis.rki.de/fhir/ars/StructureDefinition/Patient"
]
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ANON"
}
]
},
"system": "https://demis.rki.de/fhir/sid/SurveillancePatientPseudonym",
"value": "f68ae1e4b4fb59f68b6e30ac51618aa8c5e7249735517ab5344fb900484e2a47"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ANON"
}
]
},
"system": "https://demis.rki.de/fhir/sid/SurveillancePatientPseudonym",
"value": "2d00467c311c659aed5f64b3daeb61be7793ef5410545c3b69634a18c7c7b429"
}
],
"gender": "male",
"birthDate": "1983-06"
}