PackagesCanonicalsLogsProblems
    Packages
    fmcna.caredata.fhir.ig.r4@1.1.3
    http://fkcfhir.org/fhir/StructureDefinition/fmc-condition-profile
{
  "description": "Fresenius Condition Profile",
  "_filename": "StructureDefinition-fmc-condition-profile.json",
  "package_name": "fmcna.caredata.fhir.ig.r4",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "FreseniusConidtion",
  "abstract": false,
  "type": "Condition",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Fresenius Condition Profile",
  "package_version": "1.1.3",
  "status": "active",
  "id": "34058a66-adaf-4582-ae0f-47538da6c07c",
  "kind": "resource",
  "url": "http://fkcfhir.org/fhir/StructureDefinition/fmc-condition-profile",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Condition",
      "path": "Condition",
      "constraint": [ {
        "key": "cond-1",
        "human": "Condition onset start datetime must be less that current date + 1 year",
        "source": "http://fkcfhir.org/fhir/StructureDefinition/fmc-condition-profile",
        "severity": "error",
        "expression": "Condition.onsetPeriod.where(start <= (now() - 1 year))"
      } ]
    }, {
      "id": "Condition.extension",
      "min": 1,
      "path": "Condition.extension"
    }, {
      "id": "Condition.extension:conidtionType",
      "max": "1",
      "min": 0,
      "path": "Condition.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://fkcfhir.org/fhir/StructureDefinition/fmc-condition-type-extn" ]
      } ],
      "short": "Condition Type",
      "sliceName": "conidtionType",
      "mustSupport": true
    }, {
      "id": "Condition.extension:conidtionEoc",
      "max": "1",
      "min": 1,
      "path": "Condition.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://fkcfhir.org/fhir/StructureDefinition/fmc-condition-eoc-extn" ]
      } ],
      "short": "Condition Episode Of Care",
      "sliceName": "conidtionEoc",
      "mustSupport": true
    }, {
      "id": "Condition.identifier",
      "min": 1,
      "base": {
        "max": "*",
        "min": 1,
        "path": "Condition.identifier"
      },
      "path": "Condition.identifier",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Condition.identifier:ConditionIdentifier",
      "max": "1",
      "min": 1,
      "path": "Condition.identifier",
      "sliceName": "ConditionIdentifier",
      "mustSupport": true
    }, {
      "id": "Condition.identifier:ConditionIdentifier.system",
      "min": 1,
      "path": "Condition.identifier.system",
      "patternUri": "urn:oid:2.16.840.1.113883.3.7418.15.1"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis"
}