PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.cpg@2.0.0-ballot
    http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-location
description: CPG location represents the minimum expectations for communicating location information as part of a CPG case
package_name: hl7.fhir.uv.cpg
derivation: constraint
name: CPGLocation
type: Location
elements:
  status: {mustSupport: true, index: 0}
  name: {mustSupport: true, index: 1}
  mode:
    pattern: {type: Code, value: instance}
    mustSupport: true
    index: 2
  type: {mustSupport: true, index: 3}
  managingOrganization:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-organization']
    index: 4
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-location
base: http://hl7.org/fhir/StructureDefinition/Location
version: 2.0.0-ballot
required: [mode, name, status, type]