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

FHIR IG Statistics: StructureDefinition/NICE-Verified

Packageniceprofiling.v23q1
Resource TypeStructureDefinition
IdNICE-Verified
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=niceprofiling.v23q1@0.5.0&canonical=https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1
URLhttps://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1
Version1.0.0
Statusactive
Date2022-02-01T09:53:04.0024176Z
NameNICE-Verified
TitleNICE-Verified
DescriptionExtension that is used to indicate whether the entire instance has been validated. Every instance shall be validated by a hospital member / datamanager. However, this is not always feasible in case of automated submission of NICE data elements. This extensions shall be used to indicate the validation status of the instance.
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
NICE-BloodPressure-2022Q1NICE-BloodPressure
NICE-BodyHeight-2022Q1NICE-BodyHeight
NICE-BodyTemperature-2022Q1NICE-BodyTemperature
NICE-BodyWeight-2022Q1NICE-BodyWeight
NICE-Condition-2022Q1NICE-Condition
NICE-Consent-2022Q1NICE-Consent
NICE-FeedingTubeSystem-2022Q1NICE-FeedingTubeSystem
NICE-GeneralMeasurement-2022Q1NICE-GeneralMeasurement
NICE-GlasgowComaScale-2022Q1NICE-GlasgowComaScale
NICE-HealthProvider-2022Q1NICE-HealthProvider
NICE-HeartRate-2022Q1NICE-HeartRate
NICE-IntravenousFluid-2022Q1NICE-IntravenousFluid
NICE-LaboratoryTestResultObservation-2022Q1NICE-LaboratoryTestResultObservation
NICE-LaboratoryTestResultSpecimen-2022Q1NICE-LaboratoryTestResultSpecimen
NICE-MedicalDeviceProduct-2022Q1NICE-MedicalDeviceProduct
NICE-MedicationAdministration-2022Q1NICE-MedicationAdministration
NICE-MedicationAgreement-2022Q1NICE-MedicationAgreement
NICE-PacemakerUsage-2022Q1NICE-PacemakerUsage
NICE-PacemakerUse-2022Q1NICE-PacemakerUse
NICE-Patient-2022Q1NICE-Patient
NICE-PractitionerRole-2022Q1NICE-PractitionerRole
NICE-PressureUlcer-2022Q1NICE-PressureUlcer
NICE-Procedure-2022Q1NICE-Procedure
NICE-Respiration-2022Q1NICE-Respiration
NICE-TreatmentDirective-2022Q1NICE-TreatmentDirective
NICE-UrineOutput-2022Q1NICE-UrineOutput

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


Source

{
  "resourceType": "StructureDefinition",
  "id": "NICE-Verified",
  "meta": {
    "lastUpdated": "2022-02-01T12:26:24.551+00:00"
  },
  "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
  "version": "1.0.0",
  "name": "NICE-Verified",
  "title": "NICE-Verified",
  "status": "active",
  "date": "2022-02-01T09:53:04.0024176Z",
  "publisher": "NICE",
  "description": "Extension that is used to indicate whether the entire instance has been validated. \r\n\r\nEvery instance shall be validated by a hospital member / datamanager. However, this is not always feasible in case of automated submission of NICE data elements. This extensions shall be used to indicate the validation status of the instance.",
  "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": [
    "Resource"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Verified",
        "definition": "Extension that is used to indicate whether the entire instance has been validated. \r\n\r\nEvery instance shall be validated by an ICU member / datamanager. However, this is not always feasible in case of automated submission of NICE data elements. During the process of automated submission it is therefore possible to submit data that is not yet validated. This extension shall be used to indicate the validation status of the instance.",
        "mustSupport": true
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1"
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept",
        "path": "Extension.valueCodeableConcept",
        "sliceName": "valueCodeableConcept",
        "short": "Value of Verified",
        "definition": "Yes: Instance is validated\r\nNo: Instance is not validated",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "Y/N (Yes, No)",
          "valueSetUri": "https://terminology.hl7.org/2.0.0/ValueSet-v2-0532.html"
        }
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept.coding",
        "path": "Extension.valueCodeableConcept.coding",
        "max": "1"
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept.coding.system",
        "path": "Extension.valueCodeableConcept.coding.system",
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0532"
      }
    ]
  }
}