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

: Claim001Communication - JSON Representation

Raw json | Download


{
  "resourceType" : "Communication",
  "id" : "Claim001Communication",
  "meta" : {
    "profile" : [
      "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-communication"
    ]
  },
  "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 \"Claim001Communication\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openimis-communication.html\">openIMIS Communication</a></p></div><p><b>status</b>: completed</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>: yes</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>: 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>: yes</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>: yes</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>: 4</p></blockquote></div>"
  },
  "status" : "completed",
  "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" : "yes"
    },
    {
      "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" : "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" : "yes"
    },
    {
      "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" : "yes"
    },
    {
      "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" : "4"
    }
  ]
}