FHIR IG analytics| Package | care.commonprofiles.fhir |
| Resource Type | Patient |
| Id | Patient-PatientSEVendorLiteExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Kalle Krank (no stated gender), DoB Unknown ( id: 191212121212)
| Deceased: | false | ||
{
"resourceType": "Patient",
"id": "PatientSEVendorLiteExample",
"meta": {
"profile": [
"https://commonprofiles.care/fhir/StructureDefinition/PatientSEVendorLite"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://electronichealth.se/identifier/personnummer",
"value": "191212121212"
}
],
"name": [
{
"family": "Krank",
"given": [
"Kalle"
]
}
],
"deceasedBoolean": false
}