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

FHIR IG Statistics: StructureDefinition/NICE-SubmissionModule

Packageniceprofiling.v23q1
Resource TypeStructureDefinition
IdNICE-SubmissionModule
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=niceprofiling.v23q1@0.5.0&canonical=https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-SubmissionModule-2022Q1
URLhttps://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-SubmissionModule-2022Q1
Version0.0.1
Statusactive
NameNICE-SubmissionModule
TitleNICE-SubmissionModule
DescriptionExtension that shall be used to indicate the NICE submission module that is related to the submitted element.
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
NICE-ExtremeValueTypeNICE-ExtremeValueType

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "NICE-SubmissionModule",
  "meta": {
    "lastUpdated": "2021-11-03T11:21:31.915+00:00"
  },
  "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-SubmissionModule-2022Q1",
  "version": "0.0.1",
  "name": "NICE-SubmissionModule",
  "title": "NICE-SubmissionModule",
  "status": "active",
  "publisher": "NICE",
  "description": "Extension that shall be used to indicate the NICE submission module that is related to the submitted element.",
  "copyright": "CC0",
  "contact": [
    {
      "name": "NICE",
      "telecom": [
        {
          "system": "email",
          "value": "vragen@stichting-nice.nl"
        }
      ]
    }
  ],
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Observation",
    "MedicationAdministration"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Sbmission module"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://example.org/fhir/StructureDefinition/NICE-SubmissionModule"
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept",
        "path": "Extension.valueCodeableConcept",
        "sliceName": "valueCodeableConcept",
        "short": "NICE submission module",
        "definition": "Description of the NICE submission module",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "Codelist of the NICE submission module",
          "valueSetUri": "https://fhir.stichting-nice.nl/ValueSet/NICE-ExtremeValueType"
        }
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept.coding",
        "path": "Extension.valueCodeableConcept.coding",
        "max": "1"
      }
    ]
  }
}