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

FHIR IG analytics

Packagesilth.fhir.th.mophpc1
Resource TypePractitioner
IdPractitioner-practitioner-dentist1.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-dentist1"

Profile: MoPH-PC Practitioner

identifier: เลขประจำตัวประชาชนไทย: 2650515222440 (use: OFFICIAL, period: 2018-04-25 --> 2022-04-25), เลขใบอนุญาตประกอบวิชาชีพทันตกรรม: 34222 (use: SECONDARY)

active: true

name: ทพญ. สมทรวง จริงใจ

gender: female

birthDate: 1970-04-25

Qualifications

-CodePeriod
*Dentist (SNOMED CT#106289002)1996-04-25 --> (ongoing)

Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-dentist1",
  "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": "2650515222440",
      "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": "proDent",
            "display": "เลขใบอนุญาตประกอบวิชาชีพทันตกรรม"
          }
        ]
      },
      "system": "https://terms.sil-th.org/id/th-dentist-id",
      "value": "34222"
    }
  ],
  "active": true,
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "th"
        }
      ],
      "text": "ทพญ. สมทรวง จริงใจ",
      "family": "จริงใจ",
      "given": [
        "สมทรวง"
      ],
      "prefix": [
        "ทพญ."
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1970-04-25",
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "106289002",
            "display": "Dentist"
          }
        ]
      },
      "period": {
        "start": "1996-04-25"
      }
    }
  ]
}