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

FHIR IG Statistics: StructureDefinition/PosiTheraSupply

Packagehsos.eWundbericht
Resource TypeStructureDefinition
IdPosiTheraSupply
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hsos.eWundbericht@0.9.0&canonical=http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Supply
URLhttp://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Supply
Version0.9
Statusdraft
NameSupply
DescriptionProfile for supply in the context of the wound summary.
CopyrightForschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück
TypeDevice
Kindresource

Resources that use this resource

StructureDefinition
DeviceRequestDeviceRequest
EWoundSummaryEWoundSummary

Resources that this resource uses

StructureDefinition
PatientPatient
ValueSet
HilfsmittelWundbezogene Hilfsmittel - Auswahl (SNOMED)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Supply",
  "version": "0.9",
  "name": "Supply",
  "status": "draft",
  "publisher": "Hochschule Osnabrück",
  "contact": [
    {
      "name": "Mareike Przysucha",
      "telecom": [
        {
          "system": "email",
          "value": "ewundbericht@hs-osnabrueck.de",
          "use": "work"
        },
        {
          "system": "phone",
          "value": "+49 541 969 3354",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Profile for supply in the context of the wound summary.",
  "copyright": "Forschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "udi",
      "uri": "http://fda.gov/UDI",
      "name": "UDI Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.type",
        "path": "Device.type",
        "mustSupport": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "DeviceType"
            }
          ],
          "strength": "preferred",
          "valueSet": "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Hilfsmittel"
        }
      },
      {
        "id": "Device.type.coding",
        "path": "Device.type.coding",
        "binding": {
          "strength": "example",
          "valueSet": "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Hilfsmittel"
        }
      },
      {
        "id": "Device.patient",
        "path": "Device.patient",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Patient"
            ]
          }
        ]
      }
    ]
  }
}