FHIR IG analytics| Package | elga.moped |
| Resource Type | Patient |
| Id | Patient-Test1PatientSV.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Test1PatientSV
Profiles: MOPED Patient SV, HL7® AT Core Patient Profile
Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)
| Contact Detail | Baumgasse 20a Wien 1030 AUT (home) | ||
| Patient Citizenship: |
| ||
{
"resourceType": "Patient",
"id": "Test1PatientSV",
"meta": {
"profile": [
"https://elga.moped.at/StructureDefinition/MopedPatientSV",
"http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [
{
"system": "https://termgit.elga.gv.at/CodeSystem/iso-3166-1-alpha-3",
"code": "AUT",
"display": "Österreich"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "SS",
"display": "Social Security Number"
}
]
},
"system": "urn:oid:1.2.40.0.10.1.4.3.1",
"value": "9994210469",
"assigner": {
"display": "Dachverband der österreichischen Sozialversicherungsträger"
}
}
],
"name": [
{
"use": "official",
"family": "Susi",
"given": [
"Sonnenschein"
]
}
],
"gender": "female",
"birthDate": "1969-04-21",
"address": [
{
"use": "home",
"line": [
"Baumgasse 20a"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Baumgasse"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "20a"
}
]
}
],
"city": "Wien",
"postalCode": "1030",
"country": "AUT"
}
]
}