eHealth Infrastructure (v2019.5)

{
  "resourceType" : "Patient",
  "id" : "patient-valid",
  "meta" : {
    "profile" : [
      "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: patient-valid</p><p><b>meta</b>: </p><p><b>identifier</b>: 1122334455</p><p><b>name</b>: Jens Hansen </p><p><b>telecom</b>: NemSMS, eBoks</p><p><b>gender</b>: male</p><p><b>birthDate</b>: Mar 20, 1982</p><p><b>address</b>: </p><ul><li>Hjemplads 42 Aarhus C 8000 (HOME)</li><li>Europaplads 2 Aarhus C 8000 (TEMP)</li></ul><p><b>managingOrganization</b>: </p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired",
      "valueBoolean" : true
    }
  ],
  "identifier" : [
    {
      "system" : "urn:oid:1.2.208.176.1.2",
      "value" : "1122334455"
    }
  ],
  "name" : [
    {
      "family" : "Hansen",
      "given" : [
        "Jens"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "other",
      "value" : "NemSMS"
    },
    {
      "system" : "other",
      "value" : "eBoks"
    }
  ],
  "gender" : "male",
  "birthDate" : "1982-03-20",
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-municipality-code",
          "valueCoding" : {
            "code" : "751"
          }
        },
        {
          "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-regional-subdivision-code",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://www.iso.org/obp/ui/#iso:code:3166:DK",
                "code" : "DK-82",
                "display" : "Midtjylland"
              }
            ]
          }
        }
      ],
      "use" : "home",
      "line" : [
        "Hjemplads 42"
      ],
      "city" : "Aarhus C",
      "postalCode" : "8000"
    },
    {
      "extension" : [
        {
          "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-municipality-code",
          "valueCoding" : {
            "code" : "751"
          }
        },
        {
          "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-regional-subdivision-code",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://www.iso.org/obp/ui/#iso:code:3166:DK",
                "code" : "DK-82",
                "display" : "Midtjylland"
              }
            ]
          }
        }
      ],
      "use" : "temp",
      "line" : [
        "Europaplads 2"
      ],
      "city" : "Aarhus C",
      "postalCode" : "8000"
    }
  ],
  "managingOrganization" : {
    "identifier" : {
      "system" : "urn:oid:1.2.208.176.1.1.2",
      "value" : "5790002286346"
    }
  }
}