FHIR IG Statistics: StructureDefinition/profile-condition
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Name | Flags | Card. | Type | Description & Constraints |
---|
 Condition | | 0..* | Condition | Condition Profile |
  clinicalStatus | ?!S | 0..1 | CodeableConcept | active | recurrence | relapse | inactive | remission | resolved |
  verificationStatus | ?!S | 0..1 | CodeableConcept | unconfirmed | provisional | differential | confirmed | refuted | entered-in-error |
  category | S | 0..* | CodeableConcept | problem-list-item | encounter-diagnosis |
  code | S | 0..1 | CodeableConcept | Identification of the condition, problem or diagnosis |
   Slices for coding | S | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by value:binding.valueSet |
    coding:HealthConcernCode | | 0..1 | Coding | CHI 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..1 | Coding | Other identifications of the condition, problem or diagnosis Binding: Condition/Problem/DiagnosisCodes (example) |
  subject | S | 1..1 | Reference(Patient Profile) | Who has the condition? |
  encounter | | 0..1 | Reference(Encounter Profile) | Encounter created as part of |
  onset[x] | S | 0..1 | dateTime, Age, Period, Range, string | Estimated or actual date, date-time, or age |
  recorder | | 0..1 | Reference(Practitioner Profile (General) | PractitionerRole Profile (General) | Patient Profile | RelatedPerson) | Who recorded the condition |
  asserter | | 0..1 | Reference(Practitioner Profile (General) | PractitionerRole Profile (General) | Patient Profile | RelatedPerson) | Person who asserts this condition |
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
}
]
}
}