{
  "resourceType": "StructureDefinition",
  "id": "8df79c98-367a-42b7-bed5-5615ee1d0215",
  "meta": {
    "lastUpdated": "2022-09-07T03:49:54.3366503+00:00"
  },
  "url": "https://simplifier.net/winningtest/first-time-in-hospital-profile",
  "name": "FirstTimeInHospital",
  "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.category",
        "path": "Flag.category",
        "max": "0"
      },
      {
        "id": "Flag.code.coding",
        "path": "Flag.code.coding",
        "max": "0"
      },
      {
        "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"
            ],
            "aggregation": [
              "contained",
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "Flag.period",
        "path": "Flag.period",
        "max": "0"
      },
      {
        "id": "Flag.encounter",
        "path": "Flag.encounter",
        "max": "0"
      },
      {
        "id": "Flag.author",
        "path": "Flag.author",
        "max": "0"
      }
    ]
  }
}