FHIR IG analytics| Package | hl7se.fhir.base |
| Resource Type | Patient |
| Id | Patient-PatientExample196109732393.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientExample196109732393
Profile: SE base profil for patient
Tom Smith(official) Male, DoB: 1961-09-13 ( http://electronichealth.se/identifier/samordningsnummer#196109732393)
| Contact Detail | SANDÅSGATAN 2 STOCKHOLM 11327 | ||
{
"resourceType": "Patient",
"id": "PatientExample196109732393",
"meta": {
"profile": [
"http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://electronichealth.se/identifier/samordningsnummer",
"value": "196109732393"
}
],
"name": [
{
"use": "official",
"text": "Tom Smith",
"family": "Smith",
"given": [
"Tom"
]
}
],
"gender": "male",
"birthDate": "1961-09-13",
"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": "63391000052104",
"display": "särskild postadress"
}
]
}
}
],
"line": [
"SANDÅSGATAN 2"
],
"city": "STOCKHOLM",
"postalCode": "11327"
}
]
}