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-goal",
"name": "Goal",
"status": "draft",
"fhirVersion": "5.0.0",
"kind": "resource",
"abstract": false,
"type": "Goal",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Goal",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Goal.identifier",
"path": "Goal.identifier",
"min": 1,
"max": "1"
},
{
"id": "Goal.achievementStatus",
"path": "Goal.achievementStatus",
"max": "0"
},
{
"id": "Goal.category",
"path": "Goal.category",
"max": "0"
},
{
"id": "Goal.continuous",
"path": "Goal.continuous",
"max": "0"
},
{
"id": "Goal.priority",
"path": "Goal.priority",
"max": "0"
},
{
"id": "Goal.subject",
"path": "Goal.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-patient",
"https://fhir.synapxe.sg/StructureDefinition/profile-organization"
]
}
]
},
{
"id": "Goal.target",
"path": "Goal.target",
"max": "1"
},
{
"id": "Goal.target.id",
"path": "Goal.target.id",
"max": "0"
},
{
"id": "Goal.target.extension",
"path": "Goal.target.extension",
"max": "0"
},
{
"id": "Goal.target.modifierExtension",
"path": "Goal.target.modifierExtension",
"max": "0"
},
{
"id": "Goal.target.measure",
"path": "Goal.target.measure",
"max": "0"
},
{
"id": "Goal.target.detail[x]",
"path": "Goal.target.detail[x]",
"max": "0"
},
{
"id": "Goal.target.due[x]",
"path": "Goal.target.due[x]",
"min": 1
},
{
"id": "Goal.statusDate",
"path": "Goal.statusDate",
"min": 1
},
{
"id": "Goal.statusReason",
"path": "Goal.statusReason",
"max": "0"
},
{
"id": "Goal.source",
"path": "Goal.source",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-practitioner",
"https://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole",
"https://fhir.synapxe.sg/StructureDefinition/profile-patient"
]
}
]
},
{
"id": "Goal.addresses",
"path": "Goal.addresses",
"max": "0"
},
{
"id": "Goal.note",
"path": "Goal.note",
"max": "0"
},
{
"id": "Goal.outcome",
"path": "Goal.outcome",
"max": "0"
}
]
}
}