{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/winningtest/medical-team-profile",
  "name": "MedicalTeam",
  "title": "诊疗组",
  "status": "draft",
  "date": "2023-01-11T08:52:31.3329573+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "https://simplifier.net/winningtest/organization-profile",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/organization-type",
              "version": "4.3.0",
              "code": "team",
              "display": "Organizational team"
            }
          ]
        }
      },
      {
        "id": "Organization.telecom",
        "path": "Organization.telecom",
        "max": "0"
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "max": "0"
      }
    ]
  }
}