{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/winningtest/emergency-green-channel-profile",
  "name": "EmergencyGreenChannelFlag",
  "title": "急诊绿色通道标志",
  "status": "draft",
  "date": "2023-12-18T07:45:13.7334216+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Flag",
  "baseDefinition": "https://simplifier.net/winningtest/flag-profile",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Flag.extension:reason",
        "path": "Flag.extension",
        "sliceName": "reason",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/winningtest/extension-reason"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Flag.status",
        "path": "Flag.status",
        "fixedCode": "active"
      },
      {
        "id": "Flag.category",
        "path": "Flag.category",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/flag-category",
              "version": "4.3.0",
              "code": "clinical",
              "display": "Clinical"
            }
          ]
        }
      },
      {
        "id": "Flag.code",
        "path": "Flag.code",
        "fixedCodeableConcept": {
          "text": "绿色通道"
        }
      },
      {
        "id": "Flag.period",
        "path": "Flag.period",
        "max": "0"
      },
      {
        "id": "Flag.encounter",
        "path": "Flag.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/outpatient-encounter-profile"
            ]
          }
        ]
      },
      {
        "id": "Flag.author",
        "path": "Flag.author",
        "short": "授权人"
      }
    ]
  }
}