FHIR IG analytics| Package | ca.bc.patient-summary |
| Resource Type | Composition |
| Id | PS-CA BC Composition Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Patient summary for Greta Wiebe, authored by Dr. Jane Doe on August 21, 2024. This document includes a summary of conditions, procedures, medications, immunizations, allergies, and social history.
Osteoarthritis.
Left Knee Arthroplasty.
Prednisone.
Influenza vaccine.
Penicillin allergy.
Smoking: 1 pack/day, quit 1992; Alcohol: 4 drinks/week.
{
"resourceType": "Composition",
"id": "CompositionPSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/composition-ca-ps"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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",
"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"
}
]
}
]
}