FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"url": "https://fhir.synapxe.sg/StructureDefinition/profile-ot-condition",
"version": "1.0.0",
"name": "Condition",
"title": "Condition Profile",
"status": "active",
"date": "2025-11-22",
"publisher": "Synapxe",
"description": "Profile for Condition resource used in diagnosis with mandatory elements.",
"fhirVersion": "5.0.0",
"kind": "resource",
"abstract": false,
"type": "Condition",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Condition.identifier",
"path": "Condition.identifier",
"short": "An identifier intended for computation",
"definition": "An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.",
"comment": "The rules of the identifier.type determine if a check digit is part of the ID value or sent separately, such as through the checkDigit extension.",
"min": 1,
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
]
}
]
},
{
"id": "Condition.identifier.system",
"path": "Condition.identifier.system",
"fixedUri": "https://fhir.synapxe.sg/NamingSystem/sequence-no"
},
{
"id": "Condition.clinicalStatus",
"path": "Condition.clinicalStatus",
"short": "Concept - reference to a terminology or just text",
"definition": "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.",
"comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
"fixedCodeableConcept": {
"text": "active"
}
},
{
"id": "Condition.clinicalStatus.id",
"path": "Condition.clinicalStatus.id",
"max": "0"
},
{
"id": "Condition.clinicalStatus.extension",
"path": "Condition.clinicalStatus.extension",
"max": "0"
},
{
"id": "Condition.clinicalStatus.coding",
"path": "Condition.clinicalStatus.coding",
"max": "0"
},
{
"id": "Condition.clinicalStatus.text",
"path": "Condition.clinicalStatus.text",
"min": 1,
"fixedString": "active"
},
{
"id": "Condition.verificationStatus",
"path": "Condition.verificationStatus",
"max": "0"
},
{
"id": "Condition.category",
"path": "Condition.category",
"max": "1",
"type": [
{
"code": "CodeableConcept",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
]
}
]
},
{
"id": "Condition.severity",
"path": "Condition.severity",
"max": "0"
},
{
"id": "Condition.code",
"path": "Condition.code",
"min": 1,
"type": [
{
"code": "CodeableConcept",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
]
}
]
},
{
"id": "Condition.bodySite",
"path": "Condition.bodySite",
"max": "0"
},
{
"id": "Condition.subject",
"path": "Condition.subject",
"type": [
{
"code": "Reference",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-reference-patient"
],
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-patient"
]
}
]
},
{
"id": "Condition.encounter",
"path": "Condition.encounter",
"max": "0"
},
{
"id": "Condition.onset[x]",
"path": "Condition.onset[x]",
"max": "0"
},
{
"id": "Condition.abatement[x]",
"path": "Condition.abatement[x]",
"max": "0"
},
{
"id": "Condition.recordedDate",
"path": "Condition.recordedDate",
"max": "0"
},
{
"id": "Condition.participant",
"path": "Condition.participant",
"max": "0"
},
{
"id": "Condition.stage",
"path": "Condition.stage",
"max": "0"
},
{
"id": "Condition.evidence",
"path": "Condition.evidence",
"max": "0"
},
{
"id": "Condition.note",
"path": "Condition.note",
"max": "1",
"type": [
{
"code": "Annotation",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-annotation"
]
}
]
}
]
}
}