Manifest-based Access to DICOM Objects (MADO)
1.0.0 - trial-use International flag

This page is part of the Manifest-based Access to DICOM Objects (MADO) (v1.0.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Requested Procedure Example with Placer and Filler - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "MadoRequestedProcedureExample",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoRequestedProcedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest MadoRequestedProcedureExample</b></p><a name=\"MadoRequestedProcedureExample\"> </a><a name=\"hcMadoRequestedProcedureExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MadoRequestedProcedure.html\">MADO Requested Procedure</a></p></div><p><b>identifier</b>: Accession Id/1731954284869428, Placer Identifier/PLAC-2024-0098, Filler Identifier/FILL-2024-0442</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 77477000}\">Computed tomography</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Pietje Puk  Male, DoB Unknown ( Medical Record number: PID_666\u00a0(use:\u00a0official,\u00a0))</a></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "ACSN",
            "display" : "Accession Id"
          },
          {
            "system" : "http://dicom.nema.org/resources/ontology/DCM",
            "code" : "121022",
            "display" : "Accession Number"
          }
        ]
      },
      "system" : "http://example.org/fhir/ris-ids",
      "value" : "1731954284869428"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PLAC",
            "display" : "Placer Identifier"
          }
        ]
      },
      "system" : "http://example.org/fhir/placer-ids",
      "value" : "PLAC-2024-0098"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "FILL",
            "display" : "Filler Identifier"
          }
        ]
      },
      "system" : "http://example.org/fhir/filler-ids",
      "value" : "FILL-2024-0442"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "77477000",
        "display" : "Computed tomography"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatient"
  }
}