FHIR IG analytics| Package | ma.ambulanter.fall |
| Resource Type | Patient |
| Id | Patient-ExamplePatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "ExamplePatient",
"meta": {
"profile": [
"http://ma-ambulant.de/StructureDefinition/MaPatient",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient",
"https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient",
"https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"assigner": {
"identifier": {
"system": "http://fhir.de/sid/arge-ik/iknr",
"value": "123456798"
}
},
"type": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
"code": "KVZ10"
}
]
},
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "A234567890"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "http://example-system/patient",
"value": "p-123"
}
],
"name": [
{
"given": [
"Max"
],
"use": "official",
"family": "Mustermann",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "Mustermann"
}
]
}
}
],
"address": [
{
"line": [
"Teststr. 1"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Teststr."
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "1"
}
]
}
],
"type": "physical",
"city": "Lübeck"
}
],
"gender": "male",
"birthDate": "1994-01-01"
}