FHIR IG analytics| Package | hl7se.fhir.base |
| Resource Type | Patient |
| Id | Patient-PatientExample189002029800.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientExample189002029800
Profile: SE base profil for patient
Albertina VGR Hammar(official) Female, DoB: 1890-02-02 ( http://electronichealth.se/identifier/personnummer#189002029800)
| Marital Status: | Married | ||
| Contact Detail | Haga Östergata GÖTEBORG 41301 | ||
{
"resourceType": "Patient",
"id": "PatientExample189002029800",
"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": "189002029800"
}
],
"name": [
{
"extension": [
{
"url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension",
"valueString": "VGR"
},
{
"url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseOwnFamilyExtension",
"valueString": "Hammar"
}
],
"use": "official",
"text": "Albertina VGR Hammar",
"family": "VGR Hammar",
"given": [
"Albertina"
]
}
],
"gender": "female",
"birthDate": "1890-02-02",
"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": "63381000052101",
"display": "folkbokföringsadress"
}
]
}
}
],
"line": [
"Haga Östergata"
],
"city": "GÖTEBORG",
"postalCode": "41301"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "Married"
}
]
}
}