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

FHIR IG analytics

Packagesilth.fhir.th.mophpc1
Resource TypePractitionerRole
IdPractitionerRole-practitionerrole-doctor1.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: PractitionerRole

Resource PractitionerRole "practitionerrole-doctor1"

Profile: MoPH-PC PractitionerRole

PractitionerRole: Provider Movement

url

movefrom

value: Organization/organization-second: โรงพยาบาลสำรอง "โรงพยาบาลตัวอย่าง แห่งที่ 2"

url

period

value: 2012-04-25 --> 2015-01-01

url

moveto

value: Organization/organization-main: โรงพยาบาลตัวอย่าง "โรงพยาบาลตัวอย่าง แห่งที่ 1"

identifier: Person number: XXXXXXXX (use: SECONDARY, period: 2018-04-25 --> (ongoing))

active: true

period: 2015-01-01 --> 2028-03-31

practitioner: Practitioner/practitioner-doctor1: พญ. สมหญิง จริงใจ " จริงใจ"

organization: Organization/organization-main: โรงพยาบาลตัวอย่าง "โรงพยาบาลตัวอย่าง แห่งที่ 1"

code: แพทย์ (THCC: รหัสประเภทบุคลากรทางการแพทย์และสาธารณสุข#01)

Contacts

-Telecom
*ph: 088-8888888(WORK), sonyingjingjai@jingjai.com

Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitionerrole-doctor1",
  "meta": {
    "profile": [
      "https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-practitionerrole-base"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "movefrom",
          "valueReference": {
            "reference": "Organization/organization-second",
            "display": "โรงพยาบาลสำรอง"
          }
        },
        {
          "url": "period",
          "valuePeriod": {
            "start": "2012-04-25",
            "end": "2015-01-01"
          }
        },
        {
          "url": "moveto",
          "valueReference": {
            "reference": "Organization/organization-main",
            "display": "โรงพยาบาลตัวอย่าง"
          }
        }
      ],
      "url": "https://fhir-ig.sil-th.org/th/extensions/StructureDefinition/ex-practitionerrole-provider-move"
    }
  ],
  "identifier": [
    {
      "use": "secondary",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PN",
            "display": "Person number"
          },
          {
            "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-identifier-type",
            "code": "localProv",
            "display": "รหัสผู้ให้บริการสุขภาพ ของหน่วยบริการ"
          }
        ]
      },
      "system": "https://terms.sil-th.org/hcode/5/99999/Provider",
      "value": "XXXXXXXX",
      "period": {
        "start": "2018-04-25"
      }
    }
  ],
  "active": true,
  "period": {
    "start": "2015-01-01",
    "end": "2028-03-31"
  },
  "practitioner": {
    "reference": "Practitioner/practitioner-doctor1",
    "display": "พญ. สมหญิง จริงใจ"
  },
  "organization": {
    "reference": "Organization/organization-main",
    "display": "โรงพยาบาลตัวอย่าง"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://terms.sil-th.org/core/CodeSystem/cs-thcc-individual-provider-type",
          "code": "01",
          "display": "แพทย์"
        }
      ]
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "088-8888888",
          "use": "work"
        },
        {
          "system": "email",
          "value": "sonyingjingjai@jingjai.com"
        }
      ]
    }
  ]
}