FHIR IG analytics| Package | hl7.fhir.us.consent-management |
| Resource Type | DocumentReference |
| Id | DocumentReference-DocumentReferenceExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference DocumentReferenceExample
Profile: FASTDocumentReference
identifier: http://example.org/1234567
status: Current
type: Release of information consent Document
category: Privacy policy acknowledgment Document
subject: Identifier: http://example.org/mrn/M1230041
date: 2024-01-01 15:30:00+0000
author: Identifier: United States National Provider Identifier/1234567893
content
Attachments
ContentType Url application/pdf http://example.org/consentexample
{
"resourceType": "DocumentReference",
"id": "DocumentReferenceExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTDocumentReference"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org",
"value": "1234567"
}
],
"status": "current",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "64292-6"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "57016-8"
}
]
}
],
"subject": {
"identifier": {
"system": "http://example.org/mrn",
"value": "M1230041"
}
},
"date": "2024-01-01T15:30:00Z",
"author": [
{
"identifier": {
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893"
}
}
],
"content": [
{
"attachment": {
"contentType": "application/pdf",
"url": "http://example.org/consentexample"
}
}
]
}