FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex |
| Resource Type | DocumentReference |
| Id | DocumentReference-123456.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference 123456
Profile: US Core DocumentReference Profile
status: Current
type: Summary of episode note
category: Clinical Note
subject: Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)
date: 2020-10-09 15:26:23+0000
author: Organization Provider 1
custodian: Organization Payer 1
content
Attachments
ContentType Url Title application/pdf /Binary/1-pdf Uri where the data can be found = [base]/Binary/1-pdf or base64encode document and include in content.attachment.data element format: IHE.FormatCode.codesystem: (urn:ihe:iti:xds:2017:mimeTypeSufficient)
{
"resourceType": "DocumentReference",
"id": "123456",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "current",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "34133-9"
}
]
},
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
"code": "clinical-note"
}
]
}
],
"subject": {
"reference": "Patient/1"
},
"date": "2020-10-09T15:26:23.217+00:00",
"author": [
{
"reference": "Organization/ProviderOrg1"
}
],
"custodian": {
"reference": "Organization/Payer1"
},
"content": [
{
"attachment": {
"contentType": "application/pdf",
"url": "/Binary/1-pdf",
"title": "Uri where the data can be found = [base]/Binary/1-pdf\nor base64encode document and include in content.attachment.data element"
},
"format": {
"system": "http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem",
"display": "urn:ihe:iti:xds:2017:mimeTypeSufficient"
}
}
]
}