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

FHIR IG Statistics: StructureDefinition/nl-core-Stoma

Packagenictiz.fhir.nl.r4.nl-core
TypeStructureDefinition
Idnl-core-Stoma
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/nl-core-Stoma
URLhttp://nictiz.nl/fhir/StructureDefinition/nl-core-Stoma
Statusdraft
NameNlcoreStoma
Titlenl core Stoma
Realmnl
DescriptionA stoma is an unnatural, surgically created opening connecting a body cavity with the outside world. A stoma is created e.g. as an exit opening for feces or urine in the event that they cannot leave the body naturally. In the case of a tracheostomy, the stoma is intended to facilitate breathing if that is no longer possible via the oral, nasal and throat cavity.
PurposeA derived profile from [zib-Stoma](http://nictiz.nl/fhir/StructureDefinition/zib-Stoma) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib.
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.
TypeCondition
Kindresource

Resources that use this resource

StructureDefinition
nl-core-BowelFunctionnl core BowelFunction
nl-core-MedicalDevicenl core MedicalDevice

Resources that this resource uses

StructureDefinition
nl-core-AnatomicalLocationnl core AnatomicalLocation
nl-core-Patientnl core Patient
zib-Stomazib Stoma

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": "nl-core-Stoma",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://nictiz.nl/fhir/StructureDefinition/nl-core-Stoma",
  "name": "NlcoreStoma",
  "title": "nl core Stoma",
  "status": "draft",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A stoma is an unnatural, surgically created opening connecting a body cavity with the outside world. A stoma is created e.g. as an exit opening for feces or urine in the event that they cannot leave the body naturally. In the case of a tracheostomy, the stoma is intended to facilitate breathing if that is no longer possible via the oral, nasal and throat cavity.",
  "purpose": "A derived profile from [zib-Stoma](http://nictiz.nl/fhir/StructureDefinition/zib-Stoma) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib.",
  "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-stoma-v3.3-2020EN",
      "uri": "https://zibs.nl/wiki/Stoma-v3.3(2020EN)",
      "name": "zib Stoma-v3.3(2020EN)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-Stoma",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition",
        "path": "Condition",
        "comment": "Please note that on a functional level, zib Stoma references zib MedicalDevice, but in FHIR this direction is reversed. Therefore, the concept StomaMaterial (NL-CM:5.2.3) is mapped on `DeviceUseStatement.reasonReference` in profile [nl-core-MedicalDevice](http://nictiz.nl/fhir/StructureDefinition/nl-core-MedicalDevice) instead of in this profile.",
        "alias": [
          "nl-core-Stoma"
        ]
      },
      {
        "id": "Condition.bodySite",
        "path": "Condition.bodySite",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-AnatomicalLocation"
            ]
          }
        ]
      },
      {
        "id": "Condition.subject",
        "path": "Condition.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Group",
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
            ]
          }
        ]
      }
    ]
  }
}