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

FHIR IG Statistics: StructureDefinition/2.16.840.1.113883.10.20.22.4.32

Packagehl7.cda.us.ccdar2dot2
TypeStructureDefinition
Id2.16.840.1.113883.10.20.22.4.32
FHIR VersionR4
Sourcehttp://hl7.org/cda/us/ccda/https://build.fhir.org/ig/HL7/CDA-ccda-2.2/StructureDefinition-2.16.840.1.113883.10.20.22.4.32.html
URLhttp://hl7.org/fhir/cda/ccda/StructureDefinition/2.16.840.1.113883.10.20.22.4.32
Version2.2
Statusactive
Date2022-05-13T15:50:12+00:00
NameServiceDeliveryLocation
TitleService Delivery Location
Realmus
Authorityhl7
DescriptionThis clinical statement represents the location of a service event where an act, observation or procedure took place.
TypeParticipantRole
Kindresource

Resources that use this resource

StructureDefinition
2.16.840.1.113883.10.20.22.4.12Procedure Activity Act
2.16.840.1.113883.10.20.22.4.13Procedure Activity Observation
2.16.840.1.113883.10.20.22.4.14Procedure Activity Procedure
2.16.840.1.113883.10.20.22.4.40Planned Encounter
2.16.840.1.113883.10.20.22.4.49Encounter Activity

Resources that this resource uses

ValueSet
2.16.840.1.113883.1.11.20275HealthcareServiceLocation

Narrative

Note: links and images are rebased to the (stated) source

NameFlagsCard.TypeDescription & Constraintsdoco
.. ParticipantRole 1..1CDAR2.ParticipantRole
... classCode 1..1codeRequired Pattern: SDLOC
... Slices for templateId 0..*IISlice: Unordered, Open by value:root
.... templateId:primary 1..1II
..... root 1..1stringRequired Pattern: 2.16.840.1.113883.10.20.22.4.32
... code 1..1CEBinding: HealthcareServiceLocation (required)
... addr 0..*AD
... telecom 0..*TEL
... playingEntity 0..1PlayingEntity
.... classCode 1..1codeRequired Pattern: PLC
.... name 0..1EN

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "2.16.840.1.113883.10.20.22.4.32",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/cda/ccda/StructureDefinition/2.16.840.1.113883.10.20.22.4.32",
  "identifier": [
    {
      "value": "urn:oid:2.16.840.1.113883.10.20.22.4.32"
    }
  ],
  "version": "2.2",
  "name": "ServiceDeliveryLocation",
  "title": "Service Delivery Location",
  "status": "active",
  "date": "2022-05-13T15:50:12+00:00",
  "publisher": "Health Level Seven",
  "contact": [
    {
      "name": "HL7 International - Structured Documents",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/structure"
        }
      ]
    }
  ],
  "description": "This clinical statement represents the location of a service event where an act, observation or procedure took place.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "ParticipantRole",
  "baseDefinition": "http://hl7.org/fhir/cda/StructureDefinition/ParticipantRole",
  "derivation": "constraint",
  "snapshot": {
    "element": [
      {
        "id": "ParticipantRole",
        "path": "ParticipantRole",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "ParticipantRole.classCode",
        "path": "ParticipantRole.classCode",
        "representation": [
          "xmlAttr"
        ],
        "requirements": "SHALL contain exactly one [1..1] @classCode=\"SDLOC\" (CodeSystem: HL7RoleCode urn:oid:2.16.840.1.113883.5.111 STATIC) (CONF:81-7758).",
        "min": 1,
        "max": "1",
        "base": {
          "path": "ParticipantRole.classCode",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ROL",
        "patternCode": "SDLOC",
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassRoot"
        }
      },
      {
        "id": "ParticipantRole.templateId",
        "path": "ParticipantRole.templateId",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "root"
            }
          ],
          "rules": "open"
        },
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "base": {
          "path": "ParticipantRole.templateId",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/II"
          }
        ]
      },
      {
        "id": "ParticipantRole.templateId:primary",
        "path": "ParticipantRole.templateId",
        "sliceName": "primary",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "requirements": "SHALL contain exactly one [1..1] templateId (CONF:81-7635) such that it",
        "min": 1,
        "max": "1",
        "base": {
          "path": "ParticipantRole.templateId",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/II"
          }
        ]
      },
      {
        "id": "ParticipantRole.templateId:primary.nullFlavor",
        "path": "ParticipantRole.templateId.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ANY.nullFlavor",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-NullFlavor"
        }
      },
      {
        "id": "ParticipantRole.templateId:primary.assigningAuthorityName",
        "path": "ParticipantRole.templateId.assigningAuthorityName",
        "representation": [
          "xmlAttr"
        ],
        "label": "Assigning Authority Name",
        "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "II.assigningAuthorityName",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ParticipantRole.templateId:primary.displayable",
        "path": "ParticipantRole.templateId.displayable",
        "representation": [
          "xmlAttr"
        ],
        "label": "Displayable",
        "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "II.displayable",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "ParticipantRole.templateId:primary.root",
        "path": "ParticipantRole.templateId.root",
        "representation": [
          "xmlAttr"
        ],
        "label": "Root",
        "definition": "A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier.",
        "requirements": "SHALL contain exactly one [1..1] @root=\"2.16.840.1.113883.10.20.22.4.32\" (CONF:81-10524).",
        "min": 1,
        "max": "1",
        "base": {
          "path": "II.root",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "patternString": "2.16.840.1.113883.10.20.22.4.32"
      },
      {
        "id": "ParticipantRole.templateId:primary.extension",
        "path": "ParticipantRole.templateId.extension",
        "representation": [
          "xmlAttr"
        ],
        "label": "Extension",
        "definition": "A character string as a unique identifier within the scope of the identifier root.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "II.extension",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ParticipantRole.id",
        "path": "ParticipantRole.id",
        "min": 0,
        "max": "*",
        "base": {
          "path": "ParticipantRole.id",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/II"
          }
        ]
      },
      {
        "id": "ParticipantRole.sdtcIdentifiedBy",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-xml-name",
            "valueString": "identifiedBy"
          }
        ],
        "path": "ParticipantRole.sdtcIdentifiedBy",
        "min": 0,
        "max": "*",
        "base": {
          "path": "ParticipantRole.sdtcIdentifiedBy",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/IdentifiedBy"
          }
        ]
      },
      {
        "id": "ParticipantRole.code",
        "path": "ParticipantRole.code",
        "requirements": "SHALL contain exactly one [1..1] code, which SHALL be selected from ValueSet HealthcareServiceLocation urn:oid:2.16.840.1.113883.1.11.20275 DYNAMIC (CONF:81-16850).",
        "min": 1,
        "max": "1",
        "base": {
          "path": "ParticipantRole.code",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/CE"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.20275"
        }
      },
      {
        "id": "ParticipantRole.addr",
        "path": "ParticipantRole.addr",
        "requirements": "SHOULD contain zero or more [0..*] addr (CONF:81-7760).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "ParticipantRole.addr",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/AD"
          }
        ]
      },
      {
        "id": "ParticipantRole.telecom",
        "path": "ParticipantRole.telecom",
        "requirements": "SHOULD contain zero or more [0..*] telecom (CONF:81-7761).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "ParticipantRole.telecom",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/TEL"
          }
        ]
      },
      {
        "id": "ParticipantRole.playingDevice",
        "path": "ParticipantRole.playingDevice",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ParticipantRole.playingDevice",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/Device"
          }
        ]
      },
      {
        "id": "ParticipantRole.playingEntity",
        "path": "ParticipantRole.playingEntity",
        "requirements": "MAY contain zero or one [0..1] playingEntity (CONF:81-7762).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ParticipantRole.playingEntity",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/PlayingEntity"
          }
        ]
      },
      {
        "id": "ParticipantRole.playingEntity.classCode",
        "path": "ParticipantRole.playingEntity.classCode",
        "representation": [
          "xmlAttr"
        ],
        "requirements": "The playingEntity, if present, SHALL contain exactly one [1..1] @classCode=\"PLC\" (CodeSystem: HL7EntityClass urn:oid:2.16.840.1.113883.5.41 STATIC) (CONF:81-7763).",
        "min": 1,
        "max": "1",
        "base": {
          "path": "PlayingEntity.classCode",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ENT",
        "patternCode": "PLC",
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassRoot"
        }
      },
      {
        "id": "ParticipantRole.playingEntity.determinerCode",
        "path": "ParticipantRole.playingEntity.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "base": {
          "path": "PlayingEntity.determinerCode",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer"
        }
      },
      {
        "id": "ParticipantRole.playingEntity.templateId",
        "path": "ParticipantRole.playingEntity.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "base": {
          "path": "PlayingEntity.templateId",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/II"
          }
        ]
      },
      {
        "id": "ParticipantRole.playingEntity.code",
        "path": "ParticipantRole.playingEntity.code",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlayingEntity.code",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityCode"
        }
      },
      {
        "id": "ParticipantRole.playingEntity.quantity",
        "path": "ParticipantRole.playingEntity.quantity",
        "min": 0,
        "max": "*",
        "base": {
          "path": "PlayingEntity.quantity",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/PQ"
          }
        ]
      },
      {
        "id": "ParticipantRole.playingEntity.name",
        "path": "ParticipantRole.playingEntity.name",
        "requirements": "The playingEntity, if present, MAY contain zero or one [0..1] name (CONF:81-16037).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlayingEntity.name",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/EN"
          }
        ]
      },
      {
        "id": "ParticipantRole.playingEntity.desc",
        "path": "ParticipantRole.playingEntity.desc",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlayingEntity.desc",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/ED"
          }
        ]
      },
      {
        "id": "ParticipantRole.scopingEntity",
        "path": "ParticipantRole.scopingEntity",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ParticipantRole.scopingEntity",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/Entity"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "ParticipantRole",
        "path": "ParticipantRole"
      },
      {
        "id": "ParticipantRole.classCode",
        "path": "ParticipantRole.classCode",
        "requirements": "SHALL contain exactly one [1..1] @classCode=\"SDLOC\" (CodeSystem: HL7RoleCode urn:oid:2.16.840.1.113883.5.111 STATIC) (CONF:81-7758).",
        "min": 1,
        "max": "1",
        "patternCode": "SDLOC"
      },
      {
        "id": "ParticipantRole.templateId",
        "path": "ParticipantRole.templateId",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "root"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "ParticipantRole.templateId:primary",
        "path": "ParticipantRole.templateId",
        "sliceName": "primary",
        "requirements": "SHALL contain exactly one [1..1] templateId (CONF:81-7635) such that it",
        "min": 1,
        "max": "1"
      },
      {
        "id": "ParticipantRole.templateId:primary.root",
        "path": "ParticipantRole.templateId.root",
        "requirements": "SHALL contain exactly one [1..1] @root=\"2.16.840.1.113883.10.20.22.4.32\" (CONF:81-10524).",
        "min": 1,
        "max": "1",
        "patternString": "2.16.840.1.113883.10.20.22.4.32"
      },
      {
        "id": "ParticipantRole.code",
        "path": "ParticipantRole.code",
        "requirements": "SHALL contain exactly one [1..1] code, which SHALL be selected from ValueSet HealthcareServiceLocation urn:oid:2.16.840.1.113883.1.11.20275 DYNAMIC (CONF:81-16850).",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.20275"
        }
      },
      {
        "id": "ParticipantRole.addr",
        "path": "ParticipantRole.addr",
        "requirements": "SHOULD contain zero or more [0..*] addr (CONF:81-7760).",
        "min": 0,
        "max": "*"
      },
      {
        "id": "ParticipantRole.telecom",
        "path": "ParticipantRole.telecom",
        "requirements": "SHOULD contain zero or more [0..*] telecom (CONF:81-7761).",
        "min": 0,
        "max": "*"
      },
      {
        "id": "ParticipantRole.playingEntity",
        "path": "ParticipantRole.playingEntity",
        "requirements": "MAY contain zero or one [0..1] playingEntity (CONF:81-7762).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "ParticipantRole.playingEntity.classCode",
        "path": "ParticipantRole.playingEntity.classCode",
        "requirements": "The playingEntity, if present, SHALL contain exactly one [1..1] @classCode=\"PLC\" (CodeSystem: HL7EntityClass urn:oid:2.16.840.1.113883.5.41 STATIC) (CONF:81-7763).",
        "min": 1,
        "max": "1",
        "patternCode": "PLC"
      },
      {
        "id": "ParticipantRole.playingEntity.name",
        "path": "ParticipantRole.playingEntity.name",
        "requirements": "The playingEntity, if present, MAY contain zero or one [0..1] name (CONF:81-16037).",
        "min": 0,
        "max": "1"
      }
    ]
  }
}