Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build

Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Transportart - JSON Representation

Draft as of 2024-09-12

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "moped-transportart-valueset",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet moped-transportart-valueset</b></p><a name=\"moped-transportart-valueset\"> </a><a name=\"hcmoped-transportart-valueset\"> </a><a name=\"moped-transportart-valueset-en-US\"> </a><ul><li>Include these codes as defined in <code>http://tbd.at/moped-ext-transportart</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>H</td><td>Notarzt-Hubschrauber</td></tr><tr><td>K</td><td>Krankentransport</td></tr><tr><td>N</td><td>Rettung mit notärztlicher Begleitung</td></tr><tr><td>R</td><td>Rettung ohne notärztliche Begleitung</td></tr><tr><td>S</td><td>Selbstanreise des Patienten/der Patientin</td></tr><tr><td>Z</td><td>Sonstige Transportart</td></tr></table></li></ul></div>"
  },
  "url" : "http://example.org/ValueSet/moped-transportart-valueset",
  "version" : "0.1.0",
  "name" : "Transportart",
  "title" : "Transportart",
  "status" : "draft",
  "date" : "2024-09-12T16:58:21+00:00",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "ValueSet für die Transportart des Patienten",
  "compose" : {
    "include" : [
      {
        "system" : "http://tbd.at/moped-ext-transportart",
        "concept" : [
          {
            "code" : "H",
            "display" : "Notarzt-Hubschrauber"
          },
          {
            "code" : "K",
            "display" : "Krankentransport"
          },
          {
            "code" : "N",
            "display" : "Rettung mit notärztlicher Begleitung"
          },
          {
            "code" : "R",
            "display" : "Rettung ohne notärztliche Begleitung"
          },
          {
            "code" : "S",
            "display" : "Selbstanreise des Patienten/der Patientin"
          },
          {
            "code" : "Z",
            "display" : "Sonstige Transportart"
          }
        ]
      }
    ]
  }
}