FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/profile-condition

Packageca.on.oh.mha-pds
TypeStructureDefinition
Idprofile-condition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.38&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-condition
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-condition
Version0.1.0
Statusactive
Date2022-08-22T20:17:06.3613088+00:00
NameConditionProfile
TitleMHA Condition Profile
Realmca
Authorityhl7
DescriptionProposed constraints and extensions on the Condition Resource
TypeCondition
Kindresource

Resources that use this resource

StructureDefinition
ca-on-mha-profile-bundleMHA Bundle Profile
ca-on-mha-profile-BundleMHA Bundle Profile

Resources that this resource uses

StructureDefinition
ca-on-mha-profile-patientMHA Patient Profile
ca-on-mha-profile-encounterMHA Encounter Profile
ValueSet
pre-existing-conditionsPre-existing Conditions

Narrative

Note: links and images are rebased to the (stated) source

NameFlagsCard.TypeDescription & Constraintsdoco
.. Condition 0..*ConditionCondition Profile
... clinicalStatus ?!S0..1CodeableConceptactive | recurrence | relapse | inactive | remission | resolved
... verificationStatus ?!S0..1CodeableConceptunconfirmed | provisional | differential | confirmed | refuted | entered-in-error
... category S0..*CodeableConceptproblem-list-item | encounter-diagnosis
... code S0..1CodeableConceptIdentification of the condition, problem or diagnosis
.... Slices for coding S0..*CodingCode defined by a terminology system
Slice: Unordered, Open by value:binding.valueSet
..... coding:HealthConcernCode 0..1CodingCHI identification of the condition, problem or diagnosis
Binding: https://fhir.infoway-inforoute.ca/ValueSet/healthconcerncode (required): Represents the patient's relevant clinical problems, conditions, diagnoses, symptoms, findings and complaints, as interpreted by the provider.

..... coding:@default 0..1CodingOther identifications of the condition, problem or diagnosis
Binding: Condition/Problem/DiagnosisCodes (example)
... subject S1..1Reference(Patient Profile)Who has the condition?
... encounter 0..1Reference(Encounter Profile)Encounter created as part of
... onset[x] S0..1dateTime, Age, Period, Range, stringEstimated or actual date, date-time, or age
... recorder 0..1Reference(Practitioner Profile (General) | PractitionerRole Profile (General) | Patient Profile | RelatedPerson)Who recorded the condition
... asserter 0..1Reference(Practitioner Profile (General) | PractitionerRole Profile (General) | Patient Profile | RelatedPerson)Person who asserts this condition

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "profile-condition",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-condition",
  "version": "0.1.0",
  "name": "ConditionProfile",
  "title": "MHA Condition Profile",
  "status": "active",
  "date": "2022-08-22T20:17:06.3613088+00:00",
  "publisher": "HL7 Canada - FHIR Implementation Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations"
        }
      ]
    }
  ],
  "description": "Proposed constraints and extensions on the Condition Resource",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "sct-concept",
      "uri": "http://snomed.info/conceptdomain",
      "name": "SNOMED CT Concept Domain Binding"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.org/attributebinding",
      "name": "SNOMED CT Attribute Binding"
    },
    {
      "identity": "MHA-PDS-Mapping",
      "name": "MHA PDS Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "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",
        "path": "Condition.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Condition.meta.profile",
        "path": "Condition.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-condition",
        "mustSupport": true
      },
      {
        "id": "Condition.code",
        "path": "Condition.code",
        "definition": "Identification of the client's self reported relevant condition, problem or diagnosis or recording of 'problem absent' or of 'problems unknown'.",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Represents the client's self reported past medical condition(s).",
          "valueSet": "http://ontariohealth.ca/fhir/ValueSet/pre-existing-conditions"
        }
      },
      {
        "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",
        "path": "Condition.code.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Condition.code.coding.code",
        "path": "Condition.code.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Condition.code.coding.display",
        "path": "Condition.code.coding.display",
        "min": 1,
        "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.asserter",
        "path": "Condition.asserter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}