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

FHIR IG Statistics: StructureDefinition/NICE-MedicationUse

Packageniceprofiling.v23q1
Resource TypeStructureDefinition
IdNICE-MedicationUse
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=niceprofiling.v23q1@0.5.0&canonical=https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-MedicationUse-2022Q1
URLhttps://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-MedicationUse-2022Q1
Version0.0.1
Statusactive
Date2021-11-30T14:05:56.4600812+00:00
NameNICE-MedicationUse
TitleNICE-MedicationUse
DescriptionThis profile is for submitting data to the nice related to the period of medication use.
PurposeThis profile is used to submit period of medication use related information to the Dutch National Intensive Care Evaluation (NICE). It was derived from the Nictiz Health and Care Information Model (HCIM; Dutch: Zorginformatiebouwsteen or ZIB) MedicationStatement, 2017 release version 3.1
CopyrightCC0
TypeMedicationStatement
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
NICE-Encounter-2022Q1NICE-Encounter
NICE-Patient-2022Q1NICE-Patient
zib-MedicationUseHCIM Medication Use

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "NICE-MedicationUse",
  "meta": {
    "lastUpdated": "2022-08-04T15:15:02.4050728+00:00"
  },
  "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-MedicationUse-2022Q1",
  "version": "0.0.1",
  "name": "NICE-MedicationUse",
  "title": "NICE-MedicationUse",
  "status": "active",
  "date": "2021-11-30T14:05:56.4600812+00:00",
  "publisher": "NICE",
  "contact": [
    {
      "name": "NICE",
      "telecom": [
        {
          "system": "email",
          "value": "vragen@stichting-nice.nl"
        }
      ]
    }
  ],
  "description": "This profile is for submitting data to the nice related to the period of medication use.",
  "purpose": "This profile is used to submit period of medication use related information to the Dutch National Intensive Care Evaluation (NICE). It was derived from the Nictiz Health and Care Information Model (HCIM; Dutch: Zorginformatiebouwsteen or ZIB) MedicationStatement, 2017 release version 3.1",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "NICE-Datadictionary-MDS",
      "uri": "https://www.stichting-nice.nl/dd/#528",
      "name": "NICE-Datadictionary-MDS",
      "comment": "The Minimal Data Set (MDS)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "MedicationStatement",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-MedicationUse",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationStatement.context",
        "path": "MedicationStatement.context",
        "short": "Encounter associated with MedicationStatement",
        "definition": "The encounter or episode of care that establishes the context for this MedicationStatement.\r\n\r\nThe encounter SHALL always be an Encounter that is related to an ICU submission. Even though the MedicationStatement is established within an earlier -different- Encounter.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Encounter-2022Q1"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationStatement.status",
        "path": "MedicationStatement.status",
        "mustSupport": true
      },
      {
        "id": "MedicationStatement.category",
        "path": "MedicationStatement.category",
        "mustSupport": true
      },
      {
        "id": "MedicationStatement.medicationReference:medicationReference",
        "path": "MedicationStatement.medicationReference",
        "sliceName": "medicationReference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-PharmaceuticalProduct-2022Q1"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationStatement.effectivePeriod:effectivePeriod",
        "path": "MedicationStatement.effectivePeriod",
        "sliceName": "effectivePeriod",
        "mapping": [
          {
            "identity": "NICE-Datadictionary-MDS",
            "map": "https://www.stichting-nice.nl/dd/#57",
            "comment": "Chronic Obstructive Pulmonary Disease"
          },
          {
            "identity": "NICE-Datadictionary-MDS",
            "map": "https://www.stichting-nice.nl/dd/#78",
            "comment": "Diabetes"
          },
          {
            "identity": "NICE-Datadictionary-MDS",
            "map": "https://www.stichting-nice.nl/dd/#159",
            "comment": "Immunological insufficiency"
          },
          {
            "identity": "NICE-Datadictionary-MDS",
            "map": "https://www.stichting-nice.nl/dd/#411",
            "comment": "Thrombolytic therapy following acute myocardial infarction"
          },
          {
            "identity": "NICE-Datadictionary-MDS",
            "map": "https://www.stichting-nice.nl/dd/#432",
            "comment": "Vasoactive medication"
          }
        ]
      },
      {
        "id": "MedicationStatement.dateAsserted",
        "path": "MedicationStatement.dateAsserted",
        "mustSupport": true
      },
      {
        "id": "MedicationStatement.subject",
        "path": "MedicationStatement.subject",
        "short": "Who is/was taking the medication",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Patient-2022Q1"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}