FHIR IG analytics| Package | elga.moped |
| Resource Type | Patient |
| Id | Patient-Patient42.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Patient42
Profile: HL7® AT Core Patient Profile
Patient42 Patient42FamilienName Male, DoB: 1937-12-31 ( Social Security Number: 123456)
| Patient Citizenship: |
| ||
{
"resourceType": "Patient",
"id": "Patient42",
"meta": {
"profile": [
"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"
}
]
}
}
],
"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": "123456",
"assigner": {
"display": "Dachverband der österreichischen Sozialversicherungsträger"
}
}
],
"name": [
{
"family": "Patient42FamilienName",
"given": [
"Patient42"
]
}
],
"gender": "male",
"birthDate": "1937-12-31"
}