Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Submit a new FHIR service request

  • Get a FHIR service request by service request id

  • Change the status of a FHIR service request

Sample Object

Code Block
{
    resourceType: 'ServiceRequest',
    requisition: {
        use: 'official',
        system: 'https://mi211.org',
        value: '1234567',
    },
    status: 'active',
    intent: 'original-order',
    authoredOn: '2023-08-29T13:56:14.173Z',
    category"authoredOn": "2024-07-26T00:00:00.000Z",
  "category": [
    {
   {   "coding": [
        coding:{
[          "code": "GeneratedExcelSpreadsheet_v2",
     {     "display": "Generated by Excel Spreadsheet",
           "system": 'http"https://hl7mi-cie.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes',
  StructureDefinition"
                 code: 'home-visiting',
                    display: 'Home Visiting',
                },
    
       ],

       },
 
  ],
    "code": {
        "coding": [
    
       {
                system: 'https://211taxonomy.org/',
                code: 'PH-6100.3300'"code": "83977-9",
                display: 'HOME BASED PARENTING EDUCATION'"display": "Social worker Outreach note",
        "system": "https://loinc.org"
  },    }
    ],
 
  },
    requester: {
        reference: 'Patient/8',
        display: 'Requester Name',
    },
    subject"id": "895852ed-1234-4864-988a-bd114cc56ff5",
  "intent": "original-order",
  "meta": {
        reference: 'Patient/8'"lastUpdated": "2024-07-31T14:10:19.489195+00:00",
        display"versionId": 'Subject Name',"MTcyMjQzNTAxOTQ4OTE5NTAwMA"
     },
    supportingInfo"performer": [
    {
   {   "display": "Michigan 211 Gryphon Place",
      "reference": 'Consent/9'"Organization/MI211-GRYP",
            type: 'Consent',
   "type": "Organization"
    },
 
  ],
    performer"requester": [{
    "display": "Children’s Services Agency {(CSA)",
            reference: 'HealthcareService/10',
            type: 'HealthcareService',
        },
        {
            reference: 'HealthcareService/11',
            type: 'HealthcareService',
        },
    ],
    extension: [
        {
            url: "https://mi-cie.org/fhir/StructureDefinition/agencyLocation"reference": "Organization/CSA"
  },
  "resourceType": "ServiceRequest",
  "status": "active",
  "subject": {
    "display": "FIRSTNAME LASTNAME",
            valueString: "name_of_location_here"
     "reference": "Patient/123484f8-40bf-4b1c-acfe-df60bef055f2"
  }
    ]

};

Field Descriptions

The following are descriptions of the fields that must be passed into the service request object.

...