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

FHIR IG Statistics: StructureDefinition/fmc-practitioner-role-profile

Packagefmcna.caredata.fhir.ig.r4
Resource TypeStructureDefinition
Idfmc-practitioner-role-profile
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fmcna.caredata.fhir.ig.r4@1.1.9&canonical=http://fkcfhir.org/fhir/StructureDefinition/fmc-practitioner-role-profile
URLhttp://fkcfhir.org/fhir/StructureDefinition/fmc-practitioner-role-profile
Version1.1.8
Statusactive
NameFreseniusPractitionerRole
TitleFresenius Practitioner Role Profile
DescriptionFresenius Practitioner Role Profile
TypePractitionerRole
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
us-core-practitionerroleUS Core PractitionerRole Profile
fmc-organization-profileFresenius Organization Profile
fmc-practitioner-profileFresenius Practitioner Profile
ValueSet
fmc-practitioner-role-vsFresenius Practitioner Role Value Set

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "fmc-practitioner-role-profile",
  "url": "http://fkcfhir.org/fhir/StructureDefinition/fmc-practitioner-role-profile",
  "version": "1.1.8",
  "name": "FreseniusPractitionerRole",
  "title": "Fresenius Practitioner Role Profile",
  "status": "active",
  "description": "Fresenius Practitioner Role Profile",
  "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": "PractitionerRole",
  "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole.identifier",
        "path": "PractitionerRole.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "base": {
          "path": "Practitioner.identifier",
          "min": 1,
          "max": "*"
        },
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.identifier:PRACIdentifier",
        "path": "PractitionerRole.identifier",
        "sliceName": "PRACIdentifier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.identifier:PRACIdentifier.system",
        "path": "PractitionerRole.identifier.system",
        "min": 1,
        "patternUri": "urn:oid:2.16.840.1.113883.3.7418.10.1"
      },
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "short": "Reference to FreseniusPractitioner",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fkcfhir.org/fhir/StructureDefinition/fmc-practitioner-profile"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.organization",
        "path": "PractitionerRole.organization",
        "short": "Reference to FreseniusOrganization",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fkcfhir.org/fhir/StructureDefinition/fmc-organization-profile"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.code",
        "path": "PractitionerRole.code",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://fkcfhir.org/fhir/ValueSet/fmc-practitioner-role-vs"
        }
      }
    ]
  }
}