Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: Patient Example - Smith - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "3466",
  "meta" : {
    "profile" : [
      🔗 "http://interopehrate.eu/fhir/StructureDefinition/Patient-IEHR"
    ]
  },
  "language" : "it-IT",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"it-IT\" lang=\"it-IT\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Markus Smith </b> male, DoB: 2013-12-05 ( <code>http://interopEHRate.eu/fhir-resource/</code>/Patient/MS01)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Rome IT (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Organization-34432.html\">Organization/34432</a> &quot;Fondazione Gabriele Monasterio&quot;</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://interopEHRate.eu/fhir-resource/",
      "value" : "Patient/MS01"
    }
  ],
  "name" : [
    {
      "family" : "Smith",
      "given" : [
        "Markus"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "2013-12-05",
  "address" : [
    {
      "use" : "home",
      "type" : "physical",
      "city" : "Rome",
      "country" : "IT"
    }
  ],
  "generalPractitioner" : [
    {
      🔗 "reference" : "Organization/34432"
    }
  ]
}