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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeDocumentReference
IdDocumentReference-chr-on-west-DocumentReference-8001.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

Encounter Note — December 10, 2024. Acute Bronchitis. Signed note authored by Dr. Emily Thompson. Uploaded to patient chart at 16:45.

Source1

{
  "resourceType": "DocumentReference",
  "id": "chr-on-west-DocumentReference-8001",
  "meta": {
    "lastUpdated": "2024-12-10T16:45:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwDocumentReference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:chr:on-west:123:documentReference",
      "value": "8001"
    }
  ],
  "status": "current",
  "docStatus": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11506-3",
        "display": "Progress note"
      }
    ],
    "text": "Encounter Note"
  },
  "category": [
    {
      "text": "Clinical Note"
    }
  ],
  "subject": {
    "reference": "Patient/chr-on-west-Patient-12345",
    "display": "Sarah Marie Johnson"
  },
  "date": "2024-12-10T16:45:00Z",
  "author": [
    {
      "reference": "Practitioner/chr-on-west-Practitioner-501",
      "display": "Dr. Emily Thompson"
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "text/plain",
        "url": "urn:telus:emr:chr:on-west:123:document:8001",
        "title": "Encounter Note - Dec 10 2024 - Acute Bronchitis",
        "creation": "2024-12-10T16:45:00Z"
      }
    }
  ],
  "context": {
    "encounter": [
      {
        "reference": "Encounter/chr-on-west-Encounter-2001",
        "display": "Office Visit - Dec 10 2024"
      }
    ],
    "period": {
      "start": "2024-12-10T16:00:00Z",
      "end": "2024-12-10T16:45:00Z"
    }
  }
}