{
  "resourceType": "ServiceRequest",
  "id": "DialysisOrder",
  "meta": {
    "lastUpdated": "2019-11-14T05:19:12+00:00",
    "source": "DialysisMachine",
    "tag": [
      {
        "system": "IHE",
        "code": "1.3.6.1.4.12559.11.1.1.129"
      }
    ]
  },
  "identifier": {
    "type": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/ValueSet/identifier-type",
          "code": "FILL",
          "display": "FillerID"
        }
      ]
    },
    "system": "DialysisUnits",
    "value": "4VEA0373"
  },
  "status": "active",
  "intent": "order",
  "category": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v2/0074",
        "code": "HM",
        "display": "Hematology"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LP6226-7",
        "display": "Dialysis"
      }
    ],
    "text": "LP6226-7"
  },
  "subject": {
    "identifier": {
      "system": "EMR",
      "value": "MRN"
    }
  },
  "locationCode": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "HD",
        "display": "Hemodialysis Unit"
      }
    ]
  },
  "locationReference": {
    "reference": "4VEA0373"
  },
  "occurrenceDateTime": "2019-11-14T05:19:12+00:00"
}