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

FHIR IG Statistics: CodeSystem/procedure-performerRole

Packagesappatientmanagement.sap_ish_r4_gen
Resource TypeCodeSystem
Idprocedure-performerRole
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=sappatientmanagement.sap_ish_r4_gen@2.0.5&canonical=http://sap.com/healthcare/fhir/CodeSystem/procedure-performerRole
URLhttp://sap.com/healthcare/fhir/CodeSystem/procedure-performerRole
Version1.0
Statusactive
Date2022-03-01
NameProcedurePerformerRole
DescriptionThis CodeSystem defines the codes for the procedure performer role as they are defined in SAP Patient Management.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "procedure-performerRole",
  "url": "http://sap.com/healthcare/fhir/CodeSystem/procedure-performerRole",
  "version": "1.0",
  "name": "ProcedurePerformerRole",
  "status": "active",
  "date": "2022-03-01",
  "publisher": "SAP SE",
  "description": "This CodeSystem defines the codes for the procedure performer role as they are defined in SAP Patient Management.",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "DeptOU",
      "display": "Departmental Organizational Unit of Procedure",
      "definition": "The organizational unit with departmental responsibility for the procedure."
    },
    {
      "code": "TreatOU",
      "display": "Treatment Organizational Unit of Procedure",
      "definition": "The organizational unit that performs the procedure."
    }
  ]
}