description: The Portable Medical Order Care Plan. package_name: hl7.fhir.us.pacio-adi derivation: constraint name: ADIPMOCarePlan type: CarePlan elements: status: pattern: {type: code, value: active} type: code index: 0 intent: pattern: {type: code, value: order} type: code index: 1 category: index: 2 slicing: rules: open ordered: false description: Slice based on $this value discriminator: - {path: $this, type: value} min: null slices: portable_medical_order: match: coding: - {code: 93037-0, system: 'http://loinc.org', display: Portable medical order form} schema: mustSupport: true pattern: type: CodeableConcept value: coding: - {code: 93037-0, system: 'http://loinc.org', display: Portable medical order form} _required: true type: CodeableConcept index: 3 min: 1 max: 1 subject: type: Reference refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient'] index: 4 addresses: {mustSupport: true, index: 5} activity: elements: reference: type: Reference refers: ['http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOServiceRequest'] index: 6 package_version: 2.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOCarePlan base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan version: 2.0.0-ballot