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

FHIR IG analytics

Packagefhir.deep6.ai
Resource TypeDocumentReference
IdDocumentReference-documentreference-example.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

Generated Narrative: DocumentReference documentreference-example

identifier: http://example.com/docs/?ngen-9?

status: Current

docStatus: Final

type: Discharge summary

category: Other

subject: ?rref?

date: 2025-04-10 13:05:10+0000

content

Attachments

-ExtensionContentTypeUrl
*text/plainBinary: text/plain (16 bytes base64)

format: IHE.FormatCode.codesystem urn:ihe:iti:xds:2017:mimeTypeSufficient: mimeType Sufficient

Contexts

-Encounter
*?rref?

Source1

{
  "resourceType": "DocumentReference",
  "id": "documentreference-example",
  "meta": {
    "profile": [
      "http://deep6.ai/fhir/StructureDefinition/deep-6-ai-documentreference-1.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "id": "documentreference-example",
      "system": "http://example.com/docs"
    }
  ],
  "status": "current",
  "docStatus": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "18842-5"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://deep6.ai/fhir/CodeSystem/deep-6-ai-documentreference-category",
          "code": "other"
        }
      ]
    }
  ],
  "subject": {
    "id": "patient-example"
  },
  "date": "2025-04-10T13:05:10Z",
  "content": [
    {
      "attachment": {
        "extension": [
          {
            "url": "http://deep6.ai/fhir/StructureDefinition/deep-6-ai-documentreference-contentreference-1.0.2"
          }
        ],
        "contentType": "text/plain",
        "url": "Binary/binary-hello-example"
      },
      "format": {
        "system": "http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem",
        "code": "urn:ihe:iti:xds:2017:mimeTypeSufficient",
        "display": "mimeType Sufficient"
      }
    }
  ],
  "context": {
    "encounter": [
      {
        "id": "encounter-example"
      }
    ]
  }
}