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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeServiceRequest
IdServiceRequest-ExampleSGHIServiceRequest.json
FHIR VersionR5

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 ExampleSGHIServiceRequest

identifier: Visit Number/APT123456 (use: official, )

basedOn: MedicationRequest: identifier = Prescription Number: RX123456789 (use: official, ); status = active; intent = plan; category = Inpatient; priority = routine; authoredOn = 2025-01-22; effectiveDosePeriod = 2025-01-22 --> 2025-02-01

status: Active

intent: Plan

category: Laboratory procedure

priority: Routine

Codes

-Concept
*Procedure

orderDetail

ParameterFocus

-Reference
*Medication Request

Parameters

-CodeValue[x]
*Laboratory studies (set)Value String

subject: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)

encounter: Encounter: identifier = Visit Number: VN123456789 (use: official, ); status = in-progress; class = Ambulatory

authoredOn: 2025-02-01 10:30:00+0000

requester: Organization SGHI Healthcare Organization

performer: Organization SGHI Healthcare Organization

Reasons

-Reference
*Condition

Source1

{
  "resourceType": "ServiceRequest",
  "id": "ExampleSGHIServiceRequest",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/servicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "VN",
            "display": "Visit Number"
          }
        ]
      },
      "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value": "APT123456",
      "assigner": {
        "reference": "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "basedOn": [
    {
      "reference": "MedicationRequest/ExampleSGHIMedicationRequest"
    }
  ],
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "108252007",
          "display": "Laboratory procedure"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "concept": {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "71388002",
          "display": "Procedure"
        }
      ],
      "text": "Procedure"
    }
  },
  "orderDetail": [
    {
      "parameterFocus": {
        "reference": {
          "reference": "MedicationRequest/ExampleSGHIMedicationRequest",
          "display": "Medication Request"
        }
      },
      "parameter": [
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "26436-6",
                "display": "Laboratory studies (set)"
              }
            ],
            "text": "Laboratory studies (set)"
          },
          "valueString": "Value String"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/ExampleSGHIPatient"
  },
  "encounter": {
    "reference": "Encounter/ExampleSGHIEncounter"
  },
  "authoredOn": "2025-02-01T10:30:00Z",
  "requester": {
    "reference": "Organization/ExampleSGHIOrganization"
  },
  "performer": [
    {
      "reference": "Organization/ExampleSGHIOrganization"
    }
  ],
  "reason": [
    {
      "reference": {
        "reference": "Condition/ExampleSGHICondition",
        "display": "Condition"
      }
    }
  ]
}