FHIR IG analytics| Package | hie-fhir-ig-profile |
| Resource Type | Patient |
| Id | Patient-HIEPatient-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Patient Summary
| Name | Jane Patient |
| Identifier | MRN-12345 (http://example.org/mrn) |
| Active | true |
| Gender | female |
| Date of birth | 1990-04-05 |
| Marital status | Married |
| Managing organization | Acme Health Center (Organization/org-001) |
| General practitioner | Dr. John Clinician (HIEPractitioner/pr-001) |
Telecom
Contacts
| Name | Relationship | Telecom | Organization |
|---|---|---|---|
| Mary Patient | Mother | +254700000002 (mobile) | Acme Health Center (Organization/org-001) |
Communication
Links
{
"resourceType": "Patient",
"id": "HIEPatient-example",
"meta": {
"profile": [
"https://nshr.dha.go.ke/fhir/StructureDefinition/patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical record number"
}
]
},
"system": "http://example.org/mrn",
"value": "MRN-12345"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Jane Patient",
"family": "Patient",
"given": [
"Jane"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+254700000001",
"use": "mobile",
"rank": 1
},
{
"system": "email",
"value": "jane.patient@example.org",
"use": "home"
}
],
"gender": "female",
"birthDate": "1990-04-05",
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "Married"
}
]
},
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MTH",
"display": "Mother"
}
]
}
],
"name": {
"text": "Mary Patient"
},
"telecom": [
{
"system": "phone",
"value": "+254700000002",
"use": "mobile"
}
],
"organization": {
"reference": "Organization/org-001",
"display": "Acme Health Center"
}
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
]
},
"preferred": true
}
],
"generalPractitioner": [
{
"reference": "HIEPractitioner/pr-001",
"display": "Dr. John Clinician"
}
],
"managingOrganization": {
"reference": "Organization/org-001",
"display": "Acme Health Center"
},
"link": [
{
"other": {
"reference": "Patient/p-duplicate-001",
"display": "Duplicate index record"
},
"type": "refer"
}
]
}