PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha-pds@0.9.0-alpha-1.9.2
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-condition
{
  "description": "Proposed constraints and extensions on the Condition Resource",
  "_filename": "StructureDefinition-profile-condition.json",
  "package_name": "ca.on.oh.mha-pds",
  "date": "2020-07-21",
  "derivation": "constraint",
  "publisher": "HL7 Canada - FHIR Implementation Work Group",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "CA",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "ConditionProfile",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "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/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://snomed.org/attributebinding",
    "name": "SNOMED CT Attribute Binding",
    "identity": "sct-attr"
  }, {
    "name": "MHA PDS Mapping",
    "identity": "MHA-PDS-Mapping"
  } ],
  "abstract": false,
  "type": "Condition",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "MHA Condition Profile",
  "package_version": "0.9.0-alpha-1.9.2",
  "status": "draft",
  "id": "03781a67-8644-461f-9d2a-45a7f7cef61e",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-condition",
  "version": "0.1.0",
  "differential": {
    "element": [ {
      "id": "Condition",
      "path": "Condition",
      "short": "Condition Profile",
      "definition": "The Condition Profile is based upon the core FHIR Condition Resource",
      "mustSupport": true
    }, {
      "id": "Condition.meta",
      "min": 1,
      "path": "Condition.meta",
      "mustSupport": true
    }, {
      "id": "Condition.meta.profile",
      "max": "1",
      "min": 1,
      "path": "Condition.meta.profile",
      "mustSupport": true
    }, {
      "id": "Condition.code",
      "min": 1,
      "path": "Condition.code",
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/pre-existing-conditions",
        "description": "Represents the client's self reported past medical condition(s)."
      },
      "definition": "Identification of the client's self reported relevant condition, problem or diagnosis or recording of 'problem absent' or of 'problems unknown'.",
      "mustSupport": true
    }, {
      "id": "Condition.code.coding",
      "path": "Condition.code.coding",
      "definition": "Identification of the patient's relevant condition, problem or diagnosis or recording of 'problem absent' or of 'problems unknown', as interpreted by the provider.",
      "mustSupport": true
    }, {
      "id": "Condition.code.coding.system",
      "min": 1,
      "path": "Condition.code.coding.system",
      "mustSupport": true
    }, {
      "id": "Condition.code.coding.code",
      "min": 1,
      "path": "Condition.code.coding.code",
      "mustSupport": true
    }, {
      "id": "Condition.code.coding.display",
      "min": 1,
      "path": "Condition.code.coding.display",
      "mustSupport": true
    }, {
      "id": "Condition.subject",
      "path": "Condition.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Condition.encounter",
      "path": "Condition.encounter",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-encounter" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Condition.onset[x]",
      "path": "Condition.onset[x]",
      "type": [ {
        "code": "dateTime"
      } ],
      "mustSupport": true
    }, {
      "id": "Condition.recorder",
      "path": "Condition.recorder",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.hl7.org/fhir/StructureDefinition/practitioner", "https://www.hl7.org/fhir/StructureDefinition/practitionerrole", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-organization" ]
      } ]
    }, {
      "id": "Condition.asserter",
      "path": "Condition.asserter",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient" ]
      } ],
      "mustSupport": true
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition"
}