FHIR IG analytics| Package | fhir.iptpig |
| Resource Type | Patient |
| Id | Patient-iptp-patient-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient iptp-patient-001
Profile: IPTp Enrolled Patient
Anonymous Patient Female, DoB Unknown
| Active: | true | ||
| Contact Detail | ph: 0774232423 | ||
| Language: | English (preferred) | ||
| IPTp SMS Consent | true | ||
| IPTp ANC Number Hash | a3f1c2d4e5b6789012345678901234567890abcdef1234567890abcdef123456 | ||
| IPTp Language Preference | English | ||
{
"resourceType": "Patient",
"id": "iptp-patient-001",
"meta": {
"profile": [
"http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-anc-number-hash",
"valueString": "a3f1c2d4e5b6789012345678901234567890abcdef1234567890abcdef123456"
},
{
"url": "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-language-preference",
"valueCodeableConcept": {
"coding": [
{
"system": "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
"code": "language-english",
"display": "English"
}
]
}
},
{
"url": "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-sms-consent",
"valueBoolean": true
}
],
"active": true,
"telecom": [
{
"system": "phone",
"value": "0774232423"
}
],
"gender": "female",
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en"
}
]
},
"preferred": true
}
]
}