(ร่าง) Thai NCD Implementation Guide
0.1.0 - ci-build Thailand flag

(ร่าง) Thai NCD Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Patient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient-example",
  "meta" : {
    "profile" : [
      "https://rathpanyowat.github.io/ncd-th-ig-demo/StructureDefinition/ncdth-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>สมชาย ใจดี </b> (no stated gender) 1974-12-25 ( id: 1222233333445 (OFFICIAL))</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://bora.dopa.go.th/cid",
      "value" : "1222233333445"
    }
  ],
  "active" : true,
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode" : "th"
        }
      ],
      "family" : "ใจดี",
      "given" : [
        "สมชาย"
      ],
      "prefix" : [
        "นาย"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1974-12-25",
  "address" : [
    {
      "use" : "home",
      "type" : "both",
      "text" : "532 ถ.เอราวัณ แขวงสามเสนใน เขตพญาไท กรุงเทพมหานคร 10400",
      "line" : [
        "532 ถ.เอราวัณ"
      ],
      "city" : "แขวงสามเสนใน",
      "district" : "เขตพญาไท",
      "state" : "กรุงเทพมหานคร",
      "postalCode" : "10400"
    }
  ],
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code" : "C",
              "display" : "Emergency Contact"
            }
          ]
        }
      ],
      "name" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/language",
            "valueCode" : "th"
          }
        ],
        "family" : "ใจดี",
        "given" : [
          "สมสมัย"
        ],
        "prefix" : [
          "นาง"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+66 (222) 33333"
        }
      ],
      "gender" : "female"
    }
  ]
}