FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.person |
| Resource Type | Patient |
| Id | Patient-mii-exa-person-patient-minimal.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "mii-exa-person-patient-minimal",
"meta": {
"security": [
{
"code": "HTEST",
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"display": "test health data"
}
],
"profile": [
"https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Patient|2025.0.1"
]
},
"name": [
{
"use": "official",
"family": "Van-der-Dussen",
"given": [
"Maja",
"Julia"
]
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"code": "MR",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "https://www.charite.de/fhir/sid/patienten",
"value": "42285243",
"assigner": {
"display": "Charité – Universitätsmedizin Berlin",
"identifier": {
"system": "http://fhir.de/sid/arge-ik/iknr",
"value": "261101015"
}
}
},
{
"use": "official",
"type": {
"coding": [
{
"code": "KVZ10",
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
}
]
},
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "A999999999",
"assigner": {
"identifier": {
"use": "official",
"system": "http://fhir.de/sid/arge-ik/iknr",
"value": "260326822"
}
}
}
],
"address": [
{
"type": "both",
"line": [
"Teststraße 2"
],
"city": "Köln",
"postalCode": "50823",
"country": "DE"
}
],
"gender": "other",
"_gender": {
"extension": [
{
"url": "http://fhir.de/StructureDefinition/gender-amtlich-de",
"valueCoding": {
"code": "D",
"system": "http://fhir.de/CodeSystem/gender-amtlich-de",
"display": "divers"
}
}
]
},
"birthDate": "1998-09-19",
"managingOrganization": {
"reference": "Organization/Charite-Universitaetsmedizin-Berlin"
}
}