{
  "resourceType" : "Task",
  "id" : "ExampleTaskCreatePersAccount",
  "meta" : {
    "lastUpdated" : "2025-03-31T08:00:00Z",
    "profile" : ["https://fhir.by/StructureDefinition/TaskCreatePersAccount"]
  },
  "status" : "requested",
  "intent" : "proposal",
  "requester" : {
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  },
  "performer" : [{
    "actor" : {
      "reference" : "Patient/ExamplePatientWithIdentificationNumber"
    }
  }],
  "input" : [{
    "type" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/PersAccountContactPoint",
        "code" : "phone"
      }]
    },
    "valueString" : "80172096574"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/PersAccountContactPoint",
        "code" : "email"
      }]
    },
    "valueString" : "mail@mail.com"
  }]
}