FHIR IG analytics| Package | hl7.fhir.us.davinci-pas |
| 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
Language: en
Profile: PAS Document Reference
status: Current
type: Physician procedure note
category: Clinical Note
subject: JOE SMITH Male, DoB Unknown ( http://example.org/MIN#12345678901)
content
Attachments
ContentType Data text/plain VGhpcyBpcyBzYW1wbGUgYmFzZTY0IGVuY29kaW5nLg==
{
"resourceType": "DocumentReference",
"id": "DocumentReferenceExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-documentreference"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "current",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "11505-5"
}
]
},
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
"code": "clinical-note"
}
]
}
],
"subject": {
"reference": "Patient/SubscriberExample"
},
"content": [
{
"attachment": {
"contentType": "text/plain",
"data": "VGhpcyBpcyBzYW1wbGUgYmFzZTY0IGVuY29kaW5nLg=="
}
}
]
}