{
  "resourceType": "ReferralRequest",
  "id": "ReferralRequestTransaction Instance Example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/bser/StructureDefinition/ReferralRequestTransaction"
    ]
  },
  "identifier": [
    {
      "type": {
        "value": "ACSN"
      },
      "value": "71949668"
    }
  ],
  "status": "active",
  "serviceRequested": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "275920008",
          "display": "Arthritis monitoring (regime/therapy)"
        }
      ]
    }
  ],
  "subject": {
    "referemce": "http://hl7.org/fhir/us/bser/PatientRole/InstanceExample"
  },
  "authoredOn": "2018-09-15",
  "requester": {
    "agent": {
      "reference": "http://hl7.org/fhir/us/bser/ReferralInitiatorProviderRole/InstanceExample"
    }
  },
  "recipient": [
    {
      "reference": "http://hl7.org/fhir/us/bser/ReferralRecipientProviderRole/InstanceExample"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "3723001",
          "display": "Arthritis"
        }
      ]
    }
  ],
  "supportingInfo": [
    {
      "reference": "http://hl7.org/fhir/us/bser/ReferralRequestSupportingBundle/InstanceExample"
    }
  ]
}