{
  "resourceType": "StructureDefinition",
  "id": "vkp-Composition-v090",
  "url": "http://ehelse.no/fhir/StructureDefinition/vkp-Composition-v090",
  "version": "0.9.0",
  "name": "VkpComposition",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Composition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Composition.category",
        "path": "Composition.category",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "http://ehelse.no/fhir/ValueSet/vkp-composition-category-v090"
        }
      },
      {
        "id": "Composition.subject",
        "path": "Composition.subject",
        "min": 1
      },
      {
        "id": "Composition.event.code",
        "path": "Composition.event.code",
        "binding": {
          "strength": "required",
          "valueSet": "http://ehelse.no/fhir/ValueSet/vkp-composition-event-v090"
        }
      },
      {
        "id": "Composition.section.code",
        "path": "Composition.section.code",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://ehelse.no/fhir/ValueSet/vkp-composition-section-v090"
        }
      }
    ]
  }
}