| Package | ca.infoway.io.core |
| Resource Type | ExampleScenario |
| Id | ExamplePatientScenario |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.infoway.io.core@1.0.1-dft-preballot&canonical=http://hl7.org/fhir/ca/core/ExampleScenario/ExamplePatientScenario |
| URL | http://hl7.org/fhir/ca/core/ExampleScenario/ExamplePatientScenario |
| Version | 1.0.0 |
| Status | draft |
| Date | 2024-03-12T17:26:10+00:00 |
| Name | PatientScenario |
| Realm | ca |
| Authority | national |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ExampleScenario",
"id": "ExamplePatientScenario",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pc"
}
],
"url": "http://hl7.org/fhir/ca/core/ExampleScenario/ExamplePatientScenario",
"version": "1.0.0",
"name": "PatientScenario",
"status": "draft",
"date": "2024-03-12T17:26:10+00:00",
"publisher": "HL7 Canada",
"contact": [
{
"name": "HL7 Canada",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/ca"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CA"
}
]
}
],
"actor": [
{
"actorId": "ehr",
"type": "entity",
"name": "EHR System",
"description": "Electronic Health Record system that manages patient data"
},
{
"actorId": "practitioner",
"type": "person",
"name": "Healthcare Practitioner",
"description": "Healthcare provider who manages patient care"
}
],
"instance": [
{
"resourceId": "patient",
"resourceType": "Patient",
"name": "Patient Marie Tremblay",
"description": "Patient resource with demographic and contact information",
"version": [
{
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ExampleScenario.instance.version.title",
"valueString": "Initial Patient Record"
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ExampleScenario.instance.version.content",
"valueReference": {
"reference": "Patient/example-patient-ca-core"
}
}
],
"versionId": "1",
"description": "Patient record with basic demographic information"
}
]
},
{
"resourceId": "allergy",
"resourceType": "AllergyIntolerance",
"name": "Patient Allergy",
"description": "Allergy information for the patient",
"version": [
{
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ExampleScenario.instance.version.title",
"valueString": "Allergy Record"
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ExampleScenario.instance.version.content",
"valueReference": {
"reference": "AllergyIntolerance/ExampleAllergyIntolerance"
}
}
],
"versionId": "1",
"description": "Record of patient's allergies"
}
]
},
{
"resourceId": "condition",
"resourceType": "Condition",
"name": "Patient Condition",
"description": "Medical condition information for the patient",
"version": [
{
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ExampleScenario.instance.version.title",
"valueString": "Condition Record"
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ExampleScenario.instance.version.content",
"valueReference": {
"reference": "Condition/example-condition-ca-core"
}
}
],
"versionId": "1",
"description": "Record of patient's medical conditions"
}
]
},
{
"resourceId": "encounter",
"resourceType": "Encounter",
"name": "Patient Encounter",
"description": "Healthcare encounter information",
"version": [
{
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ExampleScenario.instance.version.title",
"valueString": "Encounter Record"
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ExampleScenario.instance.version.content",
"valueReference": {
"reference": "Encounter/example-encounter-ca-core"
}
}
],
"versionId": "1",
"description": "Record of patient's healthcare encounter"
}
]
}
],
"process": [
{
"title": "Initial Patient Registration",
"description": "Process of registering a new patient in the healthcare system",
"preConditions": "New patient arrives at healthcare facility",
"postConditions": "Patient record created with basic demographic information",
"step": [
{
"operation": {
"number": "1",
"type": "create",
"name": "Create Patient Record",
"initiator": "practitioner",
"receiver": "ehr",
"description": "Create initial patient record with demographic information",
"request": {
"resourceId": "patient"
}
}
}
]
},
{
"title": "Patient Assessment",
"description": "Process of assessing patient's health status",
"preConditions": "Patient record exists in the system",
"postConditions": "Patient's health conditions and allergies recorded",
"step": [
{
"operation": {
"number": "2",
"type": "create",
"name": "Record Allergy",
"initiator": "practitioner",
"receiver": "ehr",
"description": "Record patient's allergies",
"request": {
"resourceId": "allergy"
}
}
},
{
"operation": {
"number": "3",
"type": "create",
"name": "Record Condition",
"initiator": "practitioner",
"receiver": "ehr",
"description": "Record patient's medical conditions",
"request": {
"resourceId": "condition"
}
}
}
]
},
{
"title": "Patient Visit",
"description": "Process of recording a patient's healthcare visit",
"preConditions": "Patient arrives for healthcare visit",
"postConditions": "Visit information recorded in the system",
"step": [
{
"operation": {
"number": "4",
"type": "create",
"name": "Record Encounter",
"initiator": "practitioner",
"receiver": "ehr",
"description": "Record patient's healthcare encounter",
"request": {
"resourceId": "encounter"
}
}
}
]
}
]
}