AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: ServiceRequest - Right Knee X-ray order - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "order-rkxray",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-servicerequest"🔗 ,
      "http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"order-rkxray\"> </a></p><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\">Resource ServiceRequest &quot;order-rkxray&quot; </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-au-core-servicerequest.html\">AU Core ServiceRequest</a>, <a href=\"http://hl7.org.au/fhir/4.1.2-preview/StructureDefinition-au-diagnosticrequest.html\">AU Base Diagnostic Request</a></p></div><p><b>targetBodyStructure</b>: <a name=\"right-knee\"> </a></p><blockquote><p/><p><a name=\"right-knee\"> </a></p><p><b>location</b>: Knee region structure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#72696002)</span></p><p><b>locationQualifier</b>: Right <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#24028007)</span></p><p><b>patient</b>: <a href=\"Patient-wang-li.html\">Patient/wang-li</a> &quot; WANG&quot;</p></blockquote><p><b>identifier</b>: Placer Order Identifier:\u00a03451451222</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>category</b>: Diagnostic imaging service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#708175003)</span>, Plain X-ray imaging - action <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#312254007)</span></p><p><b>code</b>: Right Knee X-Ray <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#427407003 &quot;X-ray of right knee&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-wang-li.html\">Patient/wang-li</a> &quot; WANG&quot;</p><p><b>authoredOn</b>: 2022-03-20 01:15:00+1000</p><p><b>requester</b>: <span>: Bobregster Medical Center QLD</span></p><p><b>performer</b>: <span>: QLDXRAYS</span></p><p><b>reasonCode</b>: Acute Pain in Knee Joint <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#112581000119104 &quot;Acute knee joint pain&quot;)</span></p><hr/><blockquote><p><b>Generated Narrative: BodyStructure #right-knee</b><a name=\"right-knee\"> </a></p><p><b>location</b>: Knee region structure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#72696002)</span></p><p><b>locationQualifier</b>: Right <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#24028007)</span></p><p><b>patient</b>: <a href=\"Patient-wang-li.html\">Patient/wang-li</a> &quot; WANG&quot;</p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "BodyStructure",
      "id" : "right-knee",
      "location" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "72696002",
            "display" : "Knee region structure"
          }
        ]
      },
      "locationQualifier" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "24028007",
              "display" : "Right"
            }
          ]
        }
      ],
      "patient" : {
        🔗 "reference" : "Patient/wang-li"
      }
    }
  ],
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/procedure-targetBodyStructure",
      "valueReference" : {
        "reference" : "#right-knee"
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PLAC",
            "display" : "Placer Identifier"
          }
        ],
        "text" : "Placer Order Identifier"
      },
      "system" : "http://bobrestergp.example.com/order",
      "value" : "3451451222",
      "assigner" : {
        "display" : "Bobregster Medical Center QLD"
      }
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "708175003",
          "display" : "Diagnostic imaging service"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "312254007",
          "display" : "Plain X-ray imaging - action"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "427407003",
        "display" : "X-ray of right knee"
      }
    ],
    "text" : "Right Knee X-Ray"
  },
  "subject" : {
    🔗 "reference" : "Patient/wang-li"
  },
  "authoredOn" : "2022-03-20T01:15:00+10:00",
  "requester" : {
    "display" : "Bobregster Medical Center QLD"
  },
  "performer" : [
    {
      "display" : "QLDXRAYS"
    }
  ],
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "112581000119104",
          "display" : "Acute knee joint pain"
        }
      ],
      "text" : "Acute Pain in Knee Joint"
    }
  ]
}