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

FHIR IG analytics

Packageca.on.oh.patient-summary
Resource TypeBundle
IdFetchDocumentReferenceResponseExample.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": "Bundle",
  "id": "FetchDocumentReferenceResponseExample",
  "type": "searchset",
  "timestamp": "2023-05-02T21:15:49.210-05:00",
  "total": 1,
  "entry": [
    {
      "fullUrl": "http://ehealthontario.ca/fhir/DocumentReference/docref1",
      "resource": {
        "resourceType": "DocumentReference",
        "meta": {
          "profile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-DocumentReference|0.11.0"
          ]
        },
        "id": "docref1",
        "identifier": [
          {
            "system": "http://placeholder-ps-on-identifier-tbd",
            "value": "202310134430493"
          }
        ],
        "docStatus": "final",
        "type": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "60591-5",
              "display": "Patient summary Document"
            }
          ]
        },
        "category": [
          {
            "extension": [
              {
                "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-loinc-ontology-axis",
                "valueCoding": {
                  "system": "http://loinc.org",
                  "code": "74478-9",
                  "display": "Type of Service"
                }
              }
            ],
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "TBD",
                "display": "Patient summary"
              }
            ]
          },
          {
            "extension": [
              {
                "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-loinc-ontology-axis",
                "valueCoding": {
                  "system": "http://loinc.org",
                  "code": "74477-1",
                  "display": "Kind of document"
                }
              }
            ],
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "LP173418-7",
                "display": "Note"
              }
            ]
          },
          {
            "extension": [
              {
                "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-loinc-ontology-axis",
                "valueCoding": {
                  "system": "http://loinc.org",
                  "code": "74480-5",
                  "display": "Subject Matter Domain"
                }
              }
            ],
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "CGTA1009-1",
                "display": "Unspecified"
              }
            ]
          },
          {
            "extension": [
              {
                "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-loinc-ontology-axis",
                "valueCoding": {
                  "system": "http://loinc.org",
                  "code": "74479-7",
                  "display": "Role"
                }
              }
            ],
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "CGTA4001-1",
                "display": "Unspecified"
              }
            ]
          },
          {
            "extension": [
              {
                "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-loinc-ontology-axis",
                "valueCoding": {
                  "system": "http://loinc.org",
                  "code": "74476-3",
                  "display": "Setting"
                }
              }
            ],
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "CGTA5001-1",
                "display": "Unspecified"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/patient1"
        },
        "date": "2022-12-24T09:43:41+11:00",
        "author": [
          {
            "reference": "PractitionerRole/practrole1"
          }
        ],
        "custodian": {
          "reference": "Organization/org1"
        },
        "content": [
          {
            "attachment": {
              "url": "Bundle/patient-summary-bundle-example"
            }
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}