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

FHIR IG analytics

Packagefhir.argonaut.r2
Resource TypeDocumentReference
IdDocumentReference-episode-summary.json
FHIR VersionR2

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 with Details

id: episode-summary

meta:

identifier: urn:oid:2.16.840.1.113883.19.5.99999.1

subject: Peter Chalmers. Generated Summary: id: peter-chalmers; Medical Record Number = 1032702; active; Peter James Chalmers (OFFICIAL); ph: (555)555-5555(WORK), person@example.org(WORK); gender: male; birthDate: 19/06/1964

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

Contents

-AttachmentFormat
*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')

Contexts

-Period
*23/12/2004 8:00:00 AM --> 23/12/2004 8:01:00 AM

Source1

{
  "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"
    }
  }
}