PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.nl.zorgviewer@1.4.0
    http://hl7.nl/fhir/zorgviewer/StructureDefinition/Condition
{
  "description": "Problemen",
  "_filename": "StructureDefinition-Condition.json",
  "package_name": "hl7.fhir.nl.zorgviewer",
  "date": "2024-08-23T11:22:01+00:00",
  "derivation": "constraint",
  "publisher": "RIVO-NN HL7NL",
  "fhirVersion": "3.0.2",
  "jurisdiction": [ {
    "coding": [ {
      "code": "NL",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "Condition",
  "mapping": [ {
    "uri": "https://zibs.nl/wiki/Problem-v4.1(2017EN)",
    "name": "HCIM Problem-v4.1(2017EN)",
    "comment": "ConcernForTransfer is renamed to Problem with release 2017 of the HCIMs.",
    "identity": "hcim-problem-v4.1-2017EN"
  }, {
    "uri": "https://zibs.nl/wiki/BasicElements-v1.0(2017EN)",
    "name": "HCIM BasicElements-v1.0(2017EN)",
    "identity": "hcim-basicelements-v1.0-2017EN"
  }, {
    "uri": "https://zibs.nl/wiki/ConcernForTransfer-v3.0(2016EN)",
    "name": "HCIM ConcernForTransfer-v3.0(2016EN)",
    "identity": "hcim-concernfortransfer-v3.0-2016EN"
  }, {
    "uri": "https://zibs.nl/wiki/ConcernForTransfer-v1.2(2015EN)",
    "name": "HCIM ConcernForTransfer-v1.2(2015EN)",
    "identity": "hcim-concernfortransfer-v1.2-2015EN"
  }, {
    "uri": "http://snomed.info/conceptdomain",
    "name": "SNOMED CT Concept Domain Binding",
    "identity": "sct-concept"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/w5",
    "name": "W5 Mapping",
    "identity": "w5"
  }, {
    "uri": "http://snomed.info/sct",
    "name": "SNOMED CT Attribute Binding",
    "identity": "sct-attr"
  } ],
  "abstract": false,
  "type": "Condition",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Condition",
  "package_version": "1.4.0",
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "dom-2",
        "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
        "xpath": "not(parent::f:contained and f:contained)",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.contained.empty()"
      }, {
        "key": "dom-1",
        "human": "If the resource is contained in another resource, it SHALL NOT contain any narrative",
        "xpath": "not(parent::f:contained and f:text)",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.text.empty()"
      }, {
        "key": "dom-4",
        "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
        "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
      }, {
        "key": "dom-3",
        "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource",
        "xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()"
      }, {
        "key": "con-4",
        "human": "If condition is abated, then clinicalStatus must be either inactive, resolved, or remission",
        "xpath": "not(exists(*[starts-with(local-name(.), 'abatement')])) or f:clinicalStatus/@value=('resolved', 'remission', 'inactive')",
        "source": "http://hl7.org/fhir/StructureDefinition/Condition",
        "severity": "error",
        "expression": "abatement.empty() or (abatement as boolean).not()  or clinicalStatus='resolved' or clinicalStatus='remission' or clinicalStatus='inactive'"
      }, {
        "key": "con-3",
        "human": "Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error",
        "xpath": "f:verificationStatus/@value='entered-in-error' or exists(f:clinicalStatus)",
        "source": "http://hl7.org/fhir/StructureDefinition/Condition",
        "severity": "error",
        "expression": "verificationStatus='entered-in-error' or clinicalStatus.exists()"
      }, {
        "key": "zv-con-1",
        "human": "At least one of Condition.onsetDateTime or Condition.onsetPeriod SHALL be present",
        "xpath": "f:onsetDateTime or f:onsetPeriod",
        "severity": "error",
        "expression": "onsetDateTime.exists() or onsetPeriod.exists()"
      }, {
        "key": "zv-con-2",
        "human": "Use either Condition.abatementDateTime or Condition.abatementPeriod for the resolved timestamp",
        "xpath": "f:abatementDateTime or f:abatementPeriod",
        "severity": "warning",
        "expression": "abatementDateTime.exists() or abatementPeriod.exists()"
      } ],
      "path": "Condition",
      "min": 0,
      "definition": "A problem describes a situation with regard to an individual’s health and/or welfare. This situation can be described by the person involved (the patient) themselves (in the form of a complaint) or by their healthcare provider (in the form of a diagnosis, for example).",
      "short": "Problem",
      "mapping": [ {
        "map": "Entity. Role, or Act",
        "identity": "rim"
      }, {
        "map": "< 243796009 |Situation with explicit context|:\n246090004 |Associated finding| =\n((< 404684003 |Clinical finding| MINUS\n<< 420134006 |Propensity to adverse reactions| MINUS \n<< 473010000 |Hypersensitivity condition| MINUS \n<< 79899007 |Drug interaction| MINUS\n<< 69449002 |Drug action| MINUS \n<< 441742003 |Evaluation finding| MINUS \n<< 307824009 |Administrative status| MINUS \n<< 385356007 |Tumor stage finding|) OR\n< 272379006 |Event|)",
        "identity": "sct-concept"
      }, {
        "map": "PPR message",
        "identity": "v2"
      }, {
        "map": "Observation[classCode=OBS, moodCode=EVN, code=ASSERTION, value,
        "identity": "rim"
      }, {
        "map": "clinical.general",
        "identity": "w5"
      }, {
        "map": "NL-CM:5.1.1",
        "comment": "Concern",
        "identity": "hcim-concernfortransfer-v1.2-2015EN"
      }, {
        "map": "NL-CM:5.1.2",
        "comment": "Problem",
        "identity": "hcim-concernfortransfer-v1.2-2015EN"
      }, {
        "map": "NL-CM:5.1.1",
        "comment": "Concern",
        "identity": "hcim-concernfortransfer-v3.0-2016EN"
      }, {
        "map": "NL-CM:5.1.2",
        "comment": "Problem",
        "identity": "hcim-concernfortransfer-v3.0-2016EN"
      }, {
        "map": "NL-CM:5.1.1",
        "comment": "Problem",
        "identity": "hcim-problem-v4.1-2017EN"
      } ],
      "alias": [ "Concern", "Probleem" ],
      "max": "*",
      "id": "Condition",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Condition"
      }
    }, {
      "path": "Condition.id",
      "min": 0,
      "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
      "short": "Logical id of this artifact",
      "type": [ {
        "code": "id"
      } ],
      "max": "1",
      "id": "Condition.id",
      "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.id"
      },
      "isSummary": true
    }, {
      "path": "Condition.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.",
      "short": "Metadata about the resource",
      "type": [ {
        "code": "Meta"
      } ],
      "max": "1",
      "id": "Condition.meta",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.meta"
      },
      "isSummary": true
    }, {
      "path": "Condition.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",
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "Condition.implicitRules",
      "comment": "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. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.implicitRules"
      },
      "isSummary": true
    }, {
      "path": "Condition.language",
      "min": 0,
      "definition": "The base language in which the resource is written.",
      "short": "Language of the resource content",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "extensible",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
          "valueReference": {
            "reference": "http://hl7.org/fhir/ValueSet/all-languages"
          }
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Language"
        } ],
        "description": "A human language.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "max": "1",
      "id": "Condition.language",
      "comment": "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).",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.language"
      }
    }, {
      "path": "Condition.text",
      "min": 0,
      "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.",
      "short": "Text summary of the resource, for human interpretation",
      "mapping": [ {
        "map": "Act.text?",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "alias": [ "narrative", "html", "xhtml", "display" ],
      "max": "1",
      "id": "Condition.text",
      "condition": [ "dom-1" ],
      "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "DomainResource.text"
      }
    }, {
      "path": "Condition.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.",
      "short": "Contained, inline Resources",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Resource"
      } ],
      "alias": [ "inline resources", "anonymous resources", "contained resources" ],
      "max": "*",
      "id": "Condition.contained",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.contained"
      }
    }, {
      "path": "Condition.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.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Condition.extension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "path": "Condition.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",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Condition.modifierExtension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.modifierExtension"
      }
    }, {
      "path": "Condition.identifier",
      "requirements": "Need to allow connection to a wider workflow.",
      "min": 0,
      "definition": "This records identifiers associated with this condition 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).",
      "short": "External Ids for this condition",
      "mapping": [ {
        "map": ".id",
        "identity": "rim"
      }, {
        "map": "id",
        "identity": "w5"
      }, {
        "map": "NL-CM:0.0.6",
        "comment": "IdentificationNumber",
        "identity": "hcim-basicelements-v1.0-2017EN"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "max": "*",
      "id": "Condition.identifier",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Condition.identifier"
      },
      "isSummary": true
    }, {
      "path": "Condition.clinicalStatus",
      "min": 1,
      "definition": "The problem status describes the condition of the problem: \r\n\r\n* Active problems are problems of which the patient experiences symptoms or for which evidence exists.\r\n* Problems with the status 'Inactive' refer to problems that don't affect the patient anymore or that of which there is no evidence of existence anymore..",
      "isModifier": true,
      "short": "ProblemStatus",
      "mapping": [ {
        "map": "< 303105007 |Disease phases|",
        "identity": "sct-concept"
      }, {
        "map": "PRB-14 / DG1-6",
        "identity": "v2"
      }, {
        "map": "Observation ACT\n.inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"clinicalStatus\", moodCode=EVN].value",
        "identity": "rim"
      }, {
        "map": "status",
        "identity": "w5"
      }, {
        "map": "NL-CM:5.1.4",
        "comment": "ProblemStatus. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/ProbleemStatusCodelijst-to-Condition-Clinical-Status-Codes) is available that maps ProblemStatusCodelist to the condition-clinical value set.",
        "identity": "hcim-concernfortransfer-v1.2-2015EN"
      }, {
        "map": "NL-CM:5.1.4",
        "comment": "ProblemStatus. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/ProbleemStatusCodelijst-to-Condition-Clinical-Status-Codes) is available that maps ProblemStatusCodelist to the condition-clinical value set.",
        "identity": "hcim-concernfortransfer-v3.0-2016EN"
      }, {
        "map": "NL-CM:5.1.4",
        "comment": "ProblemStatus. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/ProbleemStatusCodelijst-to-Condition-Clinical-Status-Codes) is available that maps ProblemStatusCodelist to the condition-clinical value set.",
        "identity": "hcim-problem-v4.1-2017EN"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/condition-clinical"
        }
      },
      "alias": [ "ProbleemStatus" ],
      "max": "1",
      "id": "Condition.clinicalStatus",
      "condition": [ "con-3", "con-4" ],
      "comment": "This element is labeled as a modifier because the status contains codes that mark the condition as not currently valid or of concern.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Condition.clinicalStatus"
      },
      "isSummary": true
    }, {
      "path": "Condition.clinicalStatus.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references)",
      "short": "xml:id (or equivalent in JSON)",
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.clinicalStatus.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Condition.clinicalStatus.extension",
      "min": 0,
      "definition": "An Extension",
      "short": "Extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "max": "*",
      "id": "Condition.clinicalStatus.extension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "Condition.clinicalStatus.extension",
      "min": 0,
      "definition": "Describes the condition of the problem, use this extension to include the original HCIM code",
      "short": "clinicalstatus",
      "type": [ {
        "code": "Extension",
        "profile": "http://nictiz.nl/fhir/StructureDefinition/code-specification"
      } ],
      "sliceName": "ProblemStatusCodelist",
      "alias": [ "Bevat de specifieke code conform de zib, bij een FHIR-element die een verplichte koppeling heeft met een bepaalde FHIR waardelijst of een FHIR element die niet gecodeerd is gedefinieerd, terwijl de zib dit wel doet.", "Probleemstatus" ],
      "max": "*",
      "id": "Condition.clinicalStatus.extension:ProblemStatusCodelist",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Condition.clinicalStatus.extension.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.clinicalStatus.extension:ProblemStatusCodelist.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Condition.clinicalStatus.extension.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.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Condition.clinicalStatus.extension:ProblemStatusCodelist.extension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Condition.clinicalStatus.extension.url",
      "min": 1,
      "definition": "Source of the definition for the extension code - a logical name or a URL.",
      "short": "identifies the meaning of the extension",
      "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.clinicalStatus.extension:ProblemStatusCodelist.url",
      "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Extension.url"
      }
    }, {
      "path": "Condition.clinicalStatus.extension.value[x]",
      "min": 1,
      "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
      "short": "Value of extension",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "closed",
        "ordered": false,
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      },
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "Condition.clinicalStatus.extension:ProblemStatusCodelist.value[x]",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    }, {
      "path": "Condition.clinicalStatus.extension.value[x]",
      "min": 1,
      "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
      "short": "Value of extension",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      }, {
        "map": "NL-CM:5.1.4",
        "comment": "ProblemStatus",
        "identity": "hcim-concernfortransfer-v1.2-2015EN"
      }, {
        "map": "NL-CM:5.1.4",
        "comment": "ProblemStatus",
        "identity": "hcim-concernfortransfer-v3.0-2016EN"
      }, {
        "map": "NL-CM:5.1.4",
        "comment": "ProblemStatus. The relationship between the HCIM codes and the Resource codes is covered in the ConceptMaps: ProbleemStatusCodelijst-to-Condition-Clinical-Status-Codes and Condition-Clinical-Status-Codes-to-ProbleemStatusCodelijst",
        "identity": "hcim-problem-v4.1-2017EN"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "valueCodeableConcept",
      "binding": {
        "strength": "extensible",
        "description": "ProbleemStatusCodelijst",
        "valueSetReference": {
          "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000"
        }
      },
      "max": "1",
      "id": "Condition.clinicalStatus.extension:ProblemStatusCodelist.value[x]:valueCodeableConcept",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    }, {
      "path": "Condition.clinicalStatus.value",
      "min": 0,
      "definition": "Primitive value for code",
      "short": "Primitive value for code",
      "type": [ {
        "_code": {
          "extension": [ {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type",
            "valueString": "string"
          }, {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type",
            "valueString": "xsd:token"
          }, {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-rdf-type",
            "valueString": "xsd:token"
          } ]
        },
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-regex",
          "valueString": "[^\\s]+([\\s]?[^\\s]+)*"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.clinicalStatus.value",
      "base": {
        "max": "1",
        "min": 0,
        "path": "string.value"
      }
    }, {
      "path": "Condition.verificationStatus",
      "min": 0,
      "definition": "Clinical status of the problem or the diagnosis.",
      "isModifier": true,
      "short": "VerificationStatus",
      "defaultValueCode": "unknown",
      "mapping": [ {
        "map": "< 410514004 |Finding context value|",
        "identity": "sct-concept"
      }, {
        "map": "PRB-13",
        "identity": "v2"
      }, {
        "map": "Observation ACT\n.inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"verificationStatus\", moodCode=EVN].value",
        "identity": "rim"
      }, {
        "map": "408729009",
        "identity": "sct-attr"
      }, {
        "map": "status",
        "identity": "w5"
      }, {
        "map": "NL-CM:5.1.10",
        "comment": "VerificationStatus. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/VerificatieStatusCodelijst-to-ConditionVerificationStatus) is available.",
        "identity": "hcim-problem-v4.1-2017EN"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/condition-ver-status"
        }
      },
      "alias": [ "VerificatieStatus" ],
      "max": "1",
      "id": "Condition.verificationStatus",
      "condition": [ "con-3" ],
      "comment": "verificationStatus is not required.  For example, when a patient has abdominal pain in the ED, there is not likely going to be a verification status.\n\nThis element is labeled as a modifier because the status contains the code refuted and entered-in-error that mark the Condition as not currently valid.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Condition.verificationStatus"
      },
      "isSummary": true
    }, {
      "path": "Condition.verificationStatus.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references)",
      "short": "xml:id (or equivalent in JSON)",
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.verificationStatus.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Condition.verificationStatus.extension",
      "min": 0,
      "definition": "An Extension",
      "short": "Extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "max": "*",
      "id": "Condition.verificationStatus.extension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "Condition.verificationStatus.extension",
      "min": 0,
      "definition": "Describes the verification status of the problem, use this extension to include the original HCIM code",
      "short": "Verificationstatus",
      "mapping": [ {
        "map": "NL-CM:5.1.10",
        "comment": "A ConceptMap (http://nictiz.nl/fhir/ConceptMap/VerificatieStatusCodelijst-to-ConditionVerificationStatus) is available",
        "identity": "hcim-problem-v4.1-2017EN"
      } ],
      "type": [ {
        "code": "Extension",
        "profile": "http://nictiz.nl/fhir/StructureDefinition/code-specification"
      } ],
      "sliceName": "VerificatieStatusCodelijst",
      "alias": [ "Bevat de specifieke code conform de zib, bij een FHIR-element die een verplichte koppeling heeft met een bepaalde FHIR waardelijst of een FHIR element die niet gecodeerd is gedefinieerd, terwijl de zib dit wel doet.", "VerificatieStatusCodelijst" ],
      "max": "1",
      "id": "Condition.verificationStatus.extension:VerificatieStatusCodelijst",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Condition.verificationStatus.extension.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.verificationStatus.extension:VerificatieStatusCodelijst.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Condition.verificationStatus.extension.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.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Condition.verificationStatus.extension:VerificatieStatusCodelijst.extension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Condition.verificationStatus.extension.url",
      "min": 1,
      "definition": "Source of the definition for the extension code - a logical name or a URL.",
      "short": "identifies the meaning of the extension",
      "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.verificationStatus.extension:VerificatieStatusCodelijst.url",
      "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Extension.url"
      }
    }, {
      "path": "Condition.verificationStatus.extension.value[x]",
      "min": 1,
      "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
      "short": "Value of extension",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "closed",
        "ordered": false,
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      },
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "Condition.verificationStatus.extension:VerificatieStatusCodelijst.value[x]",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    }, {
      "path": "Condition.verificationStatus.extension.value[x]",
      "min": 1,
      "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
      "short": "Value of extension",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "valueCodeableConcept",
      "binding": {
        "strength": "extensible",
        "description": "VerificatieStatusCodelijst",
        "valueSetReference": {
          "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000"
        }
      },
      "max": "1",
      "id": "Condition.verificationStatus.extension:VerificatieStatusCodelijst.value[x]:valueCodeableConcept",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    }, {
      "path": "Condition.verificationStatus.value",
      "min": 0,
      "definition": "Primitive value for code",
      "short": "Primitive value for code",
      "type": [ {
        "_code": {
          "extension": [ {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type",
            "valueString": "string"
          }, {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type",
            "valueString": "xsd:token"
          }, {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-rdf-type",
            "valueString": "xsd:token"
          } ]
        },
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-regex",
          "valueString": "[^\\s]+([\\s]?[^\\s]+)*"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.verificationStatus.value",
      "base": {
        "max": "1",
        "min": 0,
        "path": "string.value"
      }
    }, {
      "path": "Condition.category",
      "min": 0,
      "definition": "The type of problem; see the profile description.",
      "short": "ProblemType",
      "mapping": [ {
        "map": "< 404684003 |Clinical finding|",
        "identity": "sct-concept"
      }, {
        "map": "'problem' if from PRB-3. 'diagnosis' if from DG1 segment in PV1 message",
        "identity": "v2"
      }, {
        "map": ".code",
        "identity": "rim"
      }, {
        "map": "class",
        "identity": "w5"
      }, {
        "map": "NL-CM:5.1.8",
        "comment": "ProblemType",
        "identity": "hcim-concernfortransfer-v1.2-2015EN"
      }, {
        "map": "NL-CM:5.1.8",
        "comment": "ProblemType",
        "identity": "hcim-concernfortransfer-v3.0-2016EN"
      }, {
        "map": "NL-CM:5.1.8",
        "comment": "ProblemType",
        "identity": "hcim-problem-v4.1-2017EN"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "extensible",
        "description": "The type of problem.",
        "valueSetReference": {
          "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20171231000000"
        }
      },
      "alias": [ "ProbleemType" ],
      "max": "*",
      "id": "Condition.category",
      "comment": "The categorization is often highly contextual and may appear poorly differentiated or not very useful in other contexts.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Condition.category"
      }
    }, {
      "path": "Condition.severity",
      "min": 0,
      "definition": "A subjective assessment of the severity of the condition as evaluated by the clinician.",
      "short": "Subjective severity of condition",
      "mapping": [ {
        "map": "< 272141005 |Severities|",
        "identity": "sct-concept"
      }, {
        "map": "PRB-26 / ABS-3",
        "identity": "v2"
      }, {
        "map": "Can be pre/post-coordinated into value.  Or ./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"severity\"].value",
        "identity": "rim"
      }, {
        "map": "246112005",
        "identity": "sct-attr"
      }, {
        "map": "grade",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "preferred",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ConditionSeverity"
        } ],
        "description": "A subjective assessment of the severity of the condition as evaluated by the clinician.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/condition-severity"
        }
      },
      "max": "1",
      "id": "Condition.severity",
      "comment": "Coding of the severity with a terminology is preferred, where possible.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Condition.severity"
      }
    }, {
      "path": "Condition.code",
      "requirements": "0..1 to account for primarily narrative only resources.",
      "min": 1,
      "definition": "The problem name defines the problem. Depending on the setting, different code systems can be used. The ProblemNameCodelist provides an overview of the possible code systems.",
      "short": "ProblemName",
      "mapping": [ {
        "map": "code 246090004 |Associated finding| (< 404684003 |Clinical finding| MINUS\n<< 420134006 |Propensity to adverse reactions| MINUS \n<< 473010000 |Hypersensitivity condition| MINUS \n<< 79899007 |Drug interaction| MINUS\n<< 69449002 |Drug action| MINUS \n<< 441742003 |Evaluation finding| MINUS \n<< 307824009 |Administrative status| MINUS \n<< 385356007 |Tumor stage finding|) \nOR < 413350009 |Finding with explicit context|\nOR < 272379006 |Event|",
        "identity": "sct-concept"
      }, {
        "map": "PRB-3",
        "identity": "v2"
      }, {
        "map": ".value",
        "identity": "rim"
      }, {
        "map": "246090004",
        "identity": "sct-attr"
      }, {
        "map": "what",
        "identity": "w5"
      }, {
        "map": "NL-CM:5.1.3",
        "comment": "ProblemName",
        "identity": "hcim-concernfortransfer-v1.2-2015EN"
      }, {
        "map": "NL-CM:5.1.3",
        "comment": "ProblemName",
        "identity": "hcim-concernfortransfer-v3.0-2016EN"
      }, {
        "map": "NL-CM:5.1.3",
        "comment": "ProblemName",
        "identity": "hcim-problem-v4.1-2017EN"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "extensible",
        "valueSetReference": {
          "reference": "http://hl7.nl/fhir/zorgviewer/ValueSet/ProbleemNaamCodelist"
        }
      },
      "alias": [ "type", "ProbleemNaam" ],
      "max": "1",
      "id": "Condition.code",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Condition.code"
      },
      "isSummary": true
    }, {
      "path": "Condition.code.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.code.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Condition.code.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.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Condition.code.extension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Condition.code.coding",
      "requirements": "Allows for translations and alternate encodings within a code system.  Also supports communication of the same instance to systems requiring different encodings.",
      "min": 0,
      "definition": "A reference to a code defined by a terminology system.",
      "short": "Code defined by a terminology system",
      "mapping": [ {
        "map": "C*E.1-8, C*E.10-22",
        "identity": "v2"
      }, {
        "map": "union(., ./translation)",
        "identity": "rim"
      }, {
        "map": "fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "max": "*",
      "id": "Condition.code.coding",
      "comment": "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.  Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "CodeableConcept.coding"
      },
      "isSummary": true
    }, {
      "path": "Condition.code.text",
      "requirements": "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.",
      "min": 0,
      "definition": "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.",
      "short": "Plain text representation of the concept",
      "mapping": [ {
        "map": "C*E.9. But note many systems use C*E.2 for this",
        "identity": "v2"
      }, {
        "map": "./originalText[mediaType/code=\"text/plain\"]/data",
        "identity": "rim"
      }, {
        "map": "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": true,
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
        "valueBoolean": true
      } ],
      "max": "1",
      "id": "Condition.code.text",
      "comment": "Very often the text is the same as a displayName of one of the codings.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "CodeableConcept.text"
      },
      "isSummary": true
    }, {
      "path": "Condition.bodySite",
      "min": 0,
      "definition": "Anatomical location which is the focus of the procedure.",
      "short": "ProblemAnatomicalLocation",
      "mapping": [ {
        "map": "< 442083009  |Anatomical or acquired body structure|",
        "identity": "sct-concept"
      }, {
        "map": ".targetBodySiteCode",
        "identity": "rim"
      }, {
        "map": "363698007",
        "identity": "sct-attr"
      }, {
        "map": "NL-CM:5.1.11",
        "comment": "ProblemAnatomicalLocation",
        "identity": "hcim-problem-v4.1-2017EN"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "extensible",
        "description": "ProbleemAnatomischeLocatieCodelijst",
        "valueSetReference": {
          "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000"
        }
      },
      "alias": [ "ProbleemAnatomischeLocatie" ],
      "max": "*",
      "id": "Condition.bodySite",
      "comment": "Only used if not implicit in code found in Condition.code. If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [body-site-instance](http://hl7.org/fhir/STU3/extension-body-site-instance.html).  May be a summary code, or a reference to a very precise definition of the location, or both.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Condition.bodySite"
      },
      "isSummary": true
    }, {
      "path": "Condition.bodySite.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.bodySite.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Condition.bodySite.extension",
      "min": 0,
      "definition": "An Extension",
      "short": "Extension",
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "max": "*",
      "id": "Condition.bodySite.extension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Condition.bodySite.extension",
      "min": 0,
      "definition": "Laterality adds information about body side to the anatomic location, e.g. left",
      "short": "ProblemLaterality",
      "type": [ {
        "code": "Extension",
        "profile": "http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier"
      } ],
      "sliceName": "Laterality",
      "alias": [ "ProbleemLateraliteit" ],
      "max": "1",
      "id": "Condition.bodySite.extension:Laterality",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Condition.bodySite.extension.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.bodySite.extension:Laterality.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Condition.bodySite.extension.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.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Condition.bodySite.extension:Laterality.extension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Condition.bodySite.extension.url",
      "min": 1,
      "definition": "Source of the definition for the extension code - a logical name or a URL.",
      "short": "identifies the meaning of the extension",
      "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.bodySite.extension:Laterality.url",
      "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Extension.url"
      }
    }, {
      "path": "Condition.bodySite.extension.value[x]",
      "min": 0,
      "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
      "short": "Value of extension",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "closed",
        "ordered": false,
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      },
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "Condition.bodySite.extension:Laterality.value[x]",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    }, {
      "path": "Condition.bodySite.extension.value[x]",
      "min": 0,
      "definition": "Qualifier to refine the anatomical location. These include qualifiers for laterality, relative location, directionality, number, and plane.",
      "short": "BodySite qualifier",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      }, {
        "map": "NL-CM:5.1.12",
        "comment": "ProblemLaterality",
        "identity": "hcim-problem-v4.1-2017EN"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "valueCodeableConcept",
      "binding": {
        "strength": "extensible",
        "description": "ProblemLateralityCodelist",
        "valueSetReference": {
          "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000"
        }
      },
      "max": "1",
      "id": "Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    }, {
      "path": "Condition.bodySite.coding",
      "requirements": "Allows for translations and alternate encodings within a code system.  Also supports communication of the same instance to systems requiring different encodings.",
      "min": 0,
      "definition": "A reference to a code defined by a terminology system.",
      "short": "Code defined by a terminology system",
      "mapping": [ {
        "map": "C*E.1-8, C*E.10-22",
        "identity": "v2"
      }, {
        "map": "union(., ./translation)",
        "identity": "rim"
      }, {
        "map": "fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "max": "*",
      "id": "Condition.bodySite.coding",
      "comment": "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.  Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "CodeableConcept.coding"
      },
      "isSummary": true
    }, {
      "path": "Condition.bodySite.text",
      "requirements": "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.",
      "min": 0,
      "definition": "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.",
      "short": "Plain text representation of the concept",
      "mapping": [ {
        "map": "C*E.9. But note many systems use C*E.2 for this",
        "identity": "v2"
      }, {
        "map": "./originalText[mediaType/code=\"text/plain\"]/data",
        "identity": "rim"
      }, {
        "map": "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
        "valueBoolean": true
      } ],
      "max": "1",
      "id": "Condition.bodySite.text",
      "comment": "Very often the text is the same as a displayName of one of the codings.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "CodeableConcept.text"
      },
      "isSummary": true
    }, {
      "path": "Condition.subject",
      "requirements": "Group is typically used for veterinary or public health use cases.",
      "min": 1,
      "definition": "Indicates the patient or group who the condition record is associated with.",
      "short": "Who has the condition?",
      "mapping": [ {
        "map": "PID-3",
        "identity": "v2"
      }, {
        "map": ".participation[typeCode=SBJ].role[classCode=PAT]",
        "identity": "rim"
      }, {
        "map": "who.focus",
        "identity": "w5"
      }, {
        "map": "NL-CM:0.0.11",
        "comment": "Subject",
        "identity": "hcim-basicelements-v1.0-2017EN"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
      } ],
      "alias": [ "patient" ],
      "max": "1",
      "id": "Condition.subject",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Condition.subject"
      },
      "isSummary": true
    }, {
      "path": "Condition.context",
      "min": 0,
      "definition": "Encounter during which the condition was first asserted.",
      "short": "Encounter or episode when condition first asserted",
      "mapping": [ {
        "map": "PV1-19 (+PV1-54)",
        "identity": "v2"
      }, {
        "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]",
        "identity": "rim"
      }, {
        "map": "context",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://nictiz.nl/fhir/StructureDefinition/zib-Encounter"
      }, {
        "code": "Reference",
        "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-episodeofcare"
      } ],
      "alias": [ "encounter" ],
      "max": "1",
      "id": "Condition.context",
      "comment": "This record indicates the encounter this particular record is associated with.  In the case of a \"new\" diagnosis reflecting ongoing/revised information about the condition, this might be distinct from the first encounter in which the underlying condition was first \"known\".",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Condition.context"
      },
      "isSummary": true
    }, {
      "path": "Condition.onset[x]",
      "min": 1,
      "definition": "Estimated or actual date or date-time  the condition began, in the opinion of the clinician.",
      "short": "Estimated or actual date,  date-time, or age",
      "mapping": [ {
        "map": "PRB-16",
        "identity": "v2"
      }, {
        "map": ".effectiveTime.low or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age at onset\"].value",
        "identity": "rim"
      }, {
        "map": "when.init",
        "identity": "w5"
      } ],
      "slicing": {
        "rules": "closed",
        "ordered": false,
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      },
      "type": [ {
        "code": "dateTime"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Condition.onset[x]",
      "comment": "Age is generally used when the patient reports an age at which the Condition began to occur.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Condition.onset[x]"
      },
      "isSummary": true
    }, {
      "path": "Condition.onset[x]",
      "min": 0,
      "definition": "Start of the disorder to which the problem applies. Especially in symptoms in which it takes longer for the final diagnosis, it is important to know not only the date of the diagnosis, but also how long the patient has had the disorder. A ‘vague’ date, such as only the year or the month and the year, is permitted.",
      "short": "ProblemStartDate",
      "mapping": [ {
        "map": "PRB-16",
        "identity": "v2"
      }, {
        "map": ".effectiveTime.low or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age at onset\"].value",
        "identity": "rim"
      }, {
        "map": "when.init",
        "identity": "w5"
      }, {
        "map": "NL-CM:0.0.14",
        "comment": "DateTime",
        "identity": "hcim-basicelements-v1.0-2017EN"
      }, {
        "map": "NL-CM:5.1.6",
        "comment": "ProblemStartDate",
        "identity": "hcim-problem-v4.1-2017EN"
      }, {
        "map": "NL-CM:5.1.6",
        "comment": "ProblemStartDate",
        "identity": "hcim-concernfortransfer-v1.2-2015EN"
      }, {
        "map": "NL-CM:5.1.6",
        "comment": "ProblemStartDate",
        "identity": "hcim-concernfortransfer-v3.0-2016EN"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "sliceName": "onsetDateTime",
      "alias": [ "ProbleemBeginDatum" ],
      "max": "1",
      "id": "Condition.onset[x]:onsetDateTime",
      "comment": "Age is generally used when the patient reports an age at which the Condition began to occur.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Condition.onset[x]"
      },
      "isSummary": true
    }, {
      "path": "Condition.abatement[x]",
      "min": 0,
      "definition": "The date or estimated date that the condition resolved or went into remission. This is called \"abatement\" because of the many overloaded connotations associated with \"remission\" or \"resolution\" - Conditions are never really resolved, but they can abate.",
      "short": "If/when in resolution/remission",
      "mapping": [ {
        "map": ".effectiveTime.high or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age at remission\"].value or .inboundRelationship[typeCode=SUBJ]source[classCode=CONC, moodCode=EVN].status=completed",
        "identity": "rim"
      }, {
        "map": "when.done",
        "identity": "w5"
      } ],
      "slicing": {
        "rules": "closed",
        "ordered": false,
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      },
      "type": [ {
        "code": "dateTime"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Condition.abatement[x]",
      "condition": [ "con-4" ],
      "comment": "There is no explicit distinction between resolution and remission because in many cases the distinction is not clear. Age is generally used when the patient reports an age at which the Condition abated.  If there is no abatement element, it is unknown whether the condition has resolved or entered remission; applications and users should generally assume that the condition is still valid.  When abatementString exists, it implies the condition is abated.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Condition.abatement[x]"
      }
    }, {
      "path": "Condition.abatement[x]",
      "min": 0,
      "definition": "Date on which the disorder to which the problem applies, is considered not to be present anymore. This date does not need to be the same as the date of the change in problem status. A ‘vague’ date, such as only the year or the month and the year, is permitted.",
      "short": "ProblemEndDate",
      "mapping": [ {
        "map": ".effectiveTime.high or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age at remission\"].value or .inboundRelationship[typeCode=SUBJ]source[classCode=CONC, moodCode=EVN].status=completed",
        "identity": "rim"
      }, {
        "map": "when.done",
        "identity": "w5"
      }, {
        "map": "NL-CM:5.1.9",
        "comment": "ProblemEndDate",
        "identity": "hcim-problem-v4.1-2017EN"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "sliceName": "abatementDateTime",
      "alias": [ "ProbleemEindDatum" ],
      "max": "1",
      "id": "Condition.abatement[x]:abatementDateTime",
      "condition": [ "con-4" ],
      "comment": "There is no explicit distinction between resolution and remission because in many cases the distinction is not clear. Age is generally used when the patient reports an age at which the Condition abated.  If there is no abatement element, it is unknown whether the condition has resolved or entered remission; applications and users should generally assume that the condition is still valid.  When abatementString exists, it implies the condition is abated.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Condition.abatement[x]"
      }
    }, {
      "path": "Condition.assertedDate",
      "min": 0,
      "definition": "The date on which the existance of the Condition was first asserted or acknowledged.",
      "short": "Date record was believed accurate",
      "mapping": [ {
        "map": "REL-11",
        "identity": "v2"
      }, {
        "map": ".participation[typeCode=AUT].time",
        "identity": "rim"
      }, {
        "map": "when.recorded",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "max": "1",
      "id": "Condition.assertedDate",
      "comment": "The assertedDate represents the date when this particular Condition record was created in the EHR, not the date of the most recent update in terms of when severity, abatement, etc. were specified.  The date of the last record modification can be retrieved from the resource metadata.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Condition.assertedDate"
      },
      "isSummary": true
    }, {
      "path": "Condition.asserter",
      "min": 0,
      "definition": "Individual who is making the condition statement.",
      "short": "Person who asserts this condition",
      "mapping": [ {
        "map": "REL-7.1 identifier + REL-7.12 type code",
        "identity": "v2"
      }, {
        "map": ".participation[typeCode=AUT].role",
        "identity": "rim"
      }, {
        "map": "who.author",
        "identity": "w5"
      }, {
        "map": "NL-CM:0.0.2",
        "comment": "InformationSource",
        "identity": "hcim-basicelements-v1.0-2017EN"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson"
      }, {
        "code": "Reference",
        "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
      }, {
        "code": "Reference",
        "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
      } ],
      "max": "1",
      "id": "Condition.asserter",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Condition.asserter"
      },
      "isSummary": true
    }, {
      "path": "Condition.asserter.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.asserter.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Condition.asserter.extension",
      "min": 0,
      "definition": "An Extension",
      "short": "Extension",
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "max": "*",
      "id": "Condition.asserter.extension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Condition.asserter.extension",
      "min": 0,
      "definition": "Optional Extension Element - found in all resources.",
      "short": "Optional Extensions Element",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension",
        "profile": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference"
      } ],
      "sliceName": "practitionerRole",
      "max": "1",
      "id": "Condition.asserter.extension:practitionerRole",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Condition.asserter.reference",
      "min": 0,
      "definition": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.",
      "short": "Literal reference, Relative, internal or absolute URL",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "Condition.asserter.reference",
      "condition": [ "ref-1" ],
      "comment": "Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries.   Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure \"/[type]/[id]\" then it should be assumed that the reference is to a FHIR RESTful server.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Reference.reference"
      },
      "isSummary": true
    }, {
      "path": "Condition.asserter.identifier",
      "min": 0,
      "definition": "An identifier for the other resource. This is used when there is no way to reference the other resource directly, either because the entity is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.",
      "short": "Logical reference, when literal reference is not known",
      "mapping": [ {
        "map": ".identifier",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "max": "1",
      "id": "Condition.asserter.identifier",
      "comment": "When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy. \n\nWhen both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference\n\nApplications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Reference.identifier"
      },
      "isSummary": true
    }, {
      "path": "Condition.asserter.display",
      "min": 0,
      "definition": "Plain text narrative that identifies the resource in addition to the resource reference.",
      "short": "Text alternative for the resource",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
        "valueBoolean": true
      } ],
      "max": "1",
      "id": "Condition.asserter.display",
      "comment": "This is generally not the same as the Resource.text of the referenced resource.  The purpose is to identify what's being referenced, not to fully describe it.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Reference.display"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      }, {
        "key": "con-1",
        "human": "Stage SHALL have summary or assessment",
        "xpath": "exists(f:summary) or exists(f:assessment)",
        "source": "http://hl7.org/fhir/StructureDefinition/Condition",
        "severity": "error",
        "expression": "summary.exists() or assessment.exists()"
      } ],
      "path": "Condition.stage",
      "min": 0,
      "definition": "Clinical stage or grade of a condition. May include formal severity assessments.",
      "short": "Stage/grade, usually assessed formally",
      "mapping": [ {
        "map": "./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"stage/grade\"]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "1",
      "id": "Condition.stage",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Condition.stage"
      }
    }, {
      "path": "Condition.stage.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.stage.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Condition.stage.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.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Condition.stage.extension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Condition.stage.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",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "Condition.stage.modifierExtension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "path": "Condition.stage.summary",
      "min": 0,
      "definition": "A simple summary of the stage such as \"Stage 3\". The determination of the stage is disease-specific.",
      "short": "Simple summary (disease specific)",
      "mapping": [ {
        "map": "< 254291000 |Staging and scales|",
        "identity": "sct-concept"
      }, {
        "map": "PRB-14",
        "identity": "v2"
      }, {
        "map": ".value",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ConditionStage"
        } ],
        "description": "Codes describing condition stages (e.g. Cancer stages).",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/condition-stage"
        }
      },
      "max": "1",
      "id": "Condition.stage.summary",
      "condition": [ "con-1" ],
      "base": {
        "max": "1",
        "min": 0,
        "path": "Condition.stage.summary"
      }
    }, {
      "path": "Condition.stage.assessment",
      "min": 0,
      "definition": "Reference to a formal record of the evidence on which the staging assessment is based.",
      "short": "Formal record of assessment",
      "mapping": [ {
        "map": ".self",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/ClinicalImpression"
      }, {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport"
      }, {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
      } ],
      "max": "*",
      "id": "Condition.stage.assessment",
      "condition": [ "con-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "Condition.stage.assessment"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      }, {
        "key": "con-2",
        "human": "evidence SHALL have code or details",
        "xpath": "exists(f:code) or exists(f:detail)",
        "source": "http://hl7.org/fhir/StructureDefinition/Condition",
        "severity": "error",
        "expression": "code.exists() or detail.exists()"
      } ],
      "path": "Condition.evidence",
      "min": 0,
      "definition": "Supporting Evidence / manifestations that are the basis on which this condition is suspected or confirmed.",
      "short": "Supporting evidence",
      "mapping": [ {
        "map": ".outboundRelationship[typeCode=SPRT].target[classCode=OBS, moodCode=EVN]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "*",
      "id": "Condition.evidence",
      "comment": "The evidence may be a simple list of coded symptoms/manifestations, or references to observations or formal assessments, or both.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Condition.evidence"
      }
    }, {
      "path": "Condition.evidence.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Condition.evidence.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Condition.evidence.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.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Condition.evidence.extension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Condition.evidence.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",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "Condition.evidence.modifierExtension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "path": "Condition.evidence.code",
      "min": 0,
      "definition": "A manifestation or symptom that led to the recording of this condition.",
      "short": "Manifestation/symptom",
      "mapping": [ {
        "map": "< 404684003 |Clinical finding|",
        "identity": "sct-concept"
      }, {
        "map": "[code=\"diagnosis\"].value",
        "identity": "rim"
      }, {
        "map": "why",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ManifestationOrSymptom"
        } ],
        "description": "Codes that describe the manifestation or symptoms of a condition.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom"
        }
      },
      "max": "*",
      "id": "Condition.evidence.code",
      "condition": [ "con-2" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "Condition.evidence.code"
      },
      "isSummary": true
    }, {
      "path": "Condition.evidence.detail",
      "min": 0,
      "definition": "Links to other relevant information, including pathology reports.",
      "short": "Supporting information found elsewhere",
      "mapping": [ {
        "map": ".self",
        "identity": "rim"
      }, {
        "map": "why",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
      } ],
      "max": "*",
      "id": "Condition.evidence.detail",
      "condition": [ "con-2" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "Condition.evidence.detail"
      },
      "isSummary": true
    }, {
      "path": "Condition.note",
      "min": 0,
      "definition": "Comment by the one who determined or updated the Problem.",
      "short": "Comment",
      "mapping": [ {
        "map": "NTE child of PRB",
        "identity": "v2"
      }, {
        "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value",
        "identity": "rim"
      }, {
        "map": "NL-CM:5.1.5",
        "comment": "Explanation",
        "identity": "hcim-concernfortransfer-v1.2-2015EN"
      }, {
        "map": "NL-CM:5.1.5",
        "comment": "Explanation",
        "identity": "hcim-concernfortransfer-v3.0-2016EN"
      }, {
        "map": "NL-CM:5.1.5",
        "comment": "Comment",
        "identity": "hcim-problem-v4.1-2017EN"
      } ],
      "type": [ {
        "code": "Annotation"
      } ],
      "mustSupport": true,
      "alias": [ "Toelichting" ],
      "max": "*",
      "id": "Condition.note",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Condition.note"
      }
    } ]
  },
  "status": "active",
  "id": "5d08d278-c7d8-4190-96a1-727f4b97aa28",
  "kind": "resource",
  "url": "http://hl7.nl/fhir/zorgviewer/StructureDefinition/Condition",
  "version": "1.4.0",
  "differential": {
    "element": [ {
      "id": "Condition",
      "path": "Condition",
      "constraint": [ {
        "key": "zv-con-1",
        "human": "At least one of Condition.onsetDateTime or Condition.onsetPeriod SHALL be present",
        "xpath": "f:onsetDateTime or f:onsetPeriod",
        "severity": "error",
        "expression": "onsetDateTime.exists() or onsetPeriod.exists()"
      }, {
        "key": "zv-con-2",
        "human": "Use either Condition.abatementDateTime or Condition.abatementPeriod for the resolved timestamp",
        "xpath": "f:abatementDateTime or f:abatementPeriod",
        "severity": "warning",
        "expression": "abatementDateTime.exists() or abatementPeriod.exists()"
      } ]
    }, {
      "id": "Condition.clinicalStatus",
      "min": 1,
      "path": "Condition.clinicalStatus",
      "mustSupport": true
    }, {
      "id": "Condition.code",
      "min": 1,
      "path": "Condition.code",
      "binding": {
        "strength": "extensible",
        "valueSetUri": "http://hl7.nl/fhir/zorgviewer/ValueSet/ProbleemNaamCodelist"
      },
      "mustSupport": true
    }, {
      "id": "Condition.code.text",
      "path": "Condition.code.text",
      "mustSupport": true
    }, {
      "id": "Condition.onset[x]",
      "min": 1,
      "path": "Condition.onset[x]",
      "mustSupport": true
    }, {
      "id": "Condition.abatement[x]",
      "path": "Condition.abatement[x]",
      "mustSupport": true
    }, {
      "id": "Condition.note",
      "path": "Condition.note",
      "mustSupport": true
    } ]
  },
  "contact": [ {
    "name": "RIVO-NN",
    "telecom": [ {
      "value": "https://rivo-noord.nl",
      "system": "url"
    } ]
  }, {
    "name": "HL7NL",
    "telecom": [ {
      "value": "https://hl7.nl",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-Problem"
}