FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypeDocumentReference
IdDocumentReference-episode-summary.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DocumentReference episode-summary

identifier: Uniform Resource Identifier (URI)/urn:oid:2.16.840.1.113883.19.5.99999.1

status: Current

type: CCD Document

category: Clinical Note

subject: Amy Shaw

date: 2016-03-09 15:29:46+0000

author: Ronald Bone, MD

description: Pulmonology clinic acute visit

content

Attachments

-ContentTypeUrlTitle
*text/plainhttp://example.org/fhir/Binary/1-noteURI where the data can be found: http://example.org/fhir/Binary/1-note

format: IHE Format Code set for use with Document Sharing: urn:hl7-org:sdwg:ccda-structuredBody:2.1 (For documents following C-CDA 2.1 constraints using a structured body.)

Contexts

-Period
*2004-12-23 08:00:00+1100 --> 2004-12-23 08:01:00+1100

Source1

{
  "resourceType": "DocumentReference",
  "id": "episode-summary",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference|9.0.0"
    ]
  },
  "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"
    }
  ],
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "34133-9",
        "display": "Summary of episode note"
      }
    ],
    "text": "CCD Document"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
          "code": "clinical-note",
          "display": "Clinical Note"
        }
      ],
      "text": "Clinical Note"
    }
  ],
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "date": "2016-03-09T15:29:46Z",
  "author": [
    {
      "reference": "Practitioner/practitioner-1",
      "display": "Ronald Bone, MD"
    }
  ],
  "description": "Pulmonology clinic acute visit",
  "content": [
    {
      "attachment": {
        "contentType": "text/plain",
        "url": "http://example.org/fhir/Binary/1-note",
        "title": "URI where the data can be found: http://example.org/fhir/Binary/1-note"
      },
      "format": {
        "system": "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode",
        "code": "urn:hl7-org:sdwg:ccda-structuredBody:2.1",
        "display": "For documents following C-CDA 2.1 constraints using a structured body."
      }
    }
  ],
  "context": {
    "period": {
      "start": "2004-12-23T08:00:00+11:00",
      "end": "2004-12-23T08:01:00+11:00"
    }
  }
}