FHIR IG analytics| Package | servicewell.fhir.se.frenda-wof-connect-flc |
| Resource Type | Patient |
| Id | Patient-GetPatientDetailsResultExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient GetPatientDetailsResultExample
Profile: Wof Connect Patient
Tag: Frenda (Details: WOF-Connect PMS System code frenda = 'Frenda')
Darth Vader (no stated gender), DoB Unknown
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "GetPatientDetailsResultExample",
"meta": {
"profile": [
"http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-patient"
],
"tag": [
{
"system": "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system",
"code": "frenda"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"text": "Darth Vader",
"family": "Vader",
"given": [
"Darth"
]
}
],
"telecom": [
{
"system": "email",
"value": "darth.vader@example.invalid",
"use": "home"
},
{
"system": "phone",
"value": "0763002510",
"use": "mobile"
}
]
}