{
  "resourceType": "StructureDefinition",
  "id": "GeNSNursingGoal",
  "url": "http://hs-osnabrueck.de/fhir/ePflegebericht/StructureDefinition/NursingGoal",
  "version": "1.0.0",
  "name": "GeNSNursingGoal",
  "status": "active",
  "experimental": false,
  "contact": [
    {
      "name": "Mareike Przysucha",
      "telecom": [
        {
          "system": "email",
          "value": "epflegebericht@hs-osnabrueck.de",
          "use": "work"
        },
        {
          "system": "url",
          "value": "https://www.hs-osnabrueck.de/forschungsgruppe-informatik-im-gesundheitswesen/",
          "use": "work"
        }
      ]
    }
  ],
  "copyright": "Hochschule Osnabrück / University AS Osnabrück, Germany",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "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"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Goal",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Goal",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Goal.category.coding.system",
        "path": "Goal.category.coding.system",
        "fixedUri": "http://terminology.hl7.org/CodeSystem/goal-category"
      },
      {
        "id": "Goal.category.coding.code",
        "path": "Goal.category.coding.code",
        "fixedCode": "nursing"
      },
      {
        "id": "Goal.description",
        "path": "Goal.description",
        "mustSupport": true
      },
      {
        "id": "Goal.description.coding",
        "path": "Goal.description.coding",
        "type": [
          {
            "code": "Coding",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Coding"
            ]
          }
        ]
      },
      {
        "id": "Goal.addresses",
        "path": "Goal.addresses",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Condition",
              "http://hl7.org/fhir/StructureDefinition/Observation",
              "http://hl7.org/fhir/StructureDefinition/RiskAssessment",
              "http://hs-osnabrueck.de/fhir/ePflegebericht/StructureDefinition/NursingProblem",
              "http://hs-osnabrueck.de/fhir/ePflegebericht/StructureDefinition/NursingAssessment",
              "http://hs-osnabrueck.de/fhir/ePflegebericht/StructureDefinition/RiskAssessment"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Goal.outcomeCode",
        "path": "Goal.outcomeCode",
        "mustSupport": true
      }
    ]
  }
}