FHIR IG analytics| Package | silth.fhir.th.mophpc1 |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-relatedperson-patient1-mother.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson
Resource RelatedPerson "relatedperson-patient1-mother"
Profile: MoPH-PC RelatedPerson
identifier: เลขประจำตัวประชาชนไทย: 2650591524440 (use: OFFICIAL, period: 2018-04-25 --> 2022-04-25)
patient: Patient/patient-patient1 " ใจดี"
relationship: mother (RoleCode#MTH)
name: นาง มารดา ใจดี
telecom: ph: 088-8888888
{
"resourceType": "RelatedPerson",
"id": "relatedperson-patient1-mother",
"meta": {
"profile": [
"https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-relatedperson-base"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "https://terms.sil-th.org/core/CodeSystem/cs-th-identifier-type",
"code": "cid",
"display": "เลขประจำตัวประชาชนไทย"
}
]
},
"system": "https://terms.sil-th.org/id/th-cid",
"value": "2650591524440",
"period": {
"start": "2018-04-25",
"end": "2022-04-25"
}
}
],
"patient": {
"reference": "Patient/patient-patient1"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MTH",
"display": "mother"
}
]
}
],
"name": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/language",
"valueCode": "th"
}
],
"text": "นาง มารดา ใจดี",
"family": "ใจดี",
"given": [
"มารดา"
],
"prefix": [
"นาง"
]
}
],
"telecom": [
{
"system": "phone",
"value": "088-8888888"
}
]
}