OrganizationExample-Team

{
    "resourceType": "Organization",
    "meta": {
        "profile":  [
            "https://fhir.yhcr.nhs.uk/StructureDefinition/Interweave-OrganizationalTeam",
            "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"
        ]
    },
    "id": "team-04",
    "active": true,
    "type":  [
        {
            "coding":  [
                {
                    "system": "http://hl7.org/fhir/organization-type",
                    "code": "team",
                    "display": "Organizational team"
                }
            ]
        }
    ],
    "name": "Discharge 2 Assess - Mid",
    "telecom":  [
        {
            "system": "phone",
            "value": "0300 500 8080"
        }
    ],
    "partOf": {
        "reference": "Organization/511",
        "display": "NOTTINGHAMSHIRE COUNTY COUNCIL"
    }
}