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

FHIR IG analytics

Packagehl7.fhir.au.ereq
Resource TypeServiceRequest
IdServiceRequest-order-fbc-1.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-fbc-1

AU eRequesting Display Sequence: 1

identifier: Placer Identifier/EMC4542244-5625-01

requisition: Placer Group Number/EMC4542244-5625

status: Active

intent: Order

category: Laboratory procedure

code: FBC

subject: Fred Roberts Male, DoB: 1961-06-16 ( IHI: Austalian Healthcare Identifier - Individual#8003608500314661)

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

authoredOn: 2024-05-11

requester: PractitionerRole General practitioner


Source1

{
  "resourceType": "ServiceRequest",
  "id": "order-fbc-1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-path"
    ]
  },
  "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": "EMC4542244-5625-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": "EMC4542244-5625",
    "assigner": {
      "display": "Elimbah Medical Centre"
    }
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "108252007",
          "display": "Laboratory procedure"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "26604007",
        "display": "Complete blood count"
      }
    ],
    "text": "FBC"
  },
  "subject": {
    "reference": "Patient/roberts-fred"
  },
  "encounter": {
    "reference": "Encounter/gp-consultation"
  },
  "authoredOn": "2024-05-11",
  "requester": {
    "reference": "PractitionerRole/generalpractitioner-guthridge-jarred"
  }
}