{
  "resourceType" : "CommunicationRequest",
  "id" : "CommunicationRequestExample",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-communicationrequest"]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest CommunicationRequestExample</b></p><a name=\"CommunicationRequestExample\"> </a><a name=\"hcCommunicationRequestExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-communicationrequest.html\">PAS CommunicationRequest</a></p></div><p><b>Service Line Number</b>: 1</p><p><b>identifier</b>: <code>http://example.org/CRD-ID</code>/12345678901</p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{https://codesystem.x12.org/005010/755 15}\">Justification for Admissions</span></p><blockquote><p><b>payload</b></p><p><b>Communicated Diagnosis</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm G89.4}\">Chronic pain syndrome</span></p><p><b>Content Modifier</b>: <span title=\"Codes:{http://loinc.org 18804-5}\">Include all data of the selected type that represents observations made 3 months or fewer before the starting date of service</span></p><p><b>content</b>: 18776-5</p></blockquote></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-serviceLineNumber",
    "valuePositiveInt" : 1
  }],
  "identifier" : [{
    "system" : "http://example.org/CRD-ID",
    "value" : "12345678901"
  }],
  "status" : "active",
  "category" : [{
    "coding" : [{
      "system" : "https://codesystem.x12.org/005010/755",
      "code" : "15",
      "display" : "Justification for Admissions"
    }]
  }],
  "payload" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-communicatedDiagnosis",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://hl7.org/fhir/sid/icd-10-cm",
          "code" : "G89.4"
        }]
      }
    },
    {
      "url" : "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-contentModifier",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://loinc.org",
          "code" : "18804-5"
        }]
      }
    }],
    "contentString" : "18776-5"
  }]
}