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

FHIR IG analytics

Packagesilth.fhir.th.mophpc1
Resource TypePatient
IdPatient-patient-patient4.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

นาง สมควร ใจดี female, DoB: 1990-04-25 ( เลขประจำตัวประชาชนไทย: 2650591524440 (use: OFFICIAL, period: 2018-04-25 --> 2022-04-25))


Active:trueMarital Status:Married
Other Ids:
  • รหัสประจำตัวบุคคลของหน่วยบริการ: 65-XXXXX (use: SECONDARY, period: 2018-04-25 --> (ongoing))
  • เลข Hospital Number (HN) ของหน่วยบริการ: 65-XXXXX (use: SECONDARY)
Contact Details:
  • ph: 088-8888888(MOBILE)
  • somkuanjaidee@jaidee.com
  • 123 หมู่ที่ 20 ถนนสมเด็จ ตำบลตาลสุม อำเภอตาลสุม จังหวัดอุบลราชธานี 34330(HOME)

Source1

{
  "resourceType": "Patient",
  "id": "patient-patient4",
  "meta": {
    "profile": [
      "https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-patient-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"
      }
    },
    {
      "use": "secondary",
      "type": {
        "coding": [
          {
            "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-identifier-type",
            "code": "localPid",
            "display": "รหัสประจำตัวบุคคลของหน่วยบริการ"
          }
        ]
      },
      "system": "https://terms.sil-th.org/hcode/5/99999/PID",
      "value": "65-XXXXX",
      "period": {
        "start": "2018-04-25"
      }
    },
    {
      "use": "secondary",
      "type": {
        "coding": [
          {
            "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-identifier-type",
            "code": "localHn",
            "display": "เลข Hospital Number (HN) ของหน่วยบริการ"
          }
        ]
      },
      "system": "https://terms.sil-th.org/hcode/5/99999/HN",
      "value": "65-XXXXX"
    }
  ],
  "active": true,
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "th"
        }
      ],
      "text": "นาง สมควร ใจดี",
      "family": "ใจดี",
      "given": [
        "สมควร"
      ],
      "prefix": [
        "นาง"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "088-8888888",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "somkuanjaidee@jaidee.com"
    }
  ],
  "gender": "female",
  "birthDate": "1990-04-25",
  "address": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "subdistrict",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "https://terms.sil-th.org/core/CodeSystem/cs-dopa-location",
                    "code": "342001",
                    "display": "ตาลสุม"
                  }
                ]
              }
            }
          ],
          "url": "https://fhir-ig.sil-th.org/th/extensions/StructureDefinition/ex-address-address-code"
        },
        {
          "extension": [
            {
              "url": "latitude",
              "valueDecimal": 78.31809
            },
            {
              "url": "longitude",
              "valueDecimal": -133.03485
            }
          ],
          "url": "http://hl7.org/fhir/StructureDefinition/geolocation"
        },
        {
          "extension": [
            {
              "url": "number",
              "valueString": "123"
            },
            {
              "url": "villageNo",
              "valueString": "หมู่ที่ 20"
            },
            {
              "url": "road",
              "valueString": "ถนนสมเด็จ"
            }
          ],
          "url": "https://fhir-ig.sil-th.org/th/extensions/StructureDefinition/ex-address-structured-line"
        }
      ],
      "use": "home",
      "text": "123 หมู่ที่ 20 ถนนสมเด็จ ตำบลตาลสุม อำเภอตาลสุม จังหวัดอุบลราชธานี 34330",
      "line": [
        "123 หมู่ที่ 20 ถนนสมเด็จ"
      ],
      "city": "ตาลสุม",
      "district": "ตาลสุม",
      "state": "อุบลราชธานี",
      "postalCode": "34330"
    }
  ],
  "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": "คู่"
      }
    ]
  }
}