FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | StructureDefinition |
| Id | profile-goal.StructureDefinition.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "profile-goal",
"url": "https://fhir.synapxe.sg/StructureDefinition/profile-goal",
"version": "1.2.2",
"name": "Goal",
"title": "Goal Profile",
"status": "active",
"publisher": "Synapxe",
"description": "This resource describes intended objectives for a patient, addressing healthcare needs or goals related to the provision of care, wellness, recovery, or health improvement.",
"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",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
},
"min": 1,
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "Goal.identifier:recordID",
"path": "Goal.identifier",
"sliceName": "recordID",
"min": 1,
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-identifier-record-id"
]
}
]
},
{
"id": "Goal.identifier:sequenceNo",
"path": "Goal.identifier",
"sliceName": "sequenceNo",
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-identifier-sequence-no"
]
}
]
}
]
}
}