FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.ereq
Resource TypeServiceRequest
IdServiceRequest-order-xray-2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ServiceRequest order-xray-2

AU eRequesting Display Sequence: 1

identifier: Placer Identifier/EMC4543344-1620-01

requisition: Placer Group Number/EMC4543344-1620

status: Active

intent: Order

category: Imaging

code: X-ray of left hand

subject: Elijah KEN SCOTT (official) Male, DoB: 1986-11-28 ( IHI: Austalian Healthcare Identifier - Individual#8003608333647204)

encounter: Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = General practice service; period = 2024-05-12 10:15:00+1000 --> 2024-05-12 10:30:00+1000; reasonCode = Finger pain

authoredOn: 2024-05-12

requester: PractitionerRole General practitioner

insurance: Coverage: identifier = DVA Number: QX521750; status = active; type = veteran health program

bodySite: Left ring finger


Source1

{
  "resourceType": "ServiceRequest",
  "id": "order-xray-2",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-imag"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-displaysequence",
      "valueInteger": 1
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PLAC",
            "display": "Placer Identifier"
          }
        ]
      },
      "system": "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003629900040359",
      "value": "EMC4543344-1620-01",
      "assigner": {
        "display": "Elimbah Medical Centre"
      }
    }
  ],
  "requisition": {
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code": "PGN",
          "display": "Placer Group Number"
        }
      ]
    },
    "system": "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003629900040359",
    "value": "EMC4543344-1620",
    "assigner": {
      "display": "Elimbah Medical Centre"
    }
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "363679005",
          "display": "Imaging"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "3621000087107",
        "display": "Plain X-ray of left hand"
      }
    ],
    "text": "X-ray of left hand"
  },
  "subject": {
    "reference": "Patient/scott-elijah-ken"
  },
  "encounter": {
    "reference": "Encounter/gp-consult-finger-pain"
  },
  "authoredOn": "2024-05-12",
  "requester": {
    "reference": "PractitionerRole/generalpractitioner-guthridge-jarred"
  },
  "insurance": [
    {
      "reference": "Coverage/coverage-dva"
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "770882009",
          "display": "Structure of left ring finger"
        }
      ],
      "text": "Left ring finger"
    }
  ]
}