description: Patient Resource profile for Central Cancer Registry Reporting based off the US Public Health Patient profile with further restrictions on identifiers. package_name: hl7.fhir.us.central derivation: constraint name: CancerPatient type: Patient elements: identifier: mustSupport: true array: true min: 1 index: 0 slicing: rules: open discriminator: - {path: type.coding.system, type: value} - {path: type.coding.code, type: value} min: 1 slices: MedicareIdentifier: match: type: coding: {system: 'http://terminology.hl7.org/CodeSystem/v2-0203', code: MC} schema: mustSupport: true index: 1 elements: type: type: CodeableConcept mustSupport: true index: 2 elements: coding: mustSupport: true index: 3 elements: system: type: uri pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'} mustSupport: true index: 4 code: type: code pattern: {type: Code, value: MC} mustSupport: true index: 5 required: [system, code] required: [coding] required: [type] MedicaidIdentifier: match: type: coding: {system: 'http://terminology.hl7.org/CodeSystem/v2-0203', code: MA} schema: mustSupport: true index: 6 elements: type: type: CodeableConcept mustSupport: true index: 7 elements: coding: mustSupport: true index: 8 elements: system: type: uri pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'} mustSupport: true index: 9 code: type: code pattern: {type: Code, value: MA} mustSupport: true index: 10 required: [system, code] required: [coding] required: [type] MR: match: type: coding: {system: 'http://terminology.hl7.org/CodeSystem/v2-0203', code: MR} schema: mustSupport: true array: true index: 11 elements: type: type: CodeableConcept mustSupport: true index: 12 elements: coding: mustSupport: true index: 13 elements: system: type: uri pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'} mustSupport: true index: 14 code: type: code pattern: {type: Code, value: MR} mustSupport: true index: 15 required: [system, code] required: [coding] required: [type] SSNIdentifier: match: type: coding: {system: 'http://terminology.hl7.org/CodeSystem/v2-0203', code: SS} schema: mustSupport: true index: 16 elements: type: type: CodeableConcept mustSupport: true index: 17 elements: coding: mustSupport: true index: 18 elements: system: type: uri pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'} mustSupport: true index: 19 code: type: code pattern: {type: Code, value: SS} mustSupport: true index: 20 required: [system, code] required: [coding] required: [type] maritalStatus: {mustSupport: true, index: 21} generalPractitioner: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner'] index: 22 managingOrganization: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization'] index: 23 package_version: cancer-registry-reporting-0.1.0 class: profile kind: resource url: http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/cancer-patient base: http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/us-ph-patient version: 0.1.0 required: [identifier]