FHIR IG analytics| Package | hl7se.fhir.base |
| Resource Type | Patient |
| Id | Patient-PatientExample199002222397.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientExample199002222397
Profile: SE base profil for patient
Andreas Ebers(official) Male, DoB: 1990-02-22 ( http://electronichealth.se/identifier/personnummer#199002222397)
| Marital Status: | Unmarried | ||
| Contact Detail | Rosenheimer Van Kampenstraat 7558 Hengelo Nederländerna | ||
{
"resourceType": "Patient",
"id": "PatientExample199002222397",
"meta": {
"profile": [
"http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://electronichealth.se/identifier/personnummer",
"value": "199002222397"
}
],
"name": [
{
"use": "official",
"text": "Andreas Ebers",
"family": "Ebers",
"given": [
"Andreas"
]
}
],
"gender": "male",
"birthDate": "1990-02-22",
"address": [
{
"extension": [
{
"url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseAddressPersonExtension",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/45991000052106",
"code": "63401000052101",
"display": "utlandsadress"
}
]
}
}
],
"line": [
"Rosenheimer",
"Van Kampenstraat",
"7558 Hengelo"
],
"country": "Nederländerna"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "U",
"display": "Unmarried"
}
]
}
}