FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.pacio-toc
Resource TypeDocumentReference
IdDocumentReference-Example-Smith-Johnson-DocRef-Bundle.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Transition of Care DocumentReference for Patient Betsy Smith-Johnson


Source1

{
  "resourceType": "DocumentReference",
  "id": "Example-Smith-Johnson-DocRef-Bundle",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-toc/StructureDefinition/TOC-DocumentReference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}