{
  "resourceType": "StructureDefinition",
  "id": "vn-core-practitioner",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2021-05-19T09:18:41.816+00:00"
  },
  "text": {
    "status": "empty",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\" />"
  },
  "url": "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-practitioner",
  "version": "1.0.0",
  "name": "VNCorePractitioner",
  "title": "Practitioner Profile - VN Core R4",
  "status": "draft",
  "date": "2021-05-19T09:18:39.7488031+00:00",
  "description": "Thông tin mô tả về đội ngũ y bác sĩ.",
  "purpose": "TODO: add note",
  "copyright": "Bộ Y Tế Việt Nam",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            },
            {
              "type": "value",
              "path": "value"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier:MaSoNhanVien",
        "path": "Practitioner.identifier",
        "sliceName": "MaSoNhanVien",
        "label": "Thông tin về Mã số nhân viên của cán bộ y tế tại CSKCB",
        "short": "Thông tin về Mã số nhân viên của cán bộ y tế tại CSKCB",
        "definition": "Thông tin về Mã số nhân viên của cán bộ y tế tại CSKCB",
        "max": "1"
      },
      {
        "id": "Practitioner.identifier:MaSoNhanVien.use",
        "path": "Practitioner.identifier.use",
        "fixedCode": "secondary"
      },
      {
        "id": "Practitioner.identifier:MaSoNhanVien.type",
        "path": "Practitioner.identifier.type",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
              "code": "EI",
              "display": "Employee number"
            }
          ]
        }
      },
      {
        "id": "Practitioner.identifier:MaSoNhanVien.system",
        "path": "Practitioner.identifier.system",
        "min": 1,
        "fixedUri": "http://moh.gov.vn/fhir/core/sid/healthworker-employee-number"
      },
      {
        "id": "Practitioner.identifier:MaSoNhanVien.value",
        "path": "Practitioner.identifier.value",
        "min": 1
      },
      {
        "id": "Practitioner.active",
        "path": "Practitioner.active",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name.use",
        "path": "Practitioner.name.use",
        "fixedCode": "official"
      },
      {
        "id": "Practitioner.name.text",
        "path": "Practitioner.name.text",
        "min": 1
      },
      {
        "id": "Practitioner.telecom",
        "path": "Practitioner.telecom",
        "mustSupport": true
      },
      {
        "id": "Practitioner.address",
        "path": "Practitioner.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-address"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Practitioner.gender",
        "path": "Practitioner.gender",
        "mustSupport": true
      },
      {
        "id": "Practitioner.birthDate",
        "path": "Practitioner.birthDate",
        "mustSupport": true
      },
      {
        "id": "Practitioner.qualification",
        "path": "Practitioner.qualification",
        "mustSupport": true
      },
      {
        "id": "Practitioner.communication",
        "path": "Practitioner.communication",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-codeableconcept"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}