EpisodeOfCare-GPRCCService

{
    "resourceType": "EpisodeOfCare",
    "id": "56981322",
    "meta": {
        "profile":  [
            "https://fhir.yhcr.nhs.uk/StructureDefinition/Interweave-EpisodeOfCare",
            "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-EpisodeOfCare-1"
        ],
        "tag":  [
            {
                "system": "https://fhir.nottscr.nhs.uk/CodeSystem/GPRCC-ResourceType",
                "code": "Service"
            }
        ]
    },
    "contained":  [
        {
            "resourceType": "Organization",
            "id": "Provider",
            "meta": {
                "profile":  [
                    "https://fhir.yhcr.nhs.uk/StructureDefinition/Interweave-Organization",
                    "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"
                ]
            },
            "identifier":  [
                {
                    "system": "https://fhir.nottscr.nhs.uk/CodeSystem/GPRCC-Organisation",
                    "value": "CityCare"
                }
            ],
            "name": "Nottingham Citycare Partnership",
            "alias":  [
                "The Community services each patient receives (or has received) from Nottingham Citycare Partnership"
            ],
            "telecom":  [
                {
                    "system": "phone",
                    "value": "0800 5612121"
                },
                {
                    "system": "email",
                    "value": "ncp.customercare@nhs.net"
                }
            ]
        }
    ],
    "status": "active",
    "type":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.nottscr.nhs.uk/CodeSystem/GPRCC-Service-Name",
                    "code": "DMT1775",
                    "display": "Integrated Diabetes Service (CityCare)"
                },
                {
                    "system": "https://fhir.nottscr.nhs.uk/CodeSystem/GPRCC-Service-Type",
                    "code": "Community Services",
                    "display": "Community Services"
                }
            ],
            "text": "Integrated Diabetes Service (CityCare)"
        }
    ],
    "patient": {
        "reference": "Patient/101678514"
    },
    "managingOrganization": {
        "reference": "#Provider",
        "display": "Nottingham Citycare Partnership"
    },
    "period": {
        "start": "2022-12-01"
    }
}