{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2021-04-23T08:57:59.54+00:00"
  },
  "url": "https://simplifier.net/winningtest/charity-flag-profile",
  "name": "CharityFlag",
  "title": "Charity Flag",
  "status": "draft",
  "description": "慈善标志",
  "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.category",
        "path": "Flag.category",
        "max": "0"
      },
      {
        "id": "Flag.code",
        "path": "Flag.code",
        "fixedCodeableConcept": {
          "text": "慈善标志"
        }
      },
      {
        "id": "Flag.subject",
        "path": "Flag.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/patient-profile"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "Flag.period",
        "path": "Flag.period",
        "max": "0"
      },
      {
        "id": "Flag.author",
        "path": "Flag.author",
        "max": "0"
      }
    ]
  }
}