eHealth Infrastructure
latest - ci-build

eHealth Infrastructure - Local Development build (vlatest) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: patient01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient01",
  "meta" : {
    "profile" : [
      🔗 "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Nancy Ann Berggren (OFFICIAL)</b> unknown, DoB Unknown ( id:\u00a0<a href=\"NamingSystem-cpr.html\">#</a>2512489996\u00a0(use:\u00a0OFFICIAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>NemSMS</li><li>eBoks</li><li>Tårnhøjvej 47 Landet Aalborg Øst 9220 Danmark (HOME)</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:oid:1.2.208.176.1.2",
      "value" : "2512489996"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Berggren",
      "given" : [
        "Nancy",
        "Ann"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "other",
      "value" : "NemSMS"
    },
    {
      "system" : "other",
      "value" : "eBoks"
    }
  ],
  "gender" : "unknown",
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.dk/fhir/core/StructureDefinition/dk-core-municipalityCodes",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://hl7.dk/fhir/core/CodeSystem/dk-core-municipality-codes",
                "code" : "0330"
              }
            ]
          }
        },
        {
          "url" : "http://hl7.dk/fhir/core/StructureDefinition/dk-core-RegionalSubDivisionCodes",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://hl7.dk/fhir/core/CodeSystem/dk-core-regional-subdivision-codes",
                "code" : "DK-85"
              }
            ]
          }
        }
      ],
      "use" : "home",
      "line" : [
        "Tårnhøjvej 47",
        "Landet"
      ],
      "city" : "Aalborg Øst",
      "postalCode" : "9220",
      "country" : "Danmark"
    }
  ]
}