CH RAD-Order (R4)
1.0.0 - STU 1

This page is part of the CH RAD-Order (R4) (v1.0.0: STU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Type of Order Detail - JSON Representation

Active as of 2022-02-22

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ch-rad-order-order-detail-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://fhir.ch/ig/ch-rad-order/CodeSystem/ch-rad-order-order-detail-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">imagingRegion<a name=\"ch-rad-order-order-detail-type-imagingRegion\"> </a></td><td>Imaging Region</td></tr><tr><td style=\"white-space:nowrap\">laterality<a name=\"ch-rad-order-order-detail-type-laterality\"> </a></td><td>Laterality</td></tr><tr><td style=\"white-space:nowrap\">viewType<a name=\"ch-rad-order-order-detail-type-viewType\"> </a></td><td>View Type</td></tr><tr><td style=\"white-space:nowrap\">maneuverType<a name=\"ch-rad-order-order-detail-type-maneuverType\"> </a></td><td>Maneuver Type</td></tr><tr><td style=\"white-space:nowrap\">guidanceForAction<a name=\"ch-rad-order-order-detail-type-guidanceForAction\"> </a></td><td>Guidance for Action</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-rad-order/CodeSystem/ch-rad-order-order-detail-type",
  "version" : "1.0.0",
  "name" : "ChRadOrderOrderDetailType",
  "title" : "Type of Order Detail",
  "status" : "active",
  "date" : "2022-02-22T11:41:58+01:00",
  "publisher" : "HL7 Switzerland",
  "contact" : [
    {
      "name" : "Juerg P. Bleuer",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch"
        }
      ]
    }
  ],
  "description" : "Definition for Type of Order Detail Code System in the context of CH RAD-Order.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "copyright" : "CC-BY-SA-4.0",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "imagingRegion",
      "display" : "Imaging Region"
    },
    {
      "code" : "laterality",
      "display" : "Laterality"
    },
    {
      "code" : "viewType",
      "display" : "View Type"
    },
    {
      "code" : "maneuverType",
      "display" : "Maneuver Type"
    },
    {
      "code" : "guidanceForAction",
      "display" : "Guidance for Action"
    }
  ]
}