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

: Organization Example - FTGM - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "34432",
  "language" : "it-IT",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"it-IT\" lang=\"it-IT\"><p><b>Generated Narrative: Organization</b><a name=\"34432\"> </a><a name=\"hc34432\"> </a></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 Organization &quot;34432&quot;  (Language &quot;it-IT&quot;) </p></div><p><b>identifier</b>: <code>http://interopEHRate.eu/fhir-resource/</code>/Organization/FTGM01</p><p><b>name</b>: Fondazione Gabriele Monasterio</p><p><b>address</b>: Via Giuseppe Moruzzi 1 Pisa IT </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://interopEHRate.eu/fhir-resource/",
      "value" : "Organization/FTGM01"
    }
  ],
  "name" : "Fondazione Gabriele Monasterio",
  "address" : [
    {
      "line" : [
        "Via Giuseppe Moruzzi 1"
      ],
      "city" : "Pisa",
      "country" : "IT"
    }
  ]
}