HL7 Europe Hospital Discharge Report
0.1.0-ballot - draft 150

This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Organization: Erasmus MC - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "organization-sophia",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-sophia</b></p><a name=\"organization-sophia\"> </a><a name=\"hcorganization-sophia\"> </a><a name=\"organization-sophia-en-US\"> </a><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/agb-z</code>/06020806</p><p><b>type</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.2.4.6.7 0300}\">Medisch specialist</span></p><p><b>name</b>: Erasmus MC, Sophia kinderziekenhuis</p><p><b>telecom</b>: ph: 0107040116, <a href=\"mailto:info@erasmusmc.nl\">info@erasmusmc.nl</a></p><p><b>address</b>: Dr. Molewaterplein 60 ROTTERDAM 3015GJ NL (work)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.nl/fhir/NamingSystem/agb-z",
      "value" : "06020806"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.113883.2.4.6.7",
          "version" : "2.16.840.1.113883.2.4.6.7",
          "code" : "0300",
          "display" : "Medisch specialist"
        }
      ]
    }
  ],
  "name" : "Erasmus MC, Sophia kinderziekenhuis",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0107040116"
    },
    {
      "system" : "email",
      "value" : "info@erasmusmc.nl"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "Dr. Molewaterplein 60"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Dr. Molewaterplein"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "60"
            }
          ]
        }
      ],
      "city" : "ROTTERDAM",
      "postalCode" : "3015GJ",
      "country" : "NL"
    }
  ]
}