{
  "resourceType": "StructureDefinition",
  "url": "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Education",
  "version": "0.9",
  "name": "Education",
  "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 about the patient's education about his/her wound.",
  "copyright": "Forschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Procedure.category.coding:snomed",
        "path": "Procedure.category.coding",
        "sliceName": "snomed"
      },
      {
        "id": "Procedure.category.coding:snomed.system",
        "path": "Procedure.category.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Procedure.category.coding:snomed.code",
        "path": "Procedure.category.coding.code",
        "fixedCode": "409073007"
      },
      {
        "id": "Procedure.code",
        "path": "Procedure.code",
        "binding": {
          "strength": "example",
          "valueSet": "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/EducationCode"
        }
      },
      {
        "id": "Procedure.performed[x]",
        "path": "Procedure.performed[x]",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          },
          {
            "code": "string"
          },
          {
            "code": "Range"
          }
        ]
      },
      {
        "id": "Procedure.bodySite",
        "path": "Procedure.bodySite",
        "max": "0"
      },
      {
        "id": "Procedure.report",
        "path": "Procedure.report",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/DocumentReference",
              "http://hl7.org/fhir/StructureDefinition/Composition"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Procedure.complication",
        "path": "Procedure.complication",
        "max": "0"
      },
      {
        "id": "Procedure.complicationDetail",
        "path": "Procedure.complicationDetail",
        "max": "0"
      },
      {
        "id": "Procedure.note",
        "path": "Procedure.note",
        "mustSupport": true
      },
      {
        "id": "Procedure.focalDevice",
        "path": "Procedure.focalDevice",
        "max": "0"
      }
    ]
  }
}