From 6c563eef57c5da8b0e6abe59dcc9cad55550d40e Mon Sep 17 00:00:00 2001 From: leslieber Date: Wed, 8 Jan 2025 10:19:47 +0000 Subject: [PATCH] auto-generated FHIR files by GitHub Actions (CI FSH to FHIR Validation) --- .../Patient-PatientinAusfuehrlich.json | 226 ++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 Resources/fsh-generated/resources/Patient-PatientinAusfuehrlich.json diff --git a/Resources/fsh-generated/resources/Patient-PatientinAusfuehrlich.json b/Resources/fsh-generated/resources/Patient-PatientinAusfuehrlich.json new file mode 100644 index 00000000..c0825ef5 --- /dev/null +++ b/Resources/fsh-generated/resources/Patient-PatientinAusfuehrlich.json @@ -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": "anna.mueller@example.com", + "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" + } + ] +}