FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/nxh-ext-performer

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-ext-performer
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-performer
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-performer
Statusactive
Date2024-01-17T12:21:45.8506087+00:00
NameNxhExtPerformer
DescriptionThe group(s) assigned as performer(s) of the goal.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
NxhGoalNxhGoal

Resources that this resource uses

ValueSet
nxh-vs-goal-groupsNxhVSGoalGroups

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "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"
        }
      }
    ]
  }
}