Onyx Consent Authorization SAFHIR Implementation and Operations Guide
0.0.2 - ci-build

Onyx Consent Authorization SAFHIR Implementation and Operations Guide - Local Development build (v0.0.2). See the Directory of published versions

: SafhirContractFormulary - JSON Representation

Raw json | Download


{
  "resourceType" : "Contract",
  "id" : "1004",
  "meta" : {
    "profile" : [
      "http://ig.fhir.safhir.io/ig/safhir-ocasio/StructureDefinition/ApiContract"
    ]
  },
  "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 \"1004\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ApiContract.html\">ApiContract</a></p></div><p><b>status</b>: executed</p><p><b>legalState</b>: Executed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-contract-status.html\">Contract Resource Status Codes</a>#executed)</span></p><p><b>issued</b>: 2021-02-04</p><p><b>applies</b>: 2021-02-05 --&gt; (ongoing)</p><p><b>authority</b>: <a href=\"Organization/Diamond-Health-Plan-01\">Organization/Diamond-Health-Plan-01</a></p><p><b>name</b>: US Core v3.1.1</p><p><b>author</b>: <a href=\"Organization/Diamond-Health-Plan-01\">Organization/Diamond-Health-Plan-01</a></p><blockquote><p><b>signer</b></p><p><b>type</b>: Author (Details: http://terminology.hl7.org/CodeSystem/contractsignertypecodes code AUT = 'Author', stated as 'null')</p><p><b>party</b>: <a href=\"Organization/Diamond-Health-Plan-01\">Organization/Diamond-Health-Plan-01</a></p></blockquote><blockquote><p><b>signer</b></p><p><b>type</b>: Consenter (Details: http://terminology.hl7.org/CodeSystem/contractsignertypecodes code CONSENTER = 'Consenter', stated as 'null')</p><p><b>party</b>: <a href=\"Organization-AppDeveloper.html\">Organization/AppDeveloper</a> \"Onyx Health App Development, LLC\"</p></blockquote></div>"
  },
  "status" : "executed",
  "legalState" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/contract-status",
        "code" : "executed"
      }
    ]
  },
  "issued" : "2021-02-04",
  "applies" : {
    "start" : "2021-02-05"
  },
  "authority" : [
    {
      "reference" : "Organization/Diamond-Health-Plan-01"
    }
  ],
  "name" : "US Core v3.1.1",
  "author" : {
    "reference" : "Organization/Diamond-Health-Plan-01"
  },
  "signer" : [
    {
      "type" : {
        "system" : "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
        "code" : "AUT"
      },
      "party" : {
        "reference" : "Organization/Diamond-Health-Plan-01"
      },
      "signature" : [
        {
          "type" : [
            {
              "system" : "urn:iso-astm:E1762-95:2013",
              "code" : "1.2.840.10065.1.12.1.1"
            }
          ],
          "when" : "2021-02-04T21:23:00-04:00",
          "who" : {
            "reference" : "Organization/Diamond-Health-Plan-01"
          }
        }
      ]
    },
    {
      "type" : {
        "system" : "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
        "code" : "CONSENTER"
      },
      "party" : {
        "reference" : "Organization/AppDeveloper"
      },
      "signature" : [
        {
          "type" : [
            {
              "system" : "urn:iso-astm:E1762-95:2013",
              "code" : "1.2.840.10065.1.12.1.3"
            }
          ],
          "when" : "2021-02-04T21:23:00-04:00",
          "who" : {
            "reference" : "Organization/AppDeveloper"
          }
        }
      ]
    }
  ]
}