PatientExample-Basic

{
    "resourceType": "Patient",
    "id": "9690937286",
    "meta": {
        "profile":  [
            "https://fhir.yhcr.nhs.uk/StructureDefinition/Interweave-Patient",
            "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"
        ]
    },
    "identifier":  [
        {
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-NHSNumberVerificationStatus-1",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ],
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9690937286"
        }
    ],
    "active": true,
    "name":  [
        {
            "use": "official",
            "family": "SKELLY",
            "given":  [
                "Horace",
                "James"
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "07987 123456",
            "use": "mobile"
        }
    ],
    "gender": "male",
    "birthDate": "1925-04-21",
    "address":  [
        {
            "use": "home",
            "line":  [
                "3 Bowesfield Crescent"
            ],
            "city": "Stockton-On-Tees",
            "postalCode": "TS18 3BL",
            "country": "GBR"
        }
    ]
}