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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-practitionerrole.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole
Statusactive
NamePractitionerRole
TypePractitionerRole
Kindresource

Resources that use this resource

StructureDefinition
profile-careteamCareTeam
profile-summarynotesComposition
profile-cr-diagnosticreportDiagnosticReport
profile-flagFlag
profile-list-medicationstatementPatientMedicationList
profile-medicationstatementMedicationStatement
profile-otnotesOTNotes
profile-radiologyreportRadiologyReport
profile-referralReferral
profile-sn-referralrequestReferralRequest

Resources that this resource uses

StructureDefinition
profile-codeableconceptCodeableConcept
profile-healthcareserviceHealthcareService
profile-identifierIdentifier
profile-locationLocation
profile-organizationOrganization
profile-practitionerPractitioner

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole",
  "name": "PractitionerRole",
  "status": "active",
  "fhirVersion": "5.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"
      },
      {
        "id": "PractitionerRole.period",
        "path": "PractitionerRole.period",
        "max": "0"
      },
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.practitioner.id",
        "path": "PractitionerRole.practitioner.id",
        "max": "0"
      },
      {
        "id": "PractitionerRole.practitioner.reference",
        "path": "PractitionerRole.practitioner.reference",
        "max": "0"
      },
      {
        "id": "PractitionerRole.practitioner.type",
        "path": "PractitionerRole.practitioner.type",
        "min": 1,
        "fixedUri": "Practitioner"
      },
      {
        "id": "PractitionerRole.practitioner.identifier",
        "path": "PractitionerRole.practitioner.identifier",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.practitioner.identifier.system",
        "path": "PractitionerRole.practitioner.identifier.system",
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/mcr"
      },
      {
        "id": "PractitionerRole.organization",
        "path": "PractitionerRole.organization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-organization"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.organization.id",
        "path": "PractitionerRole.organization.id",
        "max": "0"
      },
      {
        "id": "PractitionerRole.organization.reference",
        "path": "PractitionerRole.organization.reference",
        "max": "0"
      },
      {
        "id": "PractitionerRole.organization.type",
        "path": "PractitionerRole.organization.type",
        "min": 1,
        "fixedUri": "Organization"
      },
      {
        "id": "PractitionerRole.organization.identifier",
        "path": "PractitionerRole.organization.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.organization.identifier.system",
        "path": "PractitionerRole.organization.identifier.system",
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/hci-code"
      },
      {
        "id": "PractitionerRole.code",
        "path": "PractitionerRole.code",
        "short": "Concept - reference to a terminology or just  text",
        "definition": "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.specialty",
        "path": "PractitionerRole.specialty",
        "short": "Concept - reference to a terminology or just  text",
        "definition": "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.location",
        "path": "PractitionerRole.location",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-location"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.healthcareService",
        "path": "PractitionerRole.healthcareService",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-healthcareservice"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.contact",
        "path": "PractitionerRole.contact",
        "max": "0"
      },
      {
        "id": "PractitionerRole.contact.id",
        "path": "PractitionerRole.contact.id",
        "max": "0"
      },
      {
        "id": "PractitionerRole.contact.extension",
        "path": "PractitionerRole.contact.extension",
        "max": "0"
      },
      {
        "id": "PractitionerRole.contact.purpose",
        "path": "PractitionerRole.contact.purpose",
        "max": "0"
      },
      {
        "id": "PractitionerRole.contact.name",
        "path": "PractitionerRole.contact.name",
        "max": "0"
      },
      {
        "id": "PractitionerRole.contact.telecom",
        "path": "PractitionerRole.contact.telecom",
        "min": 1,
        "max": "1"
      },
      {
        "id": "PractitionerRole.contact.telecom.id",
        "path": "PractitionerRole.contact.telecom.id",
        "max": "0"
      },
      {
        "id": "PractitionerRole.contact.telecom.extension",
        "path": "PractitionerRole.contact.telecom.extension",
        "max": "0"
      },
      {
        "id": "PractitionerRole.contact.telecom.system",
        "path": "PractitionerRole.contact.telecom.system",
        "min": 1
      },
      {
        "id": "PractitionerRole.contact.telecom.value",
        "path": "PractitionerRole.contact.telecom.value",
        "min": 1
      },
      {
        "id": "PractitionerRole.contact.telecom.rank",
        "path": "PractitionerRole.contact.telecom.rank",
        "max": "0"
      },
      {
        "id": "PractitionerRole.contact.telecom.period",
        "path": "PractitionerRole.contact.telecom.period",
        "max": "0"
      },
      {
        "id": "PractitionerRole.contact.address",
        "path": "PractitionerRole.contact.address",
        "max": "0"
      },
      {
        "id": "PractitionerRole.contact.organization",
        "path": "PractitionerRole.contact.organization",
        "max": "0"
      },
      {
        "id": "PractitionerRole.contact.period",
        "path": "PractitionerRole.contact.period",
        "max": "0"
      },
      {
        "id": "PractitionerRole.characteristic",
        "path": "PractitionerRole.characteristic",
        "max": "0"
      },
      {
        "id": "PractitionerRole.communication",
        "path": "PractitionerRole.communication",
        "max": "0"
      },
      {
        "id": "PractitionerRole.availability",
        "path": "PractitionerRole.availability",
        "max": "0"
      }
    ]
  }
}