PACIO Transitions of Care Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ and changes regularly. See the Directory of published versions

: Example-Smith-Johnson-DocRef-Bundle - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "Example-Smith-Johnson-DocRef-Bundle",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pacio-toc/StructureDefinition/TOC-DocumentReference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Transition of Care DocumentReference for Patient Betsy Smith-Johnson</p></div>"
  },
  "masterIdentifier" : {
    "system" : "http://example.org/GoodHealthClinic/id",
    "value" : "0-87f37989294a408897aacd1fc5d8fd16"
  },
  "identifier" : [
    {
      "system" : "http://example.org/GoodHealthClinic/id",
      "value" : "0-87f37989294a408897aacd1fc5d8fd16"
    }
  ],
  "status" : "current",
  "docStatus" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "18761-7",
        "display" : "Transfer Summary Note"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
          "version" : "8.0.1",
          "code" : "clinical-note"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1"
  },
  "date" : "2024-05-10T14:25:34.001-05:00",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/fhir+json",
        "url" : "http://www.example.org/fhir/Bundle/Example-Smith-Johnson-TOCBundle",
        "creation" : "2024-05-10T14:25:34.001-05:00"
      }
    }
  ]
}