Obligation Discussion
0.5.1 - Working Draft to present the Concept Ideas and Background Details (FO)

Obligation Discussion, published by . This guide is not an authorized publication; it is the continuous build for version 0.5.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/obligation/ and changes regularly. See the Directory of published versions

Example Binary: Obligation 1a: send exactly

This content is an example of the Obligation1Definition Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://v2.hl7.org/fhir/Obligation",
  "name": "Testname 1",
  "status": "draft",
  "date": "2023-10-11",
  "actor": [
    {
      "reference": "ActorDefinition/ActorSender"
    }
  ],
  "element": [
    {
      "reference": "StructureDefinition/BSuperPatient"
    }
  ],
  "activity": [
    {
      "verb": {
        "code": "SHALL",
        "system": "http://v2.hl7.org/fhir/CodeSystem/verb"
      },
      "obligation": {
        "code": "SEND",
        "system": "http://v2.hl7.org/fhir/CodeSystem/obligation"
      },
      "dataExpectation": {
        "code": "exactly",
        "system": "http://v2.hl7.org/fhir/CodeSystem/dataExpectation"
      }
    }
  ]
}