FHIR IG analytics| Package | hl7se.fhir.base |
| Resource Type | Patient |
| Id | Patient-PatientExample200302022389.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientExample200302022389
Profile: SE base profil for patient
Katja Hennig(official) Female, DoB: 2003-02-02 ( http://electronichealth.se/identifier/personnummer#200302022389)
| Marital Status: | Unmarried | ||
| Contact Detail | Södra vägen 5 Trollhättan 46144 | ||
{
"resourceType": "Patient",
"id": "PatientExample200302022389",
"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": "200302022389"
}
],
"name": [
{
"use": "official",
"text": "Katja Hennig",
"family": "Hennig",
"given": [
"Katja"
]
}
],
"gender": "female",
"birthDate": "2003-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": [
"Södra vägen 5"
],
"city": "Trollhättan",
"postalCode": "46144"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "U",
"display": "Unmarried"
}
]
}
}