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

FHIR IG analytics

Packagesilth.fhir.th.claimcon
Resource TypePatient
IdPatient-patient-eclaim.json
FHIR VersionR4B

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

นาย สมหวัง ใจดี male, DoB: 1988-05-21 ( localHn: 660005)


Marital Status:Married
Other Id:เลขประจำตัวประชาชนไทย: 1604802401857
Contact Detail:กรุงเทพมหานคร
TH Patient Extension: Nationality:
  • code: 099

Source1

{
  "resourceType": "Patient",
  "id": "patient-eclaim",
  "meta": {
    "source": "eclaim",
    "profile": [
      "https://fhir-ig.sil-th.org/th/claimcon/StructureDefinition/claimcon-patient-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://terms.sil-th.org/core/CodeSystem/cs-thcc-nationality",
                "code": "099"
              }
            ]
          }
        }
      ],
      "url": "https://fhir-ig.sil-th.org/th/extensions/StructureDefinition/ex-th-patient-nationality"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-identifier-type",
            "code": "localHn"
          }
        ]
      },
      "system": "https://terms.sil-th.org/hcode/5/13814/HN",
      "value": "660005"
    },
    {
      "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": "1604802401857"
    }
  ],
  "name": [
    {
      "text": "นาย สมหวัง ใจดี",
      "family": "ใจดี",
      "given": [
        "สมหวัง"
      ],
      "prefix": [
        "นาย"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1988-05-21",
  "address": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "province",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "https://terms.sil-th.org/core/CodeSystem/cs-dopa-location",
                    "code": "10"
                  }
                ]
              }
            },
            {
              "url": "district",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "https://terms.sil-th.org/core/CodeSystem/cs-dopa-location",
                    "code": "1007"
                  }
                ]
              }
            }
          ],
          "url": "https://fhir-ig.sil-th.org/th/extensions/StructureDefinition/ex-address-address-code"
        }
      ],
      "district": "ปทุมวัน",
      "state": "กรุงเทพมหานคร"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      },
      {
        "system": "https://terms.sil-th.org/core/CodeSystem/cs-thcc-marital",
        "code": "2",
        "display": "คู่"
      }
    ]
  }
}