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

FHIR IG analytics

Packagesilth.fhir.th.mophpc1
Resource TypePractitioner
IdPractitioner-practitioner-volunteer1.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: Practitioner

Resource Practitioner "practitioner-volunteer1"

Profile: MoPH-PC Practitioner

identifier: เลขประจำตัวประชาชนไทย: 2650591524440 (use: OFFICIAL), เลขประจำตัวอาสาสมัครสาธารณสุขประจำหมู่บ้าน (อสม.): XXXXXX (use: SECONDARY)

name: นาง ใจดี ชอบช่วย


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-volunteer1",
  "meta": {
    "profile": [
      "https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-practitioner-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"
    },
    {
      "use": "secondary",
      "type": {
        "coding": [
          {
            "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-identifier-type",
            "code": "healthVolun",
            "display": "เลขประจำตัวอาสาสมัครสาธารณสุขประจำหมู่บ้าน (อสม.)"
          }
        ]
      },
      "system": "https://terms.sil-th.org/id/th-hvolunteer",
      "value": "XXXXXX"
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "th"
        }
      ],
      "text": "นาง ใจดี ชอบช่วย",
      "family": "ชอบช่วย",
      "given": [
        "ใจดี"
      ],
      "prefix": [
        "นาง"
      ]
    }
  ]
}