PackagesCanonicalsLogsProblems
    Packages
    Capable.repository@1.0.1
    http://capable-project.eu/data/fhir/StructureDefinition/List_Profile
{
  "description": "First attempt to profile the List resource",
  "_filename": "List_Profile.json",
  "package_name": "Capable.repository",
  "date": "2021-06-09",
  "derivation": "constraint",
  "publisher": "Capable team",
  "fhirVersion": "4.0.1",
  "name": "List_Profile",
  "abstract": false,
  "type": "List",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.0.1",
  "status": "draft",
  "id": "9be2b8a4-1d0f-4133-ac7d-840581f6de3a",
  "kind": "resource",
  "url": "http://capable-project.eu/data/fhir/StructureDefinition/List_Profile",
  "version": "v0",
  "differential": {
    "element": [ {
      "id": "List.identifier",
      "max": "0",
      "path": "List.identifier"
    }, {
      "id": "List.code",
      "min": 1,
      "path": "List.code",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://capable-project.eu/data/fhir/ValueSet/list-codes"
      }
    }, {
      "id": "List.code.coding",
      "max": "1",
      "min": 1,
      "path": "List.code.coding"
    }, {
      "id": "List.code.coding.system",
      "min": 1,
      "path": "List.code.coding.system",
      "fixedUri": "http://snomed.info/sct"
    }, {
      "id": "List.code.coding.version",
      "max": "0",
      "path": "List.code.coding.version"
    }, {
      "id": "List.code.coding.code",
      "min": 1,
      "path": "List.code.coding.code"
    }, {
      "id": "List.code.coding.userSelected",
      "max": "0",
      "path": "List.code.coding.userSelected"
    }, {
      "id": "List.code.text",
      "max": "0",
      "path": "List.code.text"
    }, {
      "id": "List.subject",
      "min": 1,
      "path": "List.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
      } ]
    }, {
      "id": "List.subject.reference",
      "min": 1,
      "path": "List.subject.reference"
    }, {
      "id": "List.subject.type",
      "max": "0",
      "path": "List.subject.type"
    }, {
      "id": "List.subject.identifier",
      "max": "0",
      "path": "List.subject.identifier"
    }, {
      "id": "List.encounter",
      "max": "0",
      "path": "List.encounter"
    }, {
      "id": "List.date",
      "min": 1,
      "path": "List.date"
    }, {
      "id": "List.source",
      "max": "0",
      "path": "List.source"
    }, {
      "id": "List.orderedBy",
      "max": "0",
      "path": "List.orderedBy"
    }, {
      "id": "List.note",
      "max": "0",
      "path": "List.note"
    }, {
      "id": "List.entry.flag",
      "max": "0",
      "path": "List.entry.flag"
    }, {
      "id": "List.entry.deleted",
      "max": "0",
      "path": "List.entry.deleted"
    }, {
      "id": "List.entry.date",
      "max": "0",
      "path": "List.entry.date"
    }, {
      "id": "List.entry.item",
      "path": "List.entry.item",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Goal" ]
      } ]
    }, {
      "id": "List.entry.item.reference",
      "min": 1,
      "path": "List.entry.item.reference"
    }, {
      "id": "List.entry.item.type",
      "max": "0",
      "path": "List.entry.item.type"
    }, {
      "id": "List.entry.item.identifier",
      "max": "0",
      "path": "List.entry.item.identifier"
    }, {
      "id": "List.entry.item.display",
      "max": "0",
      "path": "List.entry.item.display"
    }, {
      "id": "List.emptyReason",
      "max": "0",
      "path": "List.emptyReason"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List"
}