0.1.7 - ci-build

EgdeEHG_IG - Local Development build (v0.1.7). See the Directory of published versions

: LineDanser - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "PAT444333",
  "meta" : {
    "profile" : [
      "http://www.egde.no/StructureDefinition/ehg-no-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>Line Danser </b> (no stated gender), DoB Unknown ( id: 13116900216)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\"><a href=\"mailto:hello@hello.no\">hello@hello.no</a></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes: {urn:iso:std:iso:3166 NO}\">Norway</span></li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "code",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "urn:iso:std:iso:3166",
                "code" : "NO"
              }
            ]
          }
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
    }
  ],
  "identifier" : [
    {
      "system" : "urn:oid:2.16.578.1.12.4.1.4.1",
      "value" : "13116900216"
    }
  ],
  "name" : [
    {
      "family" : "Danser",
      "given" : [
        "Line"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "hello@hello.no",
      "use" : "home"
    }
  ]
}