FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-ext-motivation
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-motivation
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-motivation
Statusactive
Date2024-01-02T13:55:33.4533347+00:00
NameNxhExtMotivation
DescriptionThe motivation for the Consent.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
NxhConsentNxhConsent

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "nxh-ext-motivation",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-motivation",
  "name": "NxhExtMotivation",
  "status": "active",
  "date": "2024-01-02T13:55:33.4533347+00:00",
  "description": "The motivation for the Consent.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Consent"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Motivation of Consent",
        "definition": "Motivation of Consent"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-motivation"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "definition": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list)",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}