מדריך למטמיע - טופס 17
1.0.0 - ci-build

This page is part of the T17 IG (v1.0.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: t17-obligation-doc - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "t17-obligation-doc",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-obligation-doc"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">מסמך ההתחייבות המאושרת, כחלק מפרטי המענה לבקשת ההתחייבות</div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:cb512709-9276-4afd-9271-4990e5ef2889"
    }
  ],
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "64291-8",
        "display" : "Health insurance-related form"
      }
    ],
    "text" : "מסמך התחייבות מאושרת"
  },
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "system" : "http://fhir.leumit.co.il/identifier/magnetic-card",
      "value" : "1-123456-123456-789"
    }
  },
  "date" : "2023-07-04T05:02:03.001Z",
  "authenticator" : {
    "type" : "Organization",
    "identifier" : {
      "system" : "http://fhir.health.gov.il/identifier/legal-entity",
      "value" : "580039899"
    },
    "display" : "לאומית"
  },
  "description" : "מסמך אישור התחייבות לקבלת שירות בבית החולים",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "http://example.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510"
      }
    }
  ],
  "context" : {
    "related" : [
      {
        "reference" : "Coverage/3819",
        "type" : "Coverage"
      }
    ]
  }
}