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

FHIR IG Statistics: StructureDefinition/PosiTheraDeviceRequest

Packagehsos.eWundbericht
Resource TypeStructureDefinition
IdPosiTheraDeviceRequest
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hsos.eWundbericht@0.9.0&canonical=http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/DeviceRequest
URLhttp://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/DeviceRequest
Version0.9
Statusdraft
NameDeviceRequest
TypeDeviceRequest
Kindresource

Resources that use this resource

StructureDefinition
EWoundSummaryEWoundSummary

Resources that this resource uses

StructureDefinition
PatientPatient
SupplySupply
WoundWound

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/DeviceRequest",
  "version": "0.9",
  "name": "DeviceRequest",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "quick",
      "uri": "http://siframework.org/cqf",
      "name": "Quality Improvement and Clinical Knowledge (QUICK)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "DeviceRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DeviceRequest.code[x]",
        "path": "DeviceRequest.code[x]",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Supply"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceRequest.subject",
        "path": "DeviceRequest.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceRequest.reasonReference",
        "path": "DeviceRequest.reasonReference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Condition",
              "http://hl7.org/fhir/StructureDefinition/Observation",
              "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Wound"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}