FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "nxh-ext-performer",
"url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-performer",
"name": "NxhExtPerformer",
"status": "active",
"date": "2024-01-17T12:21:45.8506087+00:00",
"description": "The group(s) assigned as performer(s) of the goal.",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Goal"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "The group(s) assigned as performer(s) of the goal",
"definition": "The group(s) assigned as performer(s) of the goal."
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-performer"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"type": [
{
"code": "Coding"
}
],
"binding": {
"strength": "required",
"description": "Valueset to define custom goal groups using Nexuzhealth specific values.",
"valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-goal-groups"
}
}
]
}
}