FHIR IG analytics| Package | fhir.deep6.ai |
| Resource Type | DocumentReference |
| Id | DocumentReference-documentreference-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference documentreference-example
Profile: Deep 6 AI Document Reference Profile
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
Extension ContentType Url text/plain Binary: text/plain (16 bytes base64) format: IHE.FormatCode.codesystem urn:ihe:iti:xds:2017:mimeTypeSufficient: mimeType Sufficient
| Encounter |
| ?rref? |
{
"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"
}
]
}
}