eHealth Infrastructure
2022.1 - release

eHealth Infrastructure - Local Development build (v2022.1). 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><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"patient01\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ehealth-patient.html\">ehealth-patient</a></p></div><p><b>identifier</b>: id: 2512489996 (OFFICIAL)</p><p><b>name</b>: Nancy Ann Berggren (OFFICIAL)</p><p><b>telecom</b>: NemSMS, eBoks</p><p><b>gender</b>: unknown</p><p><b>address</b>: Tårnhøjvej 47 Landet Aalborg Øst 9220 Danmark (HOME)</p></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"
    }
  ]
}