Skip to content

Commit

Permalink
Merge branch 'example-resources' of https://github.com/gematik/spec-I…
Browse files Browse the repository at this point in the history
…SiK-Basismodul into example-resources
  • Loading branch information
leslieber committed Jan 8, 2025
2 parents 7625716 + 6c563ee commit dac1a0c
Showing 1 changed file with 226 additions and 0 deletions.
226 changes: 226 additions & 0 deletions Resources/fsh-generated/resources/Patient-PatientinAusfuehrlich.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,226 @@
{
"resourceType": "Patient",
"id": "PatientinAusfuehrlich",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient"
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "MR",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "https://fhir.krankenhaus.example/sid/PID",
"value": "TestPID1"
},
{
"type": {
"coding": [
{
"code": "KVZ10",
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
}
]
},
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "A1234567890"
}
],
"name": [
{
"use": "official",
"family": "Müller",
"_family": {
"extension": [
{
"url": "http://fhir.de/StructureDefinition/humanname-namenszusatz",
"valueString": "Fürstin"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "Müller"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
"valueString": "von"
}
]
},
"given": [
"Anna"
],
"prefix": [
"Dr."
],
"_prefix": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "AC"
}
]
}
]
},
{
"use": "maiden",
"family": "Weber",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "Weber"
}
]
}
}
],
"active": true,
"telecom": [
{
"system": "phone",
"value": "+49 170 1234567",
"use": "mobile",
"rank": 2
},
{
"system": "email",
"value": "[email protected]",
"use": "work"
}
],
"gender": "female",
"birthDate": "1957-08-12",
"deceasedBoolean": false,
"address": [
{
"type": "both",
"line": [
"Musterweg 2",
"3. Etage"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Musterweg"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "2"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
"valueString": "3. Etage"
}
]
}
],
"city": "Demmin",
"postalCode": "17109",
"country": "DE"
},
{
"type": "postal",
"line": [
"Postfach 8 15"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
"valueString": "Postfach 8 15"
}
]
}
],
"city": "Musterhausen",
"postalCode": "98764",
"country": "DE"
}
],
"maritalStatus": {
"coding": [
{
"code": "M",
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"
}
]
},
"multipleBirthBoolean": true,
"multipleBirthInteger": 2,
"photo": [
{
"contentType": "image/jpeg",
"url": "https://example.com/patient-photo.jpg"
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"code": "EP",
"system": "http://terminology.hl7.org/CodeSystem/v2-0131"
}
]
}
],
"name": {
"family": "Schmidt",
"given": [
"Clara"
]
},
"telecom": [
{
"system": "phone",
"value": "+49 123 456789"
}
]
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en-US",
"display": "American English"
}
]
}
}
],
"generalPractitioner": [
{
"reference": "Practitioner/1234"
}
],
"managingOrganization": {
"reference": "Organization/5678"
},
"link": [
{
"other": {
"reference": "Patient/9876"
},
"type": "seealso"
}
]
}

0 comments on commit dac1a0c

Please sign in to comment.