{
  "resourceType": "Patient",
  "id": "0002000123",
  "meta": {
    "profile": [
      "http://sap.com/healthcare/IS-H/fhir/StructureDefinition/genericpatient/v1"
    ]
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://fhir.exampleHospital/IS-H/fhir/Patient",
      "value": "0002000123"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "usual",
      "text": "Pierre le Francais",
      "family": "le Francais",
      "given": [
        "Pierre"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1942-03-10",
  "address": [
    {
      "use": "home",
      "text": "3, allee des Platanes 3 Annecy 74000",
      "line": [
        "3, allee des Platanes 3"
      ],
      "city": "Annecy",
      "postalCode": "74000",
      "country": "FR"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M"
      }
    ]
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "code": "de-DE"
          }
        ]
      }
    }
  ],
  "managingOrganization": {
    "reference": "https://system.port/sap/is-h/fhir/sap_ish_r4_gen/Organization/42010aee-26b3-1eea-97a4-d32eb51b623d",
    "type": "Organization",
    "identifier": {
      "use": "official",
      "system": "https://fhir.exampleHospital/IS-H/fhir/Institution",
      "value": "0001"
    }
  }
}