FHIR IG analytics| Package | servicewell.fhir.wof-connect |
| Resource Type | Patient |
| Id | Patient-Patient-GetByPersonalNumberExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Patient-GetByPersonalNumberExample
Information Source: http://canonical.fhir.link/servicewell/wof-connect/sourcesystem/frenda
Profiles: Wof Connect Patient, http://canonical.fhir.link/servicewell/wof-connect/StructurDefinition/wof-connect-patient
Tag: Frenda (Details: WOF-Connect PMS System code frenda = 'Frenda')
Darth Vader (no stated gender), DoB: 2024-06-05 ( urn:oid:1.2.752.129.2.1.3.1#WOF Connect Personal Number System#199001072397)
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "Patient-GetByPersonalNumberExample",
"meta": {
"source": "http://canonical.fhir.link/servicewell/wof-connect/sourcesystem/frenda",
"profile": [
"http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-patient",
"http://canonical.fhir.link/servicewell/wof-connect/StructurDefinition/wof-connect-patient"
],
"tag": [
{
"system": "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system",
"code": "frenda"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "apa"
}
],
"identifier": [
{
"system": "urn:oid:1.2.752.129.2.1.3.1",
"value": "199001072397"
}
],
"name": [
{
"text": "Darth Vader",
"family": "Vader",
"given": [
"Darth"
]
}
],
"telecom": [
{
"system": "email",
"value": "darth.vader@example.invalid",
"use": "home"
},
{
"system": "phone",
"value": "0763002510",
"use": "mobile"
}
],
"birthDate": "2024-06-05"
}