FHIR IG analytics| Package | fhir.kh.camdheaig |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-CRRelatedPersonExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson CRRelatedPersonExample
Profile: CR Related Person
identifier: http://clientregistry.org/hid/5831024796
patient: សុខ ដារា វិសាលខ(official) Male, DoB: 1985-04-11 ( Khmer Identification Code: 5310274819)
relationship: Mother
name: ចន្ទ សុខ
telecom: +85578123456
gender: Female
birthDate: 1960-07-22
period: 1985-04-11 --> (ongoing)
{
"resourceType": "RelatedPerson",
"id": "CRRelatedPersonExample",
"meta": {
"profile": [
"http://camdheaig.org/StructureDefinition/cr-related-person"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://clientregistry.org/hid",
"value": "5831024796"
}
],
"patient": {
"reference": "Patient/CRPatientExample"
},
"relationship": [
{
"coding": [
{
"system": "http://camdheaig.org/CodeSystem/cr-relationship-type",
"code": "mother",
"display": "Mother"
}
],
"text": "Mother"
}
],
"name": [
{
"family": "សុខ",
"given": [
"ចន្ទ"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+85578123456"
}
],
"gender": "female",
"birthDate": "1960-07-22",
"period": {
"start": "1985-04-11"
}
}