PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.core@1.0.1-dft-preballot
    http://hl7.org/fhir/ca/core/ExampleScenario/ExamplePatientScenario
{
  "description": null,
  "_filename": "examples/ExampleScenario-ExamplePatientScenario.json",
  "package_name": "ca.infoway.io.core",
  "date": "2024-03-12T17:26:10+00:00",
  "publisher": "HL7 Canada",
  "instance": [ {
    "name": "Patient Marie Tremblay",
    "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": "patient",
    "description": "Patient resource with demographic and contact information",
    "resourceType": "Patient"
  }, {
    "name": "Patient Allergy",
    "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": "allergy",
    "description": "Allergy information for the patient",
    "resourceType": "AllergyIntolerance"
  }, {
    "name": "Patient Condition",
    "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": "condition",
    "description": "Medical condition information for the patient",
    "resourceType": "Condition"
  }, {
    "name": "Patient Encounter",
    "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"
    } ],
    "resourceId": "encounter",
    "description": "Healthcare encounter information",
    "resourceType": "Encounter"
  } ],
  "jurisdiction": [ {
    "coding": [ {
      "code": "CA",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "PatientScenario",
  "process": [ {
    "step": [ {
      "operation": {
        "name": "Create Patient Record",
        "type": "create",
        "number": "1",
        "request": {
          "resourceId": "patient"
        },
        "receiver": "ehr",
        "initiator": "practitioner",
        "description": "Create initial patient record with demographic information"
      }
    } ],
    "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": {
        "name": "Record Allergy",
        "type": "create",
        "number": "2",
        "request": {
          "resourceId": "allergy"
        },
        "receiver": "ehr",
        "initiator": "practitioner",
        "description": "Record patient's allergies"
      }
    }, {
      "operation": {
        "name": "Record Condition",
        "type": "create",
        "number": "3",
        "request": {
          "resourceId": "condition"
        },
        "receiver": "ehr",
        "initiator": "practitioner",
        "description": "Record patient's medical conditions"
      }
    } ],
    "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": {
        "name": "Record Encounter",
        "type": "create",
        "number": "4",
        "request": {
          "resourceId": "encounter"
        },
        "receiver": "ehr",
        "initiator": "practitioner",
        "description": "Record patient's healthcare encounter"
      }
    } ],
    "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"
  } ],
  "type": null,
  "experimental": null,
  "resourceType": "ExampleScenario",
  "title": null,
  "package_version": "1.0.1-dft-preballot",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "pc"
  } ],
  "status": "draft",
  "id": "f6fba14f-1abf-42eb-be01-b899ac464351",
  "kind": null,
  "url": "http://hl7.org/fhir/ca/core/ExampleScenario/ExamplePatientScenario",
  "version": "1.0.0",
  "contact": [ {
    "name": "HL7 Canada",
    "telecom": [ {
      "value": "http://www.hl7.org/ca",
      "system": "url"
    } ]
  } ],
  "actor": [ {
    "name": "EHR System",
    "type": "entity",
    "actorId": "ehr",
    "description": "Electronic Health Record system that manages patient data"
  }, {
    "name": "Healthcare Practitioner",
    "type": "person",
    "actorId": "practitioner",
    "description": "Healthcare provider who manages patient care"
  } ]
}