{
  "resourceType": "StructureDefinition",
  "id": "cf18d8f8-a5f3-43da-9cb3-7fa79c4878a9",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-09-07T03:51:13.5194565+00:00"
  },
  "url": "https://simplifier.net/winningtest/epidemic-stricken-region-traveled-profile",
  "name": "EpidemicStrickenRegionTraveled",
  "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.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"
            ]
          }
        ]
      },
      {
        "id": "Flag.period",
        "path": "Flag.period",
        "max": "0"
      },
      {
        "id": "Flag.encounter",
        "path": "Flag.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/inpatient-encounter-profile",
              "https://simplifier.net/winningtest/outpatient-encounter-profile"
            ]
          }
        ]
      },
      {
        "id": "Flag.author",
        "path": "Flag.author",
        "max": "0"
      }
    ]
  }
}