FHIR IG Statistics: StructureDefinition/nxh-goal
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "nxh-goal",
"url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhGoal",
"name": "NxhGoal",
"status": "active",
"date": "2024-01-24T14:11:48.0758366+00:00",
"description": "Nexuzhealth profile for a goal.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Goal",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Goal",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Goal.extension",
"path": "Goal.extension",
"min": 1
},
{
"id": "Goal.extension:nxhExtHospitalCode",
"path": "Goal.extension",
"sliceName": "nxhExtHospitalCode",
"definition": "A reference to a hospital (an organization) the resource is related to.",
"min": 1,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode"
]
}
],
"isModifier": false
},
{
"id": "Goal.extension:nxhExtResponsible",
"path": "Goal.extension",
"sliceName": "nxhExtResponsible",
"definition": "The group (discipline) responsible for the goal.",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-responsible"
]
}
],
"isModifier": false
},
{
"id": "Goal.extension:nxhExtPerformer",
"path": "Goal.extension",
"sliceName": "nxhExtPerformer",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-performer"
]
}
],
"isModifier": false
},
{
"id": "Goal.identifier",
"path": "Goal.identifier",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
}
},
{
"id": "Goal.identifier:doelstellingNr",
"path": "Goal.identifier",
"sliceName": "doelstellingNr",
"short": "doelstellingNr",
"definition": "The doelstellingNr identifier of the goal.\r\n\r\nDoelstellingNr is an identifier assigned internally by Nexuzhealth in the KWS database.",
"min": 1,
"max": "1"
},
{
"id": "Goal.identifier:doelstellingNr.system",
"path": "Goal.identifier.system",
"fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/doelstellingRegistratie/doelstellingNr"
},
{
"id": "Goal.achievementStatus",
"path": "Goal.achievementStatus",
"short": "Describes the progression, or lack thereof, towards the goal against the target",
"min": 1,
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-goal-end-status"
}
},
{
"id": "Goal.category",
"path": "Goal.category",
"min": 1,
"max": "1",
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-goal-category-code"
}
},
{
"id": "Goal.description",
"path": "Goal.description",
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-goal-definition-code"
}
},
{
"id": "Goal.subject",
"path": "Goal.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Patient"
]
}
]
},
{
"id": "Goal.start[x]",
"path": "Goal.start[x]",
"min": 1,
"type": [
{
"code": "date"
}
]
},
{
"id": "Goal.target.measure",
"path": "Goal.target.measure",
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-goal-attribute-definition-code"
}
},
{
"id": "Goal.statusDate",
"path": "Goal.statusDate",
"min": 1
},
{
"id": "Goal.note.author[x]",
"path": "Goal.note.author[x]",
"short": "Group responsible for making the annotation",
"definition": "The group (discipline) responsible for making the annotation.",
"min": 1,
"type": [
{
"code": "string"
}
]
}
]
}
}