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

FHIR IG analytics

Packageaccdr.fhir.ig.pkg
Resource TypeDocumentReference
Iddocref-containing-bundle-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "DocumentReference",
  "id": "docRef-containing-bundle-example",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-accdr-profile-DocumentReference"
    ]
  },
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "test-practitioner",
      "meta": {
        "profile": [
          "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-practitioner"
        ]
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\n            <p>Dr Adam Careful</p>\n\n          </div>"
      },
      "identifier": [
        {
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-license-physician",
          "value": "12345"
        }
      ],
      "name": [
        {
          "family": "Careful",
          "given": [
            "Adam"
          ],
          "prefix": [
            "Dr"
          ]
        }
      ]
    },
    {
      "resourceType": "Patient",
      "id": "test-patient",
      "meta": {
        "profile": [
          "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Patient"
        ]
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\n            <h1>Eve Everywoman</h1>\n\n          </div>"
      },
      "identifier": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "JHN"
              }
            ],
            "text": "Ontario, Canada Personal Health Number"
          },
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
          "value": "6132001123"
        },
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "MR"
              }
            ],
            "text": "Brantford General"
          },
          "system": "http://ehealthontario.ca/fhir/NamingSystem/id-example1-uri",
          "value": "WSD00038991"
        }
      ],
      "active": true,
      "name": [
        {
          "text": "Eve Everywoman",
          "family": "Everywoman1",
          "given": [
            "Eve"
          ]
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "555-555-2003",
          "use": "work"
        }
      ],
      "gender": "female",
      "birthDate": "1955-01-06",
      "address": [
        {
          "use": "home",
          "line": [
            "2222 Home Street"
          ]
        }
      ]
    },
    {
      "resourceType": "Organization",
      "id": "test-organization",
      "meta": {
        "profile": [
          "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Organization"
        ]
      },
      "identifier": [
        {
          "system": "urn:ietf:rfc:3986",
          "value": "urn:oid:2.16.840.1.113883.3.239.23.4"
        }
      ],
      "name": "Test Organization"
    },
    {
      "resourceType": "Encounter",
      "id": "test-encounter",
      "meta": {
        "profile": [
          "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Encounter"
        ]
      },
      "identifier": [
        {
          "system": "urn:oid:2.16.840.1.113883.3.239.23.42.121",
          "value": "S100"
        }
      ],
      "status": "finished",
      "class": {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "IMP",
        "display": "inpatient encounter"
      },
      "type": [
        {
          "coding": [
            {
              "system": "http://cihi.ca/fhir/CodeSystem/aac-admit-category",
              "code": "U",
              "display": "Urgent/emergent"
            }
          ]
        }
      ],
      "subject": {
        "reference": "urn:uuid:efdbe1ce-1b5a-40bd-a6a1-68160ebb4c09"
      },
      "period": {
        "start": "2013-01-20T12:30:02Z",
        "end": "2013-02-01T12:30:02Z"
      },
      "hospitalization": {
        "dischargeDisposition": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
              "code": "home"
            }
          ]
        }
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.3.239.23.18.10",
      "value": "27074671-2"
    }
  ],
  "status": "current",
  "docStatus": "preliminary",
  "type": {
    "coding": [
      {
        "system": "urn:oid:2.16.840.1.113883.3.239.23.18.10.1",
        "code": "5_",
        "display": "discharge summary"
      },
      {
        "system": "http://loinc.org",
        "code": "18842-5",
        "display": "Discharge summary"
      }
    ]
  },
  "category": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LP173221-5",
        "display": "Discharge summarization"
      },
      {
        "system": "http://loinc.org",
        "code": "LP173418-7",
        "display": "Note"
      },
      {
        "system": "http://loinc.org",
        "code": "CGTA1009-1",
        "display": "Unspecified"
      }
    ]
  },
  "subject": {
    "reference": "#test-patient"
  },
  "date": "2005-12-24T09:43:41+11:00",
  "author": [
    {
      "reference": "#test-practitioner"
    }
  ],
  "authenticator": {
    "reference": "#test-organization"
  },
  "custodian": {
    "reference": "#test-organization"
  },
  "description": "Physical",
  "content": [
    {
      "attachment": {
        "url": "[base]/Bundle/discharge-summary-example-with-resource-entries",
        "title": "Inpatient encounter discharge summary"
      }
    }
  ],
  "context": {
    "encounter": [
      {
        "reference": "#test-encounter"
      }
    ]
  }
}