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

Obligation Discussion - Local Development build (v0.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Example Binary: Obligation 2b: store equivalent

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

    
{
  "resourceType": "http://v2.hl7.org/fhir/Base",
  "name": "Testname 2b",
  "status": "draft",
  "date": "2023-10-11",
  "element": [
    {
      "reference": "StructureDefinition/BSuperPatient.identifier"
    },
    {
      "reference": "StructureDefinition/BSuperPatient.maritalStatus"
    }
  ],
  "activity": [
    {
      "verb": {
        "code": "SHALL",
        "system": "http://v2.hl7.org/fhir/CodeSystem/verb"
      },
      "obligation": {
        "code": "STORE",
        "system": "http://v2.hl7.org/fhir/CodeSystem/obligation"
      },
      "dataExpectation": {
        "code": "equivalent",
        "system": "http://v2.hl7.org/fhir/CodeSystem/dataExpectation"
      }
    }
  ]
}