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

FHIR IG analytics

Packagehl7.fhir.us.qicore.r4b
Resource TypeServiceRequest
IdServiceRequest-example.json
FHIR VersionR4B

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 example

status: Completed

intent: Order

category: Surgical Procedure

priority: Urgent

code: Excision of appendix (procedure)

subject: Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

encounter: Encounter: status = in-progress; class = inpatient encounter (ActCode#IMP); type = Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded.

occurrence: 2013-04-05 --> 2013-04-05

asNeeded: true

authoredOn: 2013-04-04

reasonCode: Abdominal pain (finding)

bodySite: Appendix structure


Source1

{
  "resourceType": "ServiceRequest",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "387713003",
          "display": "Surgical Procedure"
        }
      ]
    }
  ],
  "priority": "urgent",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "80146002",
        "display": "Excision of appendix (procedure)"
      }
    ],
    "text": "Excision of appendix (procedure)"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "occurrencePeriod": {
    "start": "2013-04-05",
    "end": "2013-04-05"
  },
  "asNeededBoolean": true,
  "authoredOn": "2013-04-04",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "21522001",
          "display": "Abdominal pain (finding)"
        }
      ]
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "66754008",
          "display": "Appendix structure"
        }
      ]
    }
  ]
}