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

FHIR IG Statistics: StructureDefinition/ext-Procedure.ProcedureMethod

Packagenictiz.fhir.nl.r4.zib2020
TypeStructureDefinition
Idext-Procedure.ProcedureMethod
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.zib2020@0.12.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/ext-Procedure.ProcedureMethod
URLhttp://nictiz.nl/fhir/StructureDefinition/ext-Procedure.ProcedureMethod
Statusdraft
NameExtProcedureProcedureMethod
Titleext Procedure.ProcedureMethod
Realmnl
Authorityhl7
DescriptionAn extension to provide the method or technique that was used to perform the procedure, e.g. approach, lavage, pressuring, etc.
PurposeThis extension represents the ProcedureMethod concept of the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Procedure v5.2 (2020)](https://zibs.nl/wiki/Procedure-v5.2(2020EN)). The FHIR procedure method extension (http://hl7.org/fhir/StructureDefinition/procedure-method) cannot be used in R4 because it has a `0..1` cardinality which does not match the zib cardinality of `0..*` for this concept. The next release of FHIR, R5, will fix the cardinality to `0..*` (https://jira.hl7.org/browse/FHIR-30769) allowing the replacement of this extension with the HL7 FHIR core extension.
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
zib-Procedure-eventzib Procedure event
DentalCare-ProcedureEventDentalCare - Procedure Event Dental Care

Resources that this resource uses

ValueSet
2.16.840.1.113883.2.4.3.11.60.40.2.14.1.4--20200901000000VerrichtingMethodeCodelijst

Narrative

Note: links and images are rebased to the (stated) source

No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.

Source

{
  "resourceType": "StructureDefinition",
  "id": "ext-Procedure.ProcedureMethod",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://nictiz.nl/fhir/StructureDefinition/ext-Procedure.ProcedureMethod",
  "name": "ExtProcedureProcedureMethod",
  "title": "ext Procedure.ProcedureMethod",
  "status": "draft",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "An extension to provide the method or technique that was used to perform the procedure, e.g. approach, lavage, pressuring, etc.",
  "purpose": "This extension represents the ProcedureMethod concept of the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Procedure v5.2 (2020)](https://zibs.nl/wiki/Procedure-v5.2(2020EN)). The FHIR procedure method extension (http://hl7.org/fhir/StructureDefinition/procedure-method) cannot be used in R4 because it has a `0..1` cardinality which does not match the zib cardinality of `0..*` for this concept. The next release of FHIR, R5, will fix the cardinality to `0..*` (https://jira.hl7.org/browse/FHIR-30769) allowing the replacement of this extension with the HL7 FHIR core extension.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "zib-procedure-v5.2-2020EN",
      "uri": "https://zibs.nl/wiki/Procedure-v5.2(2020EN)",
      "name": "zib Procedure-v5.2(2020EN)"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Procedure"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/ext-Procedure.ProcedureMethod"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "ProcedureMethod",
        "definition": "The method or technique that was used to perform the procedure, e.g. approach, lavage, pressuring, etc.",
        "alias": [
          "VerrichtingMethode"
        ],
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.4--20200901000000"
        },
        "mapping": [
          {
            "identity": "zib-procedure-v5.2-2020EN",
            "map": "NL-CM:14.1.12",
            "comment": "ProcedureMethod"
          }
        ]
      }
    ]
  }
}