FHIR IG analytics| Package | ca.bc.patient-summary |
| Resource Type | Bundle |
| Id | PS-CA BC Bundle Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Bundle",
"id": "BundlePSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/bundle-ca-ps"
]
},
"identifier": {
"system": "http://fictional-identifier-system-uri.com",
"value": "Bundle-Scenario1"
},
"type": "document",
"timestamp": "2023-01-04T14:30:00+01:00",
"entry": [
{
"fullUrl": "http://phsa.ca/fhir/Composition/CompositionPSBCExample",
"resource": {
"resourceType": "Composition",
"id": "CompositionPSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/composition-ca-ps"
]
},
"status": "final",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "60591-5",
"display": "Patient summary Document"
}
],
"text": "Patient summary Document"
},
"subject": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"date": "2024-08-21",
"author": [
{
"reference": "Practitioner/PractitionerPSBCExample",
"display": "Dr. Jane Doe"
}
],
"title": "Patient Summary as of August 21, 2024 12:30",
"confidentiality": "N",
"attester": [
{
"mode": "legal",
"time": "2020-12-11T14:30:00+01:00",
"party": {
"reference": "PractitionerRole/PractitionerRolePSBCExample"
}
}
],
"custodian": {
"reference": "Organization/OrganizationPSBCExample"
},
"section": [
{
"title": "Conditions",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11348-0",
"display": "History of Problems"
}
]
},
"entry": [
{
"reference": "Condition/ConditionPSBCExample",
"display": "Osteoarthritis"
}
]
},
{
"title": "Procedures",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "47519-4",
"display": "Surgical Procedures"
}
]
},
"entry": [
{
"reference": "Procedure/ProcedurePSBCExample",
"display": "Left Knee Arthroplasty"
}
]
},
{
"title": "Medications",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "10160-0",
"display": "History of medication use"
}
]
},
"entry": [
{
"reference": "MedicationStatement/MedicationStatementPSBCExample",
"display": "Prednisone"
}
]
},
{
"title": "Immunizations",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11369-6",
"display": "History of immunizations"
}
]
},
"entry": [
{
"reference": "Immunization/ImmunizationPSBCExample",
"display": "Influenza vaccine"
}
]
},
{
"title": "Allergies & Intolerances",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "48765-2",
"display": "Allergies and Adverse Reactions"
}
]
},
"entry": [
{
"reference": "AllergyIntolerance/AllergyIntolerancePSBCExample",
"display": "Penicillin allergy"
}
]
},
{
"title": "Social History",
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social History"
}
]
},
"entry": [
{
"reference": "Observation/ObservationSocialHistoryPSBCExample",
"display": "Smoking: 1 pack/day, quit 1992; Alcohol: 4 drinks/week"
}
]
}
]
}
},
{
"fullUrl": "http://phsa.ca/fhir/Patient/PatientPSBCExample",
"resource": {
"resourceType": "Patient",
"id": "PatientPSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps"
]
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender",
"extension": [
{
"url": "value",
"valueCodeableConcept": {
"coding": [
{
"code": "F",
"display": "Female"
}
]
}
}
]
},
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired",
"valueBoolean": true
}
],
"identifier": [
{
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-patient-healthcare-id",
"value": "9892651498",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "JHN"
}
]
}
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Wiebe",
"given": [
"Greta"
]
},
{
"use": "nickname",
"given": [
"Greta"
]
}
],
"gender": "female",
"birthDate": "1935-03-09",
"telecom": [
{
"system": "phone",
"value": "(25) 0597 1234",
"use": "mobile",
"rank": 1
},
{
"system": "phone",
"value": "(60) 4859 8791",
"use": "home",
"rank": 2
},
{
"system": "email",
"value": "gretawiebe@email.com",
"use": "home"
}
],
"address": [
{
"line": [
"2044 Martin Crescent"
],
"city": "Duncan",
"state": "BC",
"postalCode": "V9L 3G5",
"country": "Canada"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47#en",
"code": "en",
"display": "English"
}
],
"text": "English"
},
"preferred": true
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "72705000",
"display": "Mother"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MTH"
}
]
}
],
"name": {
"use": "maiden",
"family": "Toewes",
"given": [
"Jennifer"
]
},
"telecom": [
{
"system": "phone",
"value": "+250-425-4242",
"use": "mobile"
}
]
}
]
}
},
{
"fullUrl": "http://phsa.ca/fhir/Practitioner/PractitionerPSBCExample",
"resource": {
"resourceType": "Practitioner",
"id": "PractitionerPSBCExample",
"meta": {
"profile": [
"http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner"
]
},
"identifier": [
{
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-msp-billing-id",
"value": "12345"
}
],
"name": [
{
"use": "official",
"family": "Doe",
"given": [
"Jane"
],
"suffix": [
"MD"
]
}
],
"telecom": [
{
"system": "fax",
"value": "(60) 4858 3691",
"use": "work"
},
{
"system": "phone",
"value": "(60) 4858 3691",
"use": "work",
"rank": 1
},
{
"system": "phone",
"value": "NA",
"use": "home",
"rank": 2
},
{
"system": "email",
"value": "janedoe@ehealth.ab.org",
"use": "work"
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360/2.7",
"code": "CCFP",
"display": "Certification in the College of Family Physicians"
}
]
}
}
]
}
},
{
"fullUrl": "http://phsa.ca/fhir/PractitionerRole/PractitionerRolePSBCExample",
"resource": {
"resourceType": "PractitionerRole",
"id": "PractitionerRolePSBCExample",
"identifier": [
{
"system": "http://www.example.org/practitioners",
"value": "12345"
}
],
"practitioner": {
"reference": "Practitioner/PractitionerPSBCExample",
"display": "Dr. Jane Doe"
},
"organization": {
"reference": "Organization/OrganizationPSBCExample",
"display": "Clinic"
},
"code": [
{
"coding": [
{
"system": "https://fhir.infoway-inforoute.ca/CodeSystem/scptype",
"code": "MD",
"display": "Medical Doctor"
}
]
}
],
"telecom": [
{
"system": "fax",
"value": "(60) 4858 3691",
"use": "work"
},
{
"system": "phone",
"value": "(60) 4858 3691",
"use": "work",
"rank": 1
},
{
"system": "email",
"value": "janedoe@ehealth;ab.org",
"use": "work"
}
]
}
},
{
"fullUrl": "http://phsa.ca/fhir/Organization/OrganizationPSBCExample",
"resource": {
"resourceType": "Organization",
"id": "OrganizationPSBCExample",
"meta": {
"profile": [
"http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-organization"
]
},
"identifier": [
{
"system": "http://www.example.org/organizations",
"value": "44445555"
}
],
"name": "Dr. Jane Doe Clinic",
"address": [
{
"line": [
"Duncan Family Practice",
"201-2763 Beverly St"
],
"city": "Duncan",
"state": "BC",
"postalCode": "V9L 6Y9",
"country": "Canada"
}
],
"telecom": [
{
"system": "fax",
"value": "(60) 4858 3691",
"use": "work"
},
{
"system": "phone",
"value": "(60) 4858 3691",
"use": "work",
"rank": 1
},
{
"system": "email",
"value": "janedoe@ehealth.ab.org",
"use": "work"
}
]
}
},
{
"fullUrl": "http://phsa.ca/fhir/Condition/ConditionPSBCExample",
"resource": {
"resourceType": "Condition",
"id": "ConditionPSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/condition-ca-ps"
]
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "75326-9",
"display": "Problem"
},
{
"system": "http://terminology.hl7.org/CodeSystem/condition-category",
"code": "problem-list-item",
"display": "Problem List Item"
}
],
"text": "Problem"
}
],
"severity": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "6736007",
"display": "Moderate"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "396275006",
"display": "Osteoarthritis"
}
],
"text": "Hypertrophic arthritis"
},
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "6757004",
"display": "Structure of right knee region (body structure)"
}
],
"text": "Right Knee"
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "182820005",
"display": "Structure of right hip region (body structure)"
}
],
"text": "Right Hip"
}
],
"subject": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"onsetDateTime": "2015-10-19",
"asserter": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
}
}
},
{
"fullUrl": "http://phsa.ca/fhir/Procedure/ProcedurePSBCExample",
"resource": {
"resourceType": "Procedure",
"id": "ProcedurePSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/procedure-ca-ps"
]
},
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "52734007",
"display": "Arthroplasty of the knee"
}
],
"text": "Left Knee Arthroplasty"
},
"subject": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"performedDateTime": "2018",
"note": [
{
"text": "No Complications"
}
]
}
},
{
"fullUrl": "http://phsa.ca/fhir/MedicationStatement/MedicationStatementPSBCExample",
"resource": {
"resourceType": "MedicationStatement",
"id": "MedicationStatementPSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/medicationstatement-ca-ps"
]
},
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "https://fhir.infoway-inforoute.ca/CodeSystem/canadianclinicaldrugdataset",
"code": "8000014",
"display": "Prednisone"
}
],
"text": "Prednisone"
},
"subject": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"effectiveDateTime": "2019-11-19",
"dosage": [
{
"text": "5mg Twice Daily",
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 5,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "233604007",
"display": "Pneumonia"
}
],
"text": "Pneumonia"
}
]
}
},
{
"fullUrl": "http://phsa.ca/fhir/Immunization/ImmunizationPSBCExample",
"resource": {
"resourceType": "Immunization",
"id": "ImmunizationPSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/immunization-ca-ps"
]
},
"contained": [
{
"resourceType": "Practitioner",
"id": "1",
"name": [
{
"text": "Dr. Jane Doe"
}
]
}
],
"identifier": [
{
"system": "http://fictional-identifier-system-uri.com",
"value": "60ed0066-7304-4c64-9c49-eeb725581584"
}
],
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "86198006",
"display": "Influenza vaccine"
}
],
"text": "Influenza vaccine"
},
"patient": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"occurrenceDateTime": "2023-11-17",
"performer": [
{
"actor": {
"reference": "#1"
}
}
],
"note": [
{
"text": "Influenza vaccine administered on 2023-11-17"
}
],
"protocolApplied": [
{
"doseNumberString": "1"
}
]
}
},
{
"fullUrl": "http://phsa.ca/fhir/AllergyIntolerance/AllergyIntolerancePSBCExample",
"resource": {
"resourceType": "AllergyIntolerance",
"id": "AllergyIntolerancePSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/allergyintolerance-ca-ps"
]
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
},
{
"system": "http://snomed.info/sct",
"code": "410605003",
"display": "Confirmed present"
}
]
},
"type": "allergy",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "227493005",
"display": "Penicillin"
}
]
},
"patient": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"onsetDateTime": "2018",
"asserter": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39579001",
"display": "Rash"
}
]
}
]
}
]
}
},
{
"fullUrl": "http://phsa.ca/fhir/Observation/ObservationSocialHistoryPSBCExample",
"resource": {
"resourceType": "Observation",
"id": "ObservationSocialHistoryPSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/socialhistory-ca-ps"
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "SUBID"
}
]
},
"system": "http://www.example.org/observations",
"value": "123456789"
}
],
"status": "amended",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social History"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "80943009",
"display": "Risk Factor"
}
],
"text": "Social History Observation"
},
"subject": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"note": [
{
"text": "Lives alone. Would benefit from home support for bath assist, has declined in past."
}
]
}
}
]
}