{
  "resourceType": "StructureDefinition",
  "id": "df766267-5ecc-44c3-a8be-7f82ab5dd4f7",
  "meta": {
    "lastUpdated": "2022-09-07T03:49:48.4269302+00:00"
  },
  "url": "https://simplifier.net/winningtest/clinical-trial-flag-profile",
  "name": "ClinicalTrialFlag",
  "title": "临床试验标志",
  "status": "draft",
  "date": "2022-09-07T04:20:07.5307899+00:00",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Flag",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Flag",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Flag.identifier",
        "path": "Flag.identifier",
        "max": "0"
      },
      {
        "id": "Flag.status",
        "path": "Flag.status",
        "fixedCode": "active"
      },
      {
        "id": "Flag.code",
        "path": "Flag.code",
        "short": "标志类型代码"
      },
      {
        "id": "Flag.code.text",
        "path": "Flag.code.text",
        "fixedString": "临床试验"
      },
      {
        "id": "Flag.subject",
        "path": "Flag.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/patient-profile"
            ]
          }
        ]
      },
      {
        "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",
        "max": "0"
      }
    ]
  }
}