{
    "resourceType": "Patient",
    "id": "4",
    "meta": {
        "profile":  [
            "https://hl7.org/fhir/nz/test/StructureDefinition/DigitalTwinPateint"
        ]
    },
    "name":  [
        {
            "family": "Williams",
            "given":  [
                "John"
            ]
        }
    ],
    "birthDate": "1965-02-18",
    "address":  [
        {
            "use": "home",
            "city": "Auckland",
            "country": "New Zealand"
        }
    ]
}