PackagesCanonicalsLogsProblems
    Packages
    fhir.argonaut.r2@1.0.0
    http://fhir.org/guides/argonaut/StructureDefinition/argo-careplan
{
  "description": null,
  "_filename": "StructureDefinition-argo-careplan.json",
  "package_name": "fhir.argonaut.r2",
  "date": "2016-10-18T00:00:00+11:00",
  "publisher": "Argonaut Project",
  "fhirVersion": "1.0.2",
  "name": "Argonaut CarePlan Profile",
  "mapping": [ {
    "uri": "http://unknown.org/US Core (STU3)",
    "name": "US Core (STU3)",
    "identity": "us-core-(stu3)"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/w5",
    "name": "W5 Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2",
    "identity": "v2"
  } ],
  "abstract": false,
  "type": null,
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.0.0",
  "snapshot": {
    "element": [ {
      "path": "CarePlan",
      "min": 0,
      "definition": "Healthcare plan for patient or group.",
      "isModifier": false,
      "short": "Argonaut CarePlan Profile",
      "name": "argoprofile",
      "mapping": [ {
        "map": "Act[classCode=PCPR, moodCode=INT]",
        "identity": "rim"
      }, {
        "map": "clinical.careprovision",
        "identity": "w5"
      }, {
        "map": "CarePlan",
        "identity": "us-core-(stu3)"
      } ],
      "type": [ {
        "code": "CarePlan"
      } ],
      "mustSupport": false,
      "alias": [ "Care Team" ],
      "max": "*",
      "id": "CarePlan:argoprofile",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.id",
      "min": 0,
      "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
      "isModifier": false,
      "short": "Logical id of this artifact",
      "name": "CarePlan:argoprofile.id",
      "comments": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation. Bundles always have an id, though it is usually a generated UUID.",
      "type": [ {
        "code": "id"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.id",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.id"
      },
      "isSummary": true
    }, {
      "path": "CarePlan.meta",
      "min": 0,
      "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
      "isModifier": false,
      "short": "Metadata about the resource",
      "name": "CarePlan:argoprofile.meta",
      "type": [ {
        "code": "Meta"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.meta",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.meta"
      },
      "isSummary": true
    }, {
      "path": "CarePlan.implicitRules",
      "min": 0,
      "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
      "isModifier": true,
      "short": "A set of rules under which this content was created",
      "name": "CarePlan:argoprofile.implicitRules",
      "comments": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible.",
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.implicitRules",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.implicitRules"
      },
      "isSummary": true
    }, {
      "path": "CarePlan.language",
      "min": 0,
      "definition": "The base language in which the resource is written.",
      "isModifier": false,
      "short": "Language of the resource content",
      "name": "CarePlan:argoprofile.language",
      "comments": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource  Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "required",
        "description": "A human language.",
        "valueSetUri": "http://tools.ietf.org/html/bcp47"
      },
      "max": "1",
      "id": "CarePlan:argoprofile.language",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.language"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.text",
      "min": 1,
      "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
      "isModifier": false,
      "short": "Text summary of the resource, for human interpretation",
      "name": "CarePlan:argoprofile.text",
      "comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative.",
      "mapping": [ {
        "map": "Act.text?",
        "identity": "rim"
      }, {
        "map": "CarePlan.text",
        "identity": "us-core-(stu3)"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "mustSupport": true,
      "alias": [ "narrative", "html", "xhtml", "display" ],
      "max": "1",
      "id": "CarePlan:argoprofile.text",
      "condition": [ "dom-1" ],
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.text"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.text.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references).",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "name": "CarePlan:argoprofile.text.id",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "id"
      } ],
      "mustSupport": false,
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "CarePlan:argoprofile.text.id",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "Narrative.id"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.text.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional Content defined by implementations",
      "name": "CarePlan:argoprofile.text.extension",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": false,
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "CarePlan:argoprofile.text.extension",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "Narrative.extension"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.text.status",
      "min": 1,
      "definition": "generated | additional.",
      "isModifier": false,
      "short": "generated | extensions | additional | empty",
      "name": "CarePlan:argoprofile.text.status",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      }, {
        "map": "CarePlan.text.status",
        "identity": "us-core-(stu3)"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "http://fhir.org/guides/argonaut/ValueSet/narrative-status"
        }
      },
      "max": "1",
      "id": "CarePlan:argoprofile.text.status",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 1,
        "path": "Narrative.status"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "txt-2",
        "human": "The narrative SHALL have some non-whitespace content",
        "xpath": "descendant::text()[normalize-space(.)!=''] or descendant::h:img[@src]",
        "severity": "error"
      }, {
        "key": "txt-1",
        "human": "The narrative SHALL contain only the basic html formatting elements described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard,  elements (either name or href), images and internally contained style attributes",
        "xpath": "not(descendant-or-self::*[not(local-name(.)=('a', 'abbr', 'acronym', 'b', 'big', 'blockquote', 'br', 'caption', 'cite', 'code', 'col', 'colgroup', 'dd', 'dfn', 'div', 'dl', 'dt', 'em', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'hr', 'i', 'img', 'li', 'ol', 'p', 'pre', 'q', 'samp', 'small', 'span', 'strong', 'table', 'tbody', 'td', 'tfoot', 'th', 'thead', 'tr', 'tt', 'ul', 'var'))])",
        "severity": "error"
      }, {
        "key": "txt-3",
        "human": "The narrative SHALL contain only the basic html formatting attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard,  elements (either name or href), images and internally contained style attributes",
        "xpath": "not(descendant-or-self::*/@*[not(name(.)=('abbr', 'accesskey', 'align', 'alt', 'axis', 'bgcolor', 'border', 'cellhalign', 'cellpadding', 'cellspacing', 'cellvalign', 'char', 'charoff', 'charset', 'cite', 'class', 'colspan', 'compact', 'coords', 'dir', 'frame', 'headers', 'height', 'href', 'hreflang', 'hspace', 'id', 'lang', 'longdesc', 'name', 'nowrap', 'rel', 'rev', 'rowspan', 'rules', 'scope', 'shape', 'span', 'src', 'start', 'style', 'summary', 'tabindex', 'title', 'type', 'valign', 'value', 'vspace', 'width'))])",
        "severity": "error"
      } ],
      "path": "CarePlan.text.div",
      "min": 1,
      "definition": "The actual narrative content, a stripped down version of XHTML.",
      "isModifier": false,
      "short": "Limited xhtml content",
      "name": "CarePlan:argoprofile.text.div",
      "comments": "The contents of the html element are an XHTML fragment containing only the basic html formatting elements described in chapters 7-11 and 15 of the HTML 4.0 standard,  elements (either name or href), images and internally contained stylesheets. The XHTML content may not contain a head, a body, external stylesheet references, scripts, forms, base/link/xlink, frames, iframes and objects.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "xhtml"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.text.div",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 1,
        "path": "Narrative.div"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.contained",
      "min": 0,
      "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
      "isModifier": false,
      "short": "Contained, inline Resources",
      "name": "CarePlan:argoprofile.contained",
      "comments": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Resource"
      } ],
      "mustSupport": false,
      "alias": [ "inline resources", "anonymous resources", "contained resources" ],
      "max": "*",
      "id": "CarePlan:argoprofile.contained",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.contained"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional Content defined by implementations",
      "name": "CarePlan:argoprofile.extension",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": false,
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "CarePlan:argoprofile.extension",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.extension"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "name": "CarePlan:argoprofile.modifierExtension",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": false,
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "CarePlan:argoprofile.modifierExtension",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.modifierExtension"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.identifier",
      "requirements": "Need to allow connection to a wider workflow.",
      "min": 0,
      "definition": "This records identifiers associated with this care plan that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).",
      "isModifier": false,
      "short": "External Ids for this plan",
      "name": "CarePlan:argoprofile.identifier",
      "mapping": [ {
        "map": "PTH-3",
        "identity": "v2"
      }, {
        "map": ".id",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "CarePlan:argoprofile.identifier",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.identifier"
      },
      "isSummary": true
    }, {
      "path": "CarePlan.subject",
      "requirements": "Identifies the patient or group whose intended care is described by the plan.",
      "min": 1,
      "definition": "Who care plan is for.",
      "isModifier": false,
      "short": "Who care plan is for",
      "name": "CarePlan:argoprofile.subject",
      "mapping": [ {
        "map": "PID-3",
        "identity": "v2"
      }, {
        "map": ".participation[typeCode=PAT].role[classCode=PAT]",
        "identity": "rim"
      }, {
        "map": "CarePlan.subject",
        "identity": "us-core-(stu3)"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": [ "http://fhir.org/guides/argonaut/StructureDefinition/argo-patient" ]
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "CarePlan:argoprofile.subject",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.subject"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.status",
      "requirements": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.",
      "min": 1,
      "definition": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.",
      "isModifier": true,
      "short": "proposed | draft | active | completed | cancelled",
      "name": "CarePlan:argoprofile.status",
      "mapping": [ {
        "map": "PTH-5",
        "identity": "v2"
      }, {
        "map": ".statusCode planned = new active = active completed = completed",
        "identity": "rim"
      }, {
        "map": "status",
        "identity": "w5"
      }, {
        "map": "CarePlan.status",
        "identity": "us-core-(stu3)"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-status"
        }
      },
      "max": "1",
      "id": "CarePlan:argoprofile.status",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 1,
        "path": "CarePlan.status"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.context",
      "min": 0,
      "definition": "Identifies the context in which this particular CarePlan is defined.",
      "isModifier": false,
      "short": "Created in context of",
      "name": "CarePlan:argoprofile.context",
      "comments": "Activities conducted as a result of the care plan may well occur as part of other encounters/episodes.",
      "mapping": [ {
        "map": "Associated PV1",
        "identity": "v2"
      }, {
        "map": ".",
        "identity": "rim"
      }, {
        "map": "context",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" ]
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.context",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.context"
      },
      "isSummary": true
    }, {
      "path": "CarePlan.period",
      "requirements": "Allows tracking what plan(s) are in effect at a particular time.",
      "min": 0,
      "definition": "Indicates when the plan did (or is intended to) come into effect and end.",
      "isModifier": false,
      "short": "Time period plan covers",
      "name": "CarePlan:argoprofile.period",
      "comments": "Any activities scheduled as part of the plan should be constrained to the specified period.",
      "mapping": [ {
        "map": "GOL-7 / GOL-8",
        "identity": "v2"
      }, {
        "map": ".effectiveTime",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Period"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.period",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.period"
      },
      "isSummary": true
    }, {
      "path": "CarePlan.author",
      "min": 0,
      "definition": "Identifies the individual(s) or ogranization who is responsible for the content of the care plan.",
      "isModifier": false,
      "short": "Who is responsible for contents of the plan",
      "name": "CarePlan:argoprofile.author",
      "comments": "Collaborative care plans may have multiple authors.",
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ]
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "CarePlan:argoprofile.author",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.author"
      },
      "isSummary": true
    }, {
      "path": "CarePlan.modified",
      "requirements": "Indicates how current the plan is.",
      "min": 0,
      "definition": "Identifies the most recent date on which the plan has been revised.",
      "isModifier": false,
      "short": "When last updated",
      "name": "CarePlan:argoprofile.modified",
      "mapping": [ {
        "map": "PTH-6",
        "identity": "v2"
      }, {
        "map": ".participation[typeCode=AUT].time",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.modified",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.modified"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "arg-1",
        "human": "Must have a category of 'careplan' and a code system 'http://argonaut.hl7.org'",
        "xpath": "exists(f:coding/code[@value='assess-plan']) and exists(f:coding/system[@value='http://argonaut.hl7.org'])",
        "severity": "error",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-expression",
          "valueString": "where(coding.system='http://argonaut.hl7.org' and coding.code='assess-plan').exists()"
        } ]
      } ],
      "path": "CarePlan.category",
      "requirements": "Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", \"wellness plan\", etc.",
      "min": 1,
      "definition": "Type of plan.",
      "isModifier": false,
      "short": "Type of plan",
      "name": "CarePlan:argoprofile.category",
      "comments": "There may be multiple axis of categorization and one plan may serve multiple purposes.  In some cases, this may be redundant with references to CarePlan.concern.",
      "mapping": [ {
        "map": "CarePlan.category",
        "identity": "us-core-(stu3)"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "example",
        "description": "Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", etc.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-category"
        }
      },
      "max": "*",
      "id": "CarePlan:argoprofile.category",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.category"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.description",
      "requirements": "Provides more detail than conveyed by category.",
      "min": 0,
      "definition": "A description of the scope and nature of the plan.",
      "isModifier": false,
      "short": "Summary of nature of plan",
      "name": "CarePlan:argoprofile.description",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.description",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.description"
      },
      "isSummary": true
    }, {
      "path": "CarePlan.addresses",
      "requirements": "Links plan to the conditions it manages.  Also scopes plans - multiple plans may exist addressing different concerns.",
      "min": 0,
      "definition": "Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.",
      "isModifier": false,
      "short": "Health issues this plan addresses",
      "name": "CarePlan:argoprofile.addresses",
      "mapping": [ {
        "map": "PRB-4",
        "identity": "v2"
      }, {
        "map": ".actRelationship[typeCode=SUBJ].target[classCode=CONC, moodCode=EVN]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Condition" ]
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "CarePlan:argoprofile.addresses",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.addresses"
      },
      "isSummary": true
    }, {
      "path": "CarePlan.support",
      "requirements": "Identifies barriers and other considerations associated with the care plan.",
      "min": 0,
      "definition": "Identifies portions of the patient's record that specifically influenced the formation of the plan.  These might include co-morbidities, recent procedures, limitations, recent assessments, etc.",
      "isModifier": false,
      "short": "Information considered as part of plan",
      "name": "CarePlan:argoprofile.support",
      "comments": "Use \"concern\" to identify specific conditions addressed by the care plan.",
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Resource" ]
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "CarePlan:argoprofile.support",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.support"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.relatedPlan",
      "min": 0,
      "definition": "Identifies CarePlans with some sort of formal relationship to the current plan.",
      "isModifier": false,
      "short": "Plans related to this one",
      "name": "CarePlan:argoprofile.relatedPlan",
      "comments": "Relationships are uni-directional with the \"newer\" plan pointing to the older one.",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "CarePlan:argoprofile.relatedPlan",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.relatedPlan"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.relatedPlan.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references).",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "name": "CarePlan:argoprofile.relatedPlan.id",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "id"
      } ],
      "mustSupport": false,
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "CarePlan:argoprofile.relatedPlan.id",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.relatedPlan.id"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.relatedPlan.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional Content defined by implementations",
      "name": "CarePlan:argoprofile.relatedPlan.extension",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": false,
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "CarePlan:argoprofile.relatedPlan.extension",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.relatedPlan.extension"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.relatedPlan.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "name": "CarePlan:argoprofile.relatedPlan.modifierExtension",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": false,
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "CarePlan:argoprofile.relatedPlan.modifierExtension",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.relatedPlan.modifierExtension"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.relatedPlan.code",
      "min": 0,
      "definition": "Identifies the type of relationship this plan has to the target plan.",
      "isModifier": false,
      "short": "includes | replaces | fulfills",
      "name": "CarePlan:argoprofile.relatedPlan.code",
      "comments": "Read the relationship as \"this plan\" [relatedPlan.code] \"relatedPlan.plan\"; e.g. This plan includes Plan B.  Additional relationship types can be proposed for future releases or handled as extensions.",
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "required",
        "description": "Codes identifying the types of relationships between two plans.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-relationship"
        }
      },
      "max": "1",
      "id": "CarePlan:argoprofile.relatedPlan.code",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.relatedPlan.code"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.relatedPlan.plan",
      "min": 1,
      "definition": "A reference to the plan to which a relationship is asserted.",
      "isModifier": false,
      "short": "Plan relationship exists with",
      "name": "CarePlan:argoprofile.relatedPlan.plan",
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/CarePlan" ]
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.relatedPlan.plan",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 1,
        "path": "CarePlan.relatedPlan.plan"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.participant",
      "requirements": "Allows representation of care teams, helps scope care plan.  In some cases may be a determiner of access permissions.",
      "min": 0,
      "definition": "Identifies all people and organizations who are expected to be involved in the care envisioned by this plan.",
      "isModifier": false,
      "short": "Who's involved in plan?",
      "name": "CarePlan:argoprofile.participant",
      "mapping": [ {
        "map": "REL (REL.4 is always the Patient) ( or PRT?)",
        "identity": "v2"
      }, {
        "map": ".participation[typeCode=PFM]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": false,
      "alias": [ "Care Team" ],
      "max": "*",
      "id": "CarePlan:argoprofile.participant",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.participant"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.participant.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references).",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "name": "CarePlan:argoprofile.participant.id",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "id"
      } ],
      "mustSupport": false,
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "CarePlan:argoprofile.participant.id",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.participant.id"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.participant.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional Content defined by implementations",
      "name": "CarePlan:argoprofile.participant.extension",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": false,
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "CarePlan:argoprofile.participant.extension",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.participant.extension"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.participant.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "name": "CarePlan:argoprofile.participant.modifierExtension",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": false,
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "CarePlan:argoprofile.participant.modifierExtension",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.participant.modifierExtension"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.participant.role",
      "min": 0,
      "definition": "Indicates specific responsibility of an individual within the care plan; e.g. \"Primary physician\", \"Team coordinator\", \"Caregiver\", etc.",
      "isModifier": false,
      "short": "Type of involvement",
      "name": "CarePlan:argoprofile.participant.role",
      "comments": "Roles may sometimes be inferred by type of Practitioner.  These are relationships that hold only within the context of the care plan.  General relationships should be handled as properties of the Patient resource directly.",
      "mapping": [ {
        "map": "REL.2 (or PRT-4?)",
        "identity": "v2"
      }, {
        "map": ".functionCode",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "example",
        "description": "Indicates specific responsibility of an individual within the care plan; e.g. \"Primary physician\", \"Team coordinator\", \"Caregiver\", etc.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/participant-role"
        }
      },
      "max": "1",
      "id": "CarePlan:argoprofile.participant.role",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.participant.role"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.participant.member",
      "min": 0,
      "definition": "The specific person or organization who is participating/expected to participate in the care plan.",
      "isModifier": false,
      "short": "Who is involved",
      "name": "CarePlan:argoprofile.participant.member",
      "comments": "Patient only needs to be listed if they have a role other than \"subject of care\".  Member is optional because some participants may be known only by their role, particularly in draft plans.",
      "mapping": [ {
        "map": "REL.5 (or PRT-5 : ( PRV-4 {provider participations} ) / PRT-5 : ( PRV-4  {non-provider person participations} ) / PRT-5 : ( PRV-4 = (patient non-subject of care) ) / PRT-8?)",
        "identity": "v2"
      }, {
        "map": ".role",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ]
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.participant.member",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.participant.member"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.goal",
      "requirements": "Provides context for plan.  Allows plan effectiveness to be evaluated by clinicians.",
      "min": 0,
      "definition": "Describes the intended objective(s) of carrying out the care plan.",
      "isModifier": false,
      "short": "Desired outcome of plan",
      "name": "CarePlan:argoprofile.goal",
      "comments": "Goal can be achieving a particular change or merely maintaining a current state or even slowing a decline.",
      "mapping": [ {
        "map": "GOL.1",
        "identity": "v2"
      }, {
        "map": ".outboundRelationship[typeCode<=OBJ].",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Goal" ]
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "CarePlan:argoprofile.goal",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.goal"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "cpl-3",
        "human": "Provide a reference or detail, not both",
        "xpath": "not(exists(f:detail)) or not(exists(f:reference))",
        "severity": "error"
      } ],
      "path": "CarePlan.activity",
      "requirements": "Allows systems to prompt for performance of planned activities, and validate plans against best practice.",
      "min": 0,
      "definition": "Identifies a planned action to occur as part of the plan.  For example, a medication to be used, lab tests to perform, self-monitoring, education, etc.",
      "isModifier": false,
      "short": "Action to occur as part of plan",
      "name": "CarePlan:argoprofile.activity",
      "mapping": [ {
        "map": ".outboundRelationship[typeCode=COMP].target",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "CarePlan:argoprofile.activity",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.activity"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references).",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "name": "CarePlan:argoprofile.activity.id",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "id"
      } ],
      "mustSupport": false,
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "CarePlan:argoprofile.activity.id",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.id"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional Content defined by implementations",
      "name": "CarePlan:argoprofile.activity.extension",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": false,
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "CarePlan:argoprofile.activity.extension",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.activity.extension"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "name": "CarePlan:argoprofile.activity.modifierExtension",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": false,
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "CarePlan:argoprofile.activity.modifierExtension",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.activity.modifierExtension"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.actionResulting",
      "requirements": "Links plan to resulting actions.",
      "min": 0,
      "definition": "Resources that describe follow-on actions resulting from the plan, such as drug prescriptions, encounter records, appointments, etc.",
      "isModifier": false,
      "short": "Appointments, orders, etc.",
      "name": "CarePlan:argoprofile.activity.actionResulting",
      "mapping": [ {
        "map": ".inboundRelationship[typeCode=FLFS].source",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Resource" ]
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "CarePlan:argoprofile.activity.actionResulting",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.activity.actionResulting"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.progress",
      "requirements": "Can be used to capture information about adherence, progress, concerns, etc.",
      "min": 0,
      "definition": "Notes about the adherence/status/progress of the activity.",
      "isModifier": false,
      "short": "Comments about the activity status/progress",
      "name": "CarePlan:argoprofile.activity.progress",
      "comments": "This element should NOT be used to describe the activity to be performed - that occurs either within the resource pointed to by activity.detail.reference or in activity.detail.description.",
      "mapping": [ {
        "map": "NTE?",
        "identity": "v2"
      }, {
        "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Annotation"
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "CarePlan:argoprofile.activity.progress",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.activity.progress"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.reference",
      "requirements": "Details in a form consistent with other applications and contexts of use.",
      "min": 0,
      "definition": "The details of the proposed activity represented in a specific resource.",
      "isModifier": false,
      "short": "Activity details defined in specific resource",
      "name": "CarePlan:argoprofile.activity.reference",
      "mapping": [ {
        "map": ".outboundRelationship[typeCode=COMP].target",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Appointment" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/DeviceUseRequest" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/DiagnosticOrder" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/MedicationOrder" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/NutritionOrder" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Order" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/ProcedureRequest" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/ProcessRequest" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/ReferralRequest" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/SupplyRequest" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/VisionPrescription" ]
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.activity.reference",
      "condition": [ "cpl-3" ],
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.reference"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail",
      "requirements": "Details in a simple form for generic care plan systems.",
      "min": 0,
      "definition": "A simple summary of a planned activity suitable for a general care plan system (e.g. form driven) that doesn't know about specific resources such as procedure etc.",
      "isModifier": false,
      "short": "In-line definition of activity",
      "name": "CarePlan:argoprofile.activity.detail",
      "mapping": [ {
        "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.activity.detail",
      "condition": [ "cpl-3" ],
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.detail"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references).",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "name": "CarePlan:argoprofile.activity.detail.id",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "id"
      } ],
      "mustSupport": false,
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "CarePlan:argoprofile.activity.detail.id",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.detail.id"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional Content defined by implementations",
      "name": "CarePlan:argoprofile.activity.detail.extension",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": false,
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "CarePlan:argoprofile.activity.detail.extension",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.activity.detail.extension"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "name": "CarePlan:argoprofile.activity.detail.modifierExtension",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": false,
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "CarePlan:argoprofile.activity.detail.modifierExtension",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.activity.detail.modifierExtension"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.category",
      "requirements": "May determine what types of extensions are permitted.",
      "min": 0,
      "definition": "High-level categorization of the type of activity in a care plan.",
      "isModifier": false,
      "short": "diet | drug | encounter | observation | procedure | supply | other",
      "name": "CarePlan:argoprofile.activity.detail.category",
      "mapping": [ {
        "map": ".inboundRelationship[typeCode=COMP].source[classCode=LIST].code",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "example",
        "description": "High-level categorization of the type of activity in a care plan.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-activity-category"
        }
      },
      "max": "1",
      "id": "CarePlan:argoprofile.activity.detail.category",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.detail.category"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.code",
      "requirements": "Allows matching performed to planned as well as validation against protocols.",
      "min": 0,
      "definition": "Detailed description of the type of planned activity; e.g. What lab test, what procedure, what kind of encounter.",
      "isModifier": false,
      "short": "Detail type of activity",
      "name": "CarePlan:argoprofile.activity.detail.code",
      "comments": "Tends to be less relevant for activities involving particular products.  Codes should not convey negation - use \"prohibited\" instead.",
      "mapping": [ {
        "map": "OBR-4 / RXE-2 / RXO-1  / RXD-2",
        "identity": "v2"
      }, {
        "map": ".code",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "example",
        "description": "Detailed description of the type of activity; e.g. What lab test, what procedure, what kind of encounter.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-activity"
        }
      },
      "max": "1",
      "id": "CarePlan:argoprofile.activity.detail.code",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.detail.code"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.reasonCode",
      "min": 0,
      "definition": "Provides the rationale that drove the inclusion of this particular activity as part of the plan.",
      "isModifier": false,
      "short": "Why activity should be done",
      "name": "CarePlan:argoprofile.activity.detail.reasonCode",
      "comments": "This could be a diagnosis code.  If a full condition record exists or additional detail is needed, use reasonCondition instead.",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "example",
        "description": "Identifies why a care plan activity is needed.  Can include any health condition codes as well as such concepts as \"general wellness\", prophylaxis, surgical preparation, etc.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/activity-reason"
        }
      },
      "max": "*",
      "id": "CarePlan:argoprofile.activity.detail.reasonCode",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.activity.detail.reasonCode"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.reasonReference",
      "min": 0,
      "definition": "Provides the health condition(s) that drove the inclusion of this particular activity as part of the plan.",
      "isModifier": false,
      "short": "Condition triggering need for activity",
      "name": "CarePlan:argoprofile.activity.detail.reasonReference",
      "comments": "Conditions can be identified at the activity level that are not identified as reasons for the overall plan.",
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Condition" ]
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "CarePlan:argoprofile.activity.detail.reasonReference",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.activity.detail.reasonReference"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.goal",
      "requirements": "So that participants know the link explicitly.",
      "min": 0,
      "definition": "Internal reference that identifies the goals that this activity is intended to contribute towards meeting.",
      "isModifier": false,
      "short": "Goals this activity relates to",
      "name": "CarePlan:argoprofile.activity.detail.goal",
      "mapping": [ {
        "map": ".outboundRelationship[typeCode<=OBJ].",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Goal" ]
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "CarePlan:argoprofile.activity.detail.goal",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.activity.detail.goal"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.status",
      "requirements": "Indicates progress against the plan, whether the activity is still relevant for the plan.",
      "min": 0,
      "definition": "Identifies what progress is being made for the specific activity.",
      "isModifier": true,
      "short": "not-started | scheduled | in-progress | on-hold | completed | cancelled",
      "name": "CarePlan:argoprofile.activity.detail.status",
      "comments": "Some aspects of status can be inferred based on the resources linked in actionTaken.  Note that \"status\" is only as current as the plan was most recently updated.",
      "mapping": [ {
        "map": "ORC-5?",
        "identity": "v2"
      }, {
        "map": ".statusCode not-started = new scheduled = not-started (and fulfillment relationship to appointent) in-progress = active on-hold = suspended completed = completed cancelled = aborted",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "required",
        "description": "Indicates where the activity is at in its overall life cycle.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-activity-status"
        }
      },
      "max": "1",
      "id": "CarePlan:argoprofile.activity.detail.status",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.detail.status"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.statusReason",
      "min": 0,
      "definition": "Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.",
      "isModifier": false,
      "short": "Reason for current status",
      "name": "CarePlan:argoprofile.activity.detail.statusReason",
      "comments": "Will generally not be present if status is \"complete\".  Be sure to prompt to update this (or at least remove the existing value) if the status is changed.",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "example",
        "description": "Describes why the current activity has the status it does; e.g. \"Recovering from injury\" as a reason for non-started or on-hold, \"Patient does not enjoy activity\" as a reason for cancelling a planned activity.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/goal-status-reason"
        }
      },
      "max": "1",
      "id": "CarePlan:argoprofile.activity.detail.statusReason",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.detail.statusReason"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.prohibited",
      "requirements": "Captures intention to not do something that may have been previously typical.",
      "min": 1,
      "definition": "If true, indicates that the described activity is one that must NOT be engaged in when following the plan.",
      "isModifier": true,
      "short": "Do NOT do",
      "name": "CarePlan:argoprofile.activity.detail.prohibited",
      "mapping": [ {
        "map": "actionNegationInd",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "boolean"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.activity.detail.prohibited",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 1,
        "path": "CarePlan.activity.detail.prohibited"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.scheduled[x]",
      "requirements": "Allows prompting for activities and detection of missed planned activities.",
      "min": 0,
      "definition": "The period, timing or frequency upon which the described activity is to occur.",
      "isModifier": false,
      "short": "When activity is to occur",
      "name": "CarePlan:argoprofile.activity.detail.scheduled[x]",
      "mapping": [ {
        "map": "TQ1",
        "identity": "v2"
      }, {
        "map": ".effectiveTime",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Timing"
      }, {
        "code": "Period"
      }, {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.activity.detail.scheduled[x]",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.detail.scheduled[x]"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.location",
      "requirements": "Helps in planning of activity.",
      "min": 0,
      "definition": "Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.",
      "isModifier": false,
      "short": "Where it should happen",
      "name": "CarePlan:argoprofile.activity.detail.location",
      "comments": "May reference a specific clinical location or may identify a type of location.",
      "mapping": [ {
        "map": "OBR-24(???!!)",
        "identity": "v2"
      }, {
        "map": ".participation[typeCode=LOC].role",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Location" ]
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.activity.detail.location",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.detail.location"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.performer",
      "requirements": "Helps in planning of activity.",
      "min": 0,
      "definition": "Identifies who's expected to be involved in the activity.",
      "isModifier": false,
      "short": "Who will be responsible?",
      "name": "CarePlan:argoprofile.activity.detail.performer",
      "comments": "A performer MAY also be a participant in the care plan.",
      "mapping": [ {
        "map": "PRT-5 : ( PRV-4 e {provider participations} ) / PRT-5 : ( PRV-4 e {non-provider person participations} ) / PRT-5 : ( PRV-4 = (patient non-subject of care) ) / PRT-8",
        "identity": "v2"
      }, {
        "map": ".participation[typeCode=PFM]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "CarePlan:argoprofile.activity.detail.performer",
      "maxLength": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CarePlan.activity.detail.performer"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.product[x]",
      "min": 0,
      "definition": "Identifies the food, drug or other product to be consumed or supplied in the activity.",
      "isModifier": false,
      "short": "What is to be administered/supplied",
      "name": "CarePlan:argoprofile.activity.detail.product[x]",
      "mapping": [ {
        "map": "RXE-2 / RXO-1 / RXD-2",
        "identity": "v2"
      }, {
        "map": ".participation[typeCode=PRD].role",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Medication" ]
      }, {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Substance" ]
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "example",
        "description": "A product supplied or administered as part of a care plan activity.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/medication-codes"
        }
      },
      "max": "1",
      "id": "CarePlan:argoprofile.activity.detail.product[x]",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.detail.product[x]"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.dailyAmount",
      "requirements": "Allows rough dose checking.",
      "min": 0,
      "definition": "Identifies the quantity expected to be consumed in a given day.",
      "isModifier": false,
      "short": "How to consume/day?",
      "name": "CarePlan:argoprofile.activity.detail.dailyAmount",
      "mapping": [ {
        "map": "RXO-23 / RXE-19 / RXD-12",
        "identity": "v2"
      }, {
        "map": ".outboundRelationship[typeCode=COMP][classCode=SBADM].doseQuantity",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Quantity",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ]
      } ],
      "mustSupport": false,
      "alias": [ "daily dose" ],
      "max": "1",
      "id": "CarePlan:argoprofile.activity.detail.dailyAmount",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.detail.dailyAmount"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.quantity",
      "min": 0,
      "definition": "Identifies the quantity expected to be supplied, administered or consumed by the subject.",
      "isModifier": false,
      "short": "How much to administer/supply/consume",
      "name": "CarePlan:argoprofile.activity.detail.quantity",
      "mapping": [ {
        "map": "RXO-11 / RXE-10 / RXD-4 / RXG-5 / RXA-6 /  TQ1-2.1  *and*  RXO-12 /  RXE-11 / RXD-5 / RXG-7 / RXA-7 / TQ1-2.2",
        "identity": "v2"
      }, {
        "map": ".outboundRelationship[typeCode=COMP][classCode=SPLY].quantity",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Quantity",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ]
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.activity.detail.quantity",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.detail.quantity"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.activity.detail.description",
      "min": 0,
      "definition": "This provides a textual description of constraints on the intended activity occurrence, including relation to other activities.  It may also include objectives, pre-conditions and end-conditions.  Finally, it may convey specifics about the activity such as body site, method, route, etc.",
      "isModifier": false,
      "short": "Extra info describing activity to perform",
      "name": "CarePlan:argoprofile.activity.detail.description",
      "mapping": [ {
        "map": "NTE?",
        "identity": "v2"
      }, {
        "map": ".text",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.activity.detail.description",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.activity.detail.description"
      },
      "isSummary": false
    }, {
      "path": "CarePlan.note",
      "requirements": "Used to capture information that applies to the plan as a whole that doesn't fit into discrete elements.",
      "min": 0,
      "definition": "General notes about the care plan not covered elsewhere.",
      "isModifier": false,
      "short": "Comments about the plan",
      "name": "CarePlan:argoprofile.note",
      "mapping": [ {
        "map": "NTE?",
        "identity": "v2"
      }, {
        "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Annotation"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "CarePlan:argoprofile.note",
      "maxLength": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CarePlan.note"
      },
      "isSummary": false
    } ]
  },
  "status": "draft",
  "id": "cd6160c8-5b00-4ba0-897c-9818af073f38",
  "kind": "resource",
  "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-careplan",
  "base": "http://hl7.org/fhir/StructureDefinition/CarePlan",
  "version": null,
  "differential": {
    "element": [ {
      "path": "CarePlan",
      "min": 0,
      "definition": "Healthcare plan for patient or group.",
      "isModifier": false,
      "short": "Argonaut CarePlan Profile",
      "name": "argoprofile",
      "mapping": [ {
        "map": "CarePlan",
        "identity": "us-core-(stu3)"
      } ],
      "type": [ {
        "code": "CarePlan"
      } ],
      "mustSupport": false,
      "id": "CarePlan:argoprofile",
      "maxLength": 0,
      "isSummary": false
    }, {
      "path": "CarePlan.text",
      "min": 1,
      "isModifier": false,
      "name": "CarePlan:argoprofile.text",
      "mapping": [ {
        "map": "CarePlan.text",
        "identity": "us-core-(stu3)"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "CarePlan:argoprofile.text",
      "maxLength": 0,
      "isSummary": false
    }, {
      "path": "CarePlan.text.status",
      "min": 0,
      "definition": "generated | additional.",
      "isModifier": false,
      "name": "CarePlan:argoprofile.text.status",
      "mapping": [ {
        "map": "CarePlan.text.status",
        "identity": "us-core-(stu3)"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "http://fhir.org/guides/argonaut/ValueSet/narrative-status"
        }
      },
      "id": "CarePlan:argoprofile.text.status",
      "maxLength": 0,
      "isSummary": false
    }, {
      "path": "CarePlan.subject",
      "requirements": "Identifies the patient or group whose intended care is described by the plan.",
      "min": 1,
      "definition": "Who care plan is for.",
      "isModifier": false,
      "name": "CarePlan:argoprofile.subject",
      "mapping": [ {
        "map": "CarePlan.subject",
        "identity": "us-core-(stu3)"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": [ "http://fhir.org/guides/argonaut/StructureDefinition/argo-patient" ]
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "CarePlan:argoprofile.subject",
      "maxLength": 0,
      "isSummary": false
    }, {
      "path": "CarePlan.status",
      "requirements": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.",
      "min": 1,
      "isModifier": false,
      "name": "CarePlan:argoprofile.status",
      "mapping": [ {
        "map": "CarePlan.status",
        "identity": "us-core-(stu3)"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/care-plan-status"
        }
      },
      "max": "1",
      "id": "CarePlan:argoprofile.status",
      "maxLength": 0,
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "arg-1",
        "human": "Must have a category of 'careplan' and a code system 'http://argonaut.hl7.org'",
        "xpath": "exists(f:coding/code[@value='assess-plan']) and exists(f:coding/system[@value='http://argonaut.hl7.org'])",
        "severity": "error",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-expression",
          "valueString": "where(coding.system='http://argonaut.hl7.org' and coding.code='assess-plan').exists()"
        } ]
      } ],
      "path": "CarePlan.category",
      "requirements": "Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", \"wellness plan\", etc.",
      "min": 1,
      "definition": "Type of plan.",
      "isModifier": false,
      "name": "CarePlan:argoprofile.category",
      "mapping": [ {
        "map": "CarePlan.category",
        "identity": "us-core-(stu3)"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": true,
      "max": "*",
      "id": "CarePlan:argoprofile.category",
      "maxLength": 0,
      "isSummary": false
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "rank": 0,
      "value": "http://argonautwiki.hl7.org",
      "system": "other"
    } ]
  } ],
  "constrainedType": "CarePlan"
}