MII IG Kerndatensatz-Modul Molekulares Tumorboard
2026.0.0 - release Unknown region code '276'

MII IG Kerndatensatz-Modul Molekulares Tumorboard, published by Medizininformatik-Initiative. This guide is not an authorized publication; it is the continuous build for version 2026.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medizininformatik-initiative/kerndatensatzmodul-molekulares-tumorboard/ and changes regularly. See the Directory of published versions

: MyHospital - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "MyHospital",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization MyHospital</b></p><a name=\"MyHospital\"> </a><a name=\"hcMyHospital\"> </a><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Example General Hospital</p><p><b>address</b>: 1234 Health St Medicity CareState 12345 DE </p></div>"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Example General Hospital",
  "address" : [
    {
      "line" : [
        "1234 Health St"
      ],
      "city" : "Medicity",
      "state" : "CareState",
      "postalCode" : "12345",
      "country" : "DE"
    }
  ]
}