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

: A) Patient 2 Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "APatient2",
  "meta" : {
    "profile" : [
      🔗 "http://v2.hl7.org/fhir/StructureDefinition/APatientSenderProfile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Gabriele Mustermann (Official)</b> male, DoB: 1993-08-14 ( <code>http://fhir.test.de/abc</code>/PAT123)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.test.de/abc",
      "value" : "PAT123"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Mustermann",
      "given" : [
        "Gabriele"
      ]
    }
  ],
  "gender" : "male",
  "_gender" : {
    "extension" : [
      {
        "extension" : [
          {
            "url" : "code",
            "valueCode" : "SHALL:send"
          },
          {
            "url" : "actor",
            "valueReference" : {
              🔗 "reference" : "ActorDefinition/ActorDefReceiverTest"
            }
          },
          {
            "url" : "documentation",
            "valueString" : "This is the test documentation."
          }
        ],
        "url" : "http://v2.hl7.org/fhir/StructureDefinition/new-obligation"
      }
    ]
  },
  "birthDate" : "1993-08-14",
  "_birthDate" : {
    "extension" : [
      {
        "extension" : [
          {
            "url" : "code",
            "valueCode" : "SHALL:print"
          }
        ],
        "url" : "http://v2.hl7.org/fhir/StructureDefinition/new-obligation"
      }
    ]
  },
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "M"
      }
    ]
  }
}