FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "Diagnosis",
"url": "https://fhir.synapxe.sg/StructureDefinition/profile-ds-diagnosis",
"version": "1.0.0",
"name": "Diagnosis",
"title": "Diagnosis 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.modifierExtension",
"path": "Condition.modifierExtension",
"max": "0"
},
{
"id": "Condition.identifier",
"path": "Condition.identifier",
"max": "0"
},
{
"id": "Condition.clinicalStatus",
"path": "Condition.clinicalStatus",
"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",
"min": 1,
"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",
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-patient"
]
}
]
},
{
"id": "Condition.subject.id",
"path": "Condition.subject.id",
"max": "0"
},
{
"id": "Condition.subject.extension",
"path": "Condition.subject.extension",
"max": "0"
},
{
"id": "Condition.subject.reference",
"path": "Condition.subject.reference",
"max": "0"
},
{
"id": "Condition.subject.type",
"path": "Condition.subject.type",
"min": 1,
"fixedUri": "Patient"
},
{
"id": "Condition.subject.identifier",
"path": "Condition.subject.identifier",
"min": 1,
"type": [
{
"code": "Identifier",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
]
}
]
},
{
"id": "Condition.subject.identifier.system",
"path": "Condition.subject.identifier.system",
"fixedUri": "https://fhir.synapxe.sg/NamingSystem/nric"
},
{
"id": "Condition.subject.display",
"path": "Condition.subject.display",
"max": "0"
},
{
"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",
"min": 1,
"max": "1",
"type": [
{
"code": "Annotation",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-annotation"
]
}
]
}
]
}
}