FHIR IG analytics| Package | hl7se.fhir.base |
| Resource Type | Patient |
| Id | Patient-PatientExample196101182803.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientExample196101182803
Profile: SE base profil for patient
Maria Ljungberg(official) Female, DoB: 1961-01-18 ( http://electronichealth.se/identifier/personnummer#196101182803)
| Marital Status: | Married | ||
| Contact Detail | Vänervägen 7 VÄSTRA FRÖLUNDA 42140 | ||
{
"resourceType": "Patient",
"id": "PatientExample196101182803",
"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": "196101182803"
}
],
"name": [
{
"use": "official",
"text": "Maria Ljungberg",
"family": "Ljungberg",
"given": [
"Maria",
"Birgitta"
],
"_given": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "CL"
}
]
},
null
]
}
],
"gender": "female",
"birthDate": "1961-01-18",
"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": [
"Vänervägen 7"
],
"city": "VÄSTRA FRÖLUNDA",
"postalCode": "42140"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "Married"
}
]
}
}