Skip to content

Commit

Permalink
auto-generated FHIR files by GitHub Actions (CI FSH to FHIR Validation)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikohl-de authored and GitHub Actions Bot committed Nov 14, 2024
1 parent 1ffca78 commit bf05450
Showing 1 changed file with 89 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"resourceType": "Patient",
"id": "PatientinAnnaMueller",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/v3/Basismodul/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": "GKV",
"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://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "Müller"
}
]
},
"given": [
"Anna"
]
}
],
"active": true,
"gender": "female",
"birthDate": "1957-08-12",
"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"
}
]
}

0 comments on commit bf05450

Please sign in to comment.