{
  "resourceType" : "Patient",
  "id" : "UpiEprTestKrcmarevic",
  "meta" : {
    "profile" : ["http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div><ul><li><b>EPR-SPID</b>: 7560521127080</li><li><b>Date of Birth</b>: 20.03.1982</li><li><b>First Name</b>: Claude-Hélène Marguerite</li><li><b>Official Name</b>: Krcmarevic</li><li><b>Original Name</b>: Scheuble</li><li><b>Sex</b>: 2 (Needs transformation to HL7 ValueSet, see <a href=\"https://fhir.ch/ig/ch-term/ConceptMap-sex-ech11-to-fhir.html\">ConceptMap Sex eCH-011 to FHIR mapping</a>)</li><li><b>Mother</b><div><ul><li><b>First Name</b>: Hui Xue</li><li><b>Last Name</b>: Dalkiliç</li></ul></div></li><li><b>Father</b><div><ul><li><b>First Name</b>: Fabio Nicola</li><li><b>Last Name</b>: Dalkiliç</li></ul></div></li><li><b>Nationality</b>: Switzerland (8100)</li><li><b>Country of Birth</b>: Switzerland (8100)</li><li><b>Place of Birth</b>: Zürich (261)</li></ul></div><div>Base test data for Projectathon from UPI, see <a href=\"https://docs.google.com/spreadsheets/d/1yWPhTI7DDgYDMXPVFGRmdb50c8TuUnQp9fECM3iGTBo/edit#gid=0\">Google Doc for more examples.</a></div></div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "code",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH",
          "display" : "Switzerland"
        }]
      }
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
    "valueAddress" : {
      "city" : "Zürich",
      "_city" : {
        "extension" : [{
          "url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-7-municipalityid",
          "valueString" : "261"
        }]
      },
      "country" : "Switzerland",
      "_country" : {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-codedString",
          "valueCoding" : {
            "system" : "urn:iso:std:iso:3166",
            "code" : "CH"
          }
        }]
      }
    }
  }],
  "identifier" : [{
    "system" : "urn:oid:2.16.756.5.30.1.127.3.10.3",
    "value" : "761337611234567897"
  }],
  "name" : [{
    "use" : "official",
    "family" : "Krcmarevic",
    "given" : ["Claude-Hélène Marguerite"]
  },
  {
    "use" : "maiden",
    "family" : "Scheuble"
  }],
  "gender" : "female",
  "birthDate" : "1982-03-20",
  "contact" : [{
    "relationship" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code" : "PRN",
        "display" : "parent"
      }]
    }],
    "name" : {
      "family" : "Dalkiliç",
      "given" : ["Hui Xue"]
    }
  },
  {
    "relationship" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code" : "PRN",
        "display" : "parent"
      }]
    }],
    "name" : {
      "family" : "Dalkiliç",
      "given" : ["Fabio Nicola"]
    }
  }]
}