{
  "resourceType": "StructureDefinition",
  "id": "vkp-detailheader-v090",
  "url": "http://ehelse.no/fhir/StructureDefinition/vkp-detailheader-v090",
  "version": "0.9.0",
  "name": "VkpDetailHeader",
  "status": "draft",
  "date": "2020-01-20",
  "description": "The header of an activity.detail, usually one of the following: \"Problem/Ressurs\", \"Mål\", \"Tiltak\" or \"Evaluering\"\r\nUsed for CarePlan with type of \"tiltaksplan\".",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "CarePlan"
    },
    {
      "type": "element",
      "expression": "BackboneElement"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "The header of an activity.detail",
        "definition": "The header of an activity.detail"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ehelse.no/fhir/StructureDefinition/vkp-detailheader-v090"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "closed"
        }
      },
      {
        "id": "Extension.value[x]:valueString",
        "path": "Extension.value[x]",
        "sliceName": "valueString",
        "short": "The header of the activity.detail",
        "definition": "The header of the activity.detail, explains what part of the plan is described in the activity.detail.description.",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}