XealthIG
v1.42.0 - release

XealthIG - Local Development build (vv1.42.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Xealth Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "ExampleXealthPatient",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.xealth.io/StructureDefinition/xealth-patient"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "N",
        "display" : "Normal"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExampleXealthPatient</b></p><a name=\"ExampleXealthPatient\"> </a><a name=\"hcExampleXealthPatient\"> </a><a name=\"ExampleXealthPatient-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-xealth-patient.html\">Xealth Patient Profile</a></p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N = 'Normal')</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Xealth Profile Test  Male, DoB: 1986-07-13 ( XPID:\u00a0xealth-17328-1732489-17846492-3128691\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-ExampleOrganization.html\">Organization Health Level Seven International</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "text" : "XPID"
      },
      "system" : "https://fhir.xealth.io/ns/patient/identifier/xpid",
      "value" : "xealth-17328-1732489-17846492-3128691"
    }
  ],
  "name" : [
    {
      "family" : "Test",
      "given" : [
        "Xealth",
        "Profile"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1986-07-13",
  "managingOrganization" : {
    🔗 "reference" : "Organization/ExampleOrganization"
  }
}