CH RAD-Order (R4)
2.0.0-ci-build - ci-build Switzerland flag

CH RAD-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-rad-order/ and changes regularly. See the Directory of published versions

: Composition Radiology Order - JSON Representation

Raw json | Download


{
  "resourceType" : "Composition",
  "id" : "CompositionRadiologyOrder",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-composition"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div>Radiology Order</div></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "enterer",
          "valueReference" : {
            🔗 "reference" : "PractitionerRole/DAtaentererHappyDoctors"
          }
        }
      ],
      "url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer"
    },
    {
      "url" : "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-receiver",
      "valueReference" : {
        🔗 "reference" : "PractitionerRole/RadiologyDepartmentHappyHospital"
      }
    },
    {
      "url" : "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-copyreceiver",
      "valueReference" : {
        🔗 "reference" : "Patient/SUffererCopyReceiver"
      }
    }
  ],
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "urn:oid:2.16.756.5.30.1.127.3.4",
        "code" : "2161000195103",
        "display" : "Imaging order (record artifact)"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "721963009",
          "display" : "Order (record artifact)"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/SUfferer"
  },
  "date" : "2019-04-01T20:18:41.341+00:00",
  "author" : [
    {
      🔗 "reference" : "PractitionerRole/ORderplacerHappyDoctors"
    }
  ],
  "title" : "Radiologieauftrag",
  "section" : [
    {
      "title" : "Order-Referral",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "93037-0",
            "display" : "Portable medical order form"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Questionnaire/QuestionnaireRadiologyOrder"
        },
        {
          🔗 "reference" : "QuestionnaireResponse/QuestionnaireResponseRadiologyOrder"
        },
        {
          🔗 "reference" : "ServiceRequest/ServiceRequestRadiologyOrder"
        }
      ]
    }
  ]
}