FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | DocumentReference |
| Id | DocumentReference-episode-summary.json |
| FHIR Version | R2 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: episode-summary
meta:
identifier: urn:oid:2.16.840.1.113883.19.5.99999.1
type: CCD Document (Details : {LOINC code '34133-9' = 'Summary of episode note', given as 'Summary of episode note'})
author: John Smith, MD. Generated Summary: id: 1234; 23; active; Adam Careful
created: 01/09/2006
indexed: 09/03/2016 3:29:46 PM
status: current
description: Pulmonology clinic acute visit
| - | Attachment | Format |
| * | Documents following C-CDA constraints using a structured body (Details: urn:oid:1.3.6.1.4.1.19376.1.2.3 code urn:hl7-org:sdwg:ccda-structuredBody:2.1 = 'urn:hl7-org:sdwg:ccda-structuredBody:2.1', stated as 'Documents following C-CDA constraints using a structured body') |
| - | Period |
| * | 23/12/2004 8:00:00 AM --> 23/12/2004 8:01:00 AM |
{
"resourceType": "DocumentReference",
"id": "episode-summary",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut/StructureDefinition/argo-documentreference"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.19.5.99999.1"
}
],
"subject": {
"reference": "Patient/peter-chalmers",
"display": "Peter Chalmers"
},
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "34133-9",
"display": "Summary of episode note"
}
],
"text": "CCD Document"
},
"author": [
{
"reference": "Practitioner/1234",
"display": "John Smith, MD"
}
],
"created": "2006-09-01",
"indexed": "2016-03-09T15:29:46Z",
"status": "current",
"description": "Pulmonology clinic acute visit",
"content": [
{
"attachment": {
"contentType": "text/plain",
"url": "/Binary/1-note",
"title": "Uri where the data can be found: [base]/Binary/1-note"
},
"format": [
{
"system": "urn:oid:1.3.6.1.4.1.19376.1.2.3",
"code": "urn:hl7-org:sdwg:ccda-structuredBody:2.1",
"display": "Documents following C-CDA constraints using a structured body"
}
]
}
],
"context": {
"period": {
"start": "2004-12-23T08:00:00+11:00",
"end": "2004-12-23T08:01:00+11:00"
}
}
}