openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Claim001CommunicationRequest - JSON Representation

Raw json | Download


{
  "resourceType" : "CommunicationRequest",
  "id" : "Claim001CommunicationRequest",
  "meta" : {
    "profile" : [
      "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-communication-request"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"Claim001CommunicationRequest\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openimis-communication-request.html\">openIMIS CommunicationRequest</a></p></div><p><b>status</b>: active</p><p><b>statusReason</b>: Selected <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-feedback-status.html\">Feedback Status (CommunicationRequest)</a>#4)</span></p><p><b>subject</b>: <a href=\"Patient-john-doe.html\">Patient/john-doe</a> \" DOE\"</p><p><b>about</b>: <a href=\"Claim-Claim001.html\">Claim/Claim001</a></p><blockquote><p><b>payload</b></p><p><b>Payload Type (CommunicationRequest | Communication)</b>: Care Rendered? (yes|no) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-feedback-payload.html\">Feedback Payload (CommunicationRequest | Communication)</a>#CareRendered)</span></p><p><b>content</b>: Care Rendered? (yes|no)</p></blockquote><blockquote><p><b>payload</b></p><p><b>Payload Type (CommunicationRequest | Communication)</b>: Payment Asked? (yes|no) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-feedback-payload.html\">Feedback Payload (CommunicationRequest | Communication)</a>#PaymentAsked)</span></p><p><b>content</b>: Payment Asked? (yes|no)</p></blockquote><blockquote><p><b>payload</b></p><p><b>Payload Type (CommunicationRequest | Communication)</b>: Drug Prescribed? (yes|no) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-feedback-payload.html\">Feedback Payload (CommunicationRequest | Communication)</a>#DrugPrescribed)</span></p><p><b>content</b>: Drug Prescribed? (yes|no)</p></blockquote><blockquote><p><b>payload</b></p><p><b>Payload Type (CommunicationRequest | Communication)</b>: Drug Received? (yes|no) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-feedback-payload.html\">Feedback Payload (CommunicationRequest | Communication)</a>#DrugReceived)</span></p><p><b>content</b>: Drug Received? (yes|no)</p></blockquote><blockquote><p><b>payload</b></p><p><b>Payload Type (CommunicationRequest | Communication)</b>: Asessment? (0|1|2|3|4|5) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-feedback-payload.html\">Feedback Payload (CommunicationRequest | Communication)</a>#Asessment)</span></p><p><b>content</b>: Asessment? (0|1|2|3|4|5)</p></blockquote><p><b>recipient</b>: <a href=\"Practitioner-Roberts-Jeb-EO.html\">Practitioner/Roberts-Jeb-EO</a> \" ROBERTS\"</p></div>"
  },
  "status" : "active",
  "statusReason" : {
    "coding" : [
      {
        "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/feedback-status",
        "code" : "4",
        "display" : "Selected"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/john-doe"
  },
  "about" : [
    {
      "reference" : "Claim/Claim001"
    }
  ],
  "payload" : [
    {
      "extension" : [
        {
          "url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/communication-payload-type",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/feedback-payload",
                "code" : "CareRendered"
              }
            ]
          }
        }
      ],
      "contentString" : "Care Rendered? (yes|no)"
    },
    {
      "extension" : [
        {
          "url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/communication-payload-type",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/feedback-payload",
                "code" : "PaymentAsked"
              }
            ]
          }
        }
      ],
      "contentString" : "Payment Asked? (yes|no)"
    },
    {
      "extension" : [
        {
          "url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/communication-payload-type",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/feedback-payload",
                "code" : "DrugPrescribed"
              }
            ]
          }
        }
      ],
      "contentString" : "Drug Prescribed? (yes|no)"
    },
    {
      "extension" : [
        {
          "url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/communication-payload-type",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/feedback-payload",
                "code" : "DrugReceived"
              }
            ]
          }
        }
      ],
      "contentString" : "Drug Received? (yes|no)"
    },
    {
      "extension" : [
        {
          "url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/communication-payload-type",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/feedback-payload",
                "code" : "Asessment"
              }
            ]
          }
        }
      ],
      "contentString" : "Asessment? (0|1|2|3|4|5)"
    }
  ],
  "recipient" : [
    {
      "reference" : "Practitioner/Roberts-Jeb-EO"
    }
  ]
}