Simple HIV IG
0.1.0 - CI Build

Simple HIV IG - Local Development build (v0.1.0). See the Directory of published versions

: - JSON Representation

Raw json | Download


{
  "resourceType" : "Contract",
  "id" : "Contract-HIVSimple",
  "text" : {
    "status" : "generated",
    "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 \"Contract-HIVSimple\" </p></div><p><b>identifier</b>: id: 4321</p><blockquote><p><b>term</b></p><blockquote><p><b>offer</b></p><h3>Parties</h3><table class=\"grid\"><tr><td>-</td><td><b>Reference</b></td><td><b>Role</b></td></tr><tr><td>*</td><td><a href=\"Organization-IntraHealth.html\">Organization/IntraHealth</a> \"IntraHealth\"</td><td>FLunky <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-contract-party-role.html\">Contract Resource Party Role codes</a>#flunky)</span></td></tr></table></blockquote></blockquote><blockquote><p><b>term</b></p><blockquote><p><b>offer</b></p><h3>Parties</h3><table class=\"grid\"><tr><td>-</td><td><b>Reference</b></td><td><b>Role</b></td></tr><tr><td>*</td><td><a href=\"Patient-Patient-HIVSimple.html\">Patient/Patient-HIVSimple</a> \" CAT\"</td><td>FLunky <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-contract-party-role.html\">Contract Resource Party Role codes</a>#flunky)</span></td></tr></table></blockquote><h3>Assets</h3><table class=\"grid\"><tr><td>-</td><td><b>Period</b></td></tr><tr><td>*</td><td>2005-01-01 --&gt; 2022-01-01</td></tr></table><blockquote><p><b>action</b></p><p><b>type</b>: Action A <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-contractaction.html\">Contract Action Codes</a>#action-a)</span></p><h3>Subjects</h3><table class=\"grid\"><tr><td>-</td><td><b>Reference</b></td></tr><tr><td>*</td><td><a href=\"Organization-Organization-HIVSimple1.html\">Organization/Organization-HIVSimple1</a> \"Organization-HIVSimple Government Hospital\"</td></tr></table><p><b>intent</b>: population health <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-ActReason.html\">ActReason</a>#POPHLTH)</span></p><p><b>status</b>: Complete <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-contract-actionstatus.html\">Contract Resource Action Status codes</a>#complete)</span></p></blockquote></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://intrahealth.github.io/simple-hiv-ig/CodeSystem/PEPFAR",
      "value" : "4321"
    }
  ],
  "term" : [
    {
      "offer" : {
        "party" : [
          {
            "reference" : [
              {
                "reference" : "Organization/IntraHealth"
              }
            ],
            "role" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/contract-party-role",
                  "code" : "flunky"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "offer" : {
        "party" : [
          {
            "reference" : [
              {
                "reference" : "Patient/Patient-HIVSimple"
              }
            ],
            "role" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/contract-party-role",
                  "code" : "flunky"
                }
              ]
            }
          }
        ]
      },
      "asset" : [
        {
          "period" : [
            {
              "start" : "2005-01-01",
              "end" : "2022-01-01"
            }
          ]
        }
      ],
      "action" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/contractaction",
                "code" : "action-a"
              }
            ]
          },
          "subject" : [
            {
              "reference" : [
                {
                  "reference" : "Organization/Organization-HIVSimple1"
                }
              ]
            }
          ],
          "intent" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                "code" : "POPHLTH"
              }
            ]
          },
          "status" : {
            "coding" : [
              {
                "system" : "http://hl7.org/fhir/contract-action-status",
                "code" : "complete"
              }
            ]
          }
        }
      ]
    }
  ]
}