eHealth Infrastructure (v1.0.0)

{
  "resourceType" : "Patient",
  "id" : "ehealth-patient-genexample",
  "telecom" : [
    {
      "system" : "other",
      "value" : "NemSMS"
    },
    {
      "system" : "other",
      "value" : "eBoks"
    }
  ],
  "address" : {
    "use" : "home",
    "type" : "both",
    "text" : "137 Nowhere Street, Erewhon 9132",
    "line" : [
      "137 Nowhere Street"
    ],
    "city" : "Erewhon",
    "district" : "Madison",
    "postalCode" : "9132",
    "period" : {
      "start" : "2010-03-23T00:00:00+00:00",
      "end" : "2010-07-01T00:00:00+00:00"
    }
  },
  "address" : [
    {
      "use" : "home",
      "type" : "both",
      "text" : "137 Nowhere Street, Erewhon 9132",
      "line" : [
        "137 Nowhere Street"
      ],
      "city" : "Erewhon",
      "district" : "Madison",
      "postalCode" : "9132",
      "period" : {
        "start" : "2010-03-23T00:00:00+00:00",
        "end" : "2010-07-01T00:00:00+00:00"
      }
    },
    {
      "use" : "temp",
      "type" : "both",
      "text" : "137 Nowhere Street, Erewhon 9132",
      "line" : [
        "137 Nowhere Street"
      ],
      "city" : "Erewhon",
      "district" : "Madison",
      "postalCode" : "9132",
      "period" : {
        "start" : "2010-03-23T00:00:00+00:00",
        "end" : "2010-07-01T00:00:00+00:00"
      }
    }
  ],
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47"
          }
        ]
      }
    }
  ]
}