Patient_ex_01

{
    "resourceType": "Patient",
    "meta": {
        "profile":  [
            "https://example.org/fhir/StructureDefinition/MyPatient"
        ]
    },
    "name":  [
        {
            "family": "Doe",
            "given":  [
                "John"
            ],
            "text": "John Doe"
        }
    ],
    "birthDate": "1990-01-01",
    "address":  [
        {
            "use": "home",
            "text": "123 Main St, Anytown, USA"
        }
    ]
}