FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/7ed76370-2d3d-440f-b2e6-adf193260084

Packagenhn.fhir.no.kjernejournal
Resource TypeStructureDefinition
Id7ed76370-2d3d-440f-b2e6-adf193260084
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nhn.fhir.no.kjernejournal@1.0.1&canonical=http://nhn.no/kj/fhir/StructureDefinition/KjPractitionerRole
URLhttp://nhn.no/kj/fhir/StructureDefinition/KjPractitionerRole
Statusdraft
Date2019-12-04T09:23:30.820323Z
NameKjPractitionerRole
TypePractitionerRole
Kindresource

Resources that use this resource

StructureDefinition
KjAllergyIntoleranceKjAllergyIntolerance
KjConditionComplicationsOfAnesthesiaKjConditionComplicationsOfAnesthesia
KjConditionCriticalMedicalConditionKjConditionCriticalMedicalCondition
KjConditionInfectionKjConditionInfection
KjConditionTransplantsAndOtherForeignBodiesKjConditionTransplantsAndOtherForeignBodies
KjConsentKjConsent
KjDeviceUseStatementKjDeviceUseStatement
KjFlagKjFlag
KjProcedureKjProcedure
KjUpdaterKjUpdater
KjVerifierKjVerifier

Resources that this resource uses

StructureDefinition
no-basis-Organizationno-basis-Organization
no-basis-Practitionerno-basis-Practitioner
ValueSet
CategoriesOfHealthProfessionalsCategories of Health Professionals

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "7ed76370-2d3d-440f-b2e6-adf193260084",
  "meta": {
    "versionId": "11",
    "lastUpdated": "2019-12-04T09:23:31.185+00:00"
  },
  "url": "http://nhn.no/kj/fhir/StructureDefinition/KjPractitionerRole",
  "name": "KjPractitionerRole",
  "status": "draft",
  "date": "2019-12-04T09:23:30.820323Z",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "PractitionerRole",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole.identifier",
        "path": "PractitionerRole.identifier",
        "max": "0"
      },
      {
        "id": "PractitionerRole.active",
        "path": "PractitionerRole.active",
        "max": "0",
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.period",
        "path": "PractitionerRole.period",
        "max": "0"
      },
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.no/fhir/StructureDefinition/no-basis-Practitioner"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.organization",
        "path": "PractitionerRole.organization",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.no/fhir/StructureDefinition/no-basis-Organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.code",
        "path": "PractitionerRole.code",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "preferred",
          "valueSet": "http://nhn.no/kj/fhir/ValueSet/CategoriesOfHealthProfessionals"
        }
      },
      {
        "id": "PractitionerRole.code.coding",
        "path": "PractitionerRole.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "PractitionerRole.code.coding:categoriesOfHealthProfessionals",
        "path": "PractitionerRole.code.coding",
        "sliceName": "categoriesOfHealthProfessionals",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://nhn.no/kj/fhir/ValueSet/CategoriesOfHealthProfessionals"
        }
      },
      {
        "id": "PractitionerRole.code.coding:categoriesOfHealthProfessionals.system",
        "path": "PractitionerRole.code.coding.system",
        "fixedUri": "http://nhn.no/kj/fhir/CodeSystem/CategoriesOfHealthProfessionals"
      },
      {
        "id": "PractitionerRole.code.text",
        "path": "PractitionerRole.code.text",
        "max": "0"
      },
      {
        "id": "PractitionerRole.specialty",
        "path": "PractitionerRole.specialty",
        "max": "0"
      },
      {
        "id": "PractitionerRole.location",
        "path": "PractitionerRole.location",
        "max": "0"
      },
      {
        "id": "PractitionerRole.healthcareService",
        "path": "PractitionerRole.healthcareService",
        "max": "0"
      },
      {
        "id": "PractitionerRole.telecom",
        "path": "PractitionerRole.telecom",
        "max": "0"
      },
      {
        "id": "PractitionerRole.availableTime",
        "path": "PractitionerRole.availableTime",
        "max": "0"
      },
      {
        "id": "PractitionerRole.notAvailable",
        "path": "PractitionerRole.notAvailable",
        "max": "0"
      },
      {
        "id": "PractitionerRole.availabilityExceptions",
        "path": "PractitionerRole.availabilityExceptions",
        "max": "0"
      },
      {
        "id": "PractitionerRole.endpoint",
        "path": "PractitionerRole.endpoint",
        "max": "0"
      }
    ]
  }
}