StructureDefinition UKCore-Condition

For detailing any Condition related information about the proband/consultands within a test order.

It is expected that the information used to populate this resource SHOULD be sourced from the requesters EHR system. As such, there is no limit on the amount of detail that can be provided, though at a minimum the code and subject fields SHOULD be populated.

It is also highly preferred if the verificationStatus, onsetDateTime, recordedDate, recorded and abatementDateTime are populated if applicable/known.

The primary condition, being tested for SHOULD be referenced via ServiceRequest.reasonReference, additional relevant conditions SHOULD be referenced via ServiceRequest.supportingInfo.

Profile url FHIR Module Normative Status
https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition UKCore trial-use

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
bodyStructureR6I0..1Extension(Reference(BodyStructure))
conditionEpisodeI0..*Extension(CodeableConcept)
modifierExtension?! I0..*Extension
identifierΣ0..*Identifier
clinicalStatusS Σ ?! I0..1CodeableConceptBinding
verificationStatusS Σ ?! I0..1CodeableConceptBinding
category0..*CodeableConceptBinding
severityS0..1CodeableConceptBinding
codeS Σ0..1CodeableConceptBinding
bodySiteΣ0..*CodeableConceptBinding
subjectS Σ I1..1Reference(Patient | Group)
encounterΣ I0..1Reference(Encounter)
onsetDateTimedateTime
onsetAgeAge
onsetPeriodPeriod
onsetRangeRange
onsetStringstring
abatementDateTimedateTime
abatementAgeAge
abatementPeriodPeriod
abatementRangeRange
abatementStringstring
recordedDateΣ0..1dateTime
recorderS Σ I0..1Reference(Practitioner | PractitionerRole | Patient | RelatedPerson)
asserterΣ I0..1Reference(Practitioner | PractitionerRole | Patient | RelatedPerson)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
summaryI0..1CodeableConcept
assessmentI0..*Reference(ClinicalImpression | DiagnosticReport | Observation)
type0..1CodeableConcept
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
codeΣ I0..*CodeableConcept
detailΣ I0..*Reference(Resource)
note0..*Annotation


FHIR MDS HL7v2
Condition Patient Clinical Presentation, Diabetic complications DG1
Condition.bodySite Has multiple primary tumours, Count of tumours, Site of tumour (many), Abnormal infection history site, Abnormal infection history site organism Multiple DG1 segments (bodySite for condition not in scope for HL7v2)
Condition.verificationStatus Known/suspected disease DG1-6
Condition.recordedDate Date of diagnosis, Diagnosis during pregnancy DG1-5
Condition.clinicalStatus Disease status, Is patient in treatment free remission, Is diabetes in remission Potentially mapped to DG1-17
Condition.code Phenotypic details (Many), Solid tumour type, Liquid tumour type, Laterality of hearing loss, Fetal maternal screening genotype, Fetal paternal screening genotype, Thyroid gland state, Pituitary tumour type, Pancreatic tumour type, Phaeochromocytoma, Progeroid features, Severity of hearing loss, Retinal degeneration, Hepatic vs neurological presentation, Suspected inborn error type(s) Additional DG1 segments (DG1-3)
Condition.onsetDateTime Date of disease onset, Duration of hyperinsulism (when compared to abatementDateTime for non OML messages PRB-16
Condition.evidence.detail( reference( FamilyMemberHistory, Media ) ) Pedigree details/diagram, Disease penetrance N/A not in scope for HL7v2, could be added as additional DG1 segments related to relatives (representation of family history in HL7v2 still pending investigation)
Condition.evidence.code Symptoms at onset Separate DG1 with DG1-17=S

Additional Guidance

extension:bodyStructureR6

Extension provided to allow users to ascribe topology and morphology items to conditions themselves. For collection of body structure information for primary and secondary tumours separately, these should be referenced from conditions associated with the primary and secondary tumour respectively.
"extension": [
{
"url": "http://hl7.org/fhir/6.0/StructureDefinition/extension-Condition.bodyStructure",
"valueReference": {
"reference": "BodyStructure/BodyStructure-BodySiteLocationLungs-Example"
}
}
]

code

SHOULD be present. SNOMED CT coding is preferred, though alternative codings MAY be provided subject to review of the Coding system by the NHS England Genomics Unit.
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "95820000",
"display": "Bilateral hearing loss"
}
]
},

subject

SHALL be present. Reference to the associated Patient. This MAY be through a resource reference if the ID on the central service is known (or provided within the transaction bundle) or through NHS number where this is known and has been traced through PDS
"subject": {
"reference": "Patient/Patient-MeirLieberman-Example",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307873"
}
},

note

For recording additional information regarding the condition where this does not fit into the structured fields or cannot be structured due to the way this information has been recorded in source systems.
"note": [
{
"text": "hearing loss since childhood (example)"
}
]