{
  "resourceType": "StructureDefinition",
  "id": "fa772732-8643-4e06-bb0c-94596a57a538",
  "meta": {
    "lastUpdated": "2024-02-01T09:21:37.3156539+00:00"
  },
  "url": "https://simplifier.net/winningtest/execution-order-profile",
  "name": "ExecutionOrder",
  "title": "执行单",
  "status": "draft",
  "date": "2024-02-01T09:21:51.4356187+00:00",
  "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": "CarePlan",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CarePlan",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CarePlan.instantiatesCanonical",
        "path": "CarePlan.instantiatesCanonical",
        "max": "0"
      },
      {
        "id": "CarePlan.instantiatesUri",
        "path": "CarePlan.instantiatesUri",
        "max": "0"
      },
      {
        "id": "CarePlan.basedOn",
        "path": "CarePlan.basedOn",
        "max": "0"
      },
      {
        "id": "CarePlan.replaces",
        "path": "CarePlan.replaces",
        "max": "0"
      },
      {
        "id": "CarePlan.partOf",
        "path": "CarePlan.partOf",
        "max": "0"
      },
      {
        "id": "CarePlan.status",
        "path": "CarePlan.status",
        "short": "执行单状态",
        "binding": {
          "strength": "required",
          "description": "执行单状态代码",
          "valueSet": "urn:oid:1.2.156.112604.1.2.3024"
        }
      },
      {
        "id": "CarePlan.intent",
        "path": "CarePlan.intent",
        "fixedCode": "plan"
      },
      {
        "id": "CarePlan.category",
        "path": "CarePlan.category",
        "short": "执行单类型",
        "binding": {
          "strength": "required",
          "description": "执行单类型代码",
          "valueSet": "urn:oid:1.2.156.112604.1.2.2901"
        }
      },
      {
        "id": "CarePlan.encounter",
        "path": "CarePlan.encounter",
        "short": "就诊信息"
      },
      {
        "id": "CarePlan.careTeam",
        "path": "CarePlan.careTeam",
        "max": "0"
      },
      {
        "id": "CarePlan.addresses",
        "path": "CarePlan.addresses",
        "max": "0"
      },
      {
        "id": "CarePlan.supportingInfo",
        "path": "CarePlan.supportingInfo",
        "max": "0"
      },
      {
        "id": "CarePlan.goal",
        "path": "CarePlan.goal",
        "max": "0"
      },
      {
        "id": "CarePlan.activity.reference",
        "path": "CarePlan.activity.reference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/execution-plan-profile",
              "https://simplifier.net/winningtest/medication-request-profile",
              "https://simplifier.net/winningtest/service-request-profile",
              "https://simplifier.net/winningtest/supply-request-profile"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ]
      }
    ]
  }
}