FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesilth.fhir.th.mophpc1
Resource TypeRelatedPerson
IdRelatedPerson-relatedperson-patient1-spouse.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: RelatedPerson

Resource RelatedPerson "relatedperson-patient1-spouse"

Profile: MoPH-PC RelatedPerson

identifier: National unique individual identifier: 2650591524440 (use: OFFICIAL, period: 2018-04-25 --> 2022-04-25)

patient: Patient/patient-patient1 " ใจดี"

relationship: spouse (RoleCode#SPS)

name: นาง คู่สมรส ใจดี

telecom: ph: 088-8888888


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relatedperson-patient1-spouse",
  "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": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NI",
            "display": "National unique individual identifier"
          },
          {
            "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": "SPS",
          "display": "spouse"
        }
      ]
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "th"
        }
      ],
      "text": "นาง คู่สมรส ใจดี",
      "family": "ใจดี",
      "given": [
        "คู่สมรส"
      ],
      "prefix": [
        "นาง"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "088-8888888"
    }
  ]
}