Prompt Title: Vaccination Architypes

Created 1 year ago
Votes 0
Views 255 times
0
Human: Can you create OpenEHR archetypes for person number allergies current medical problems reactions to previous vaccinations prescribed medicines that the subject is currently taking
ChatGPT:

Yes, I can create OpenEHR archetypes for the following entities:

  1. Person Number Archetype:

The Person Number archetype is used to capture the unique identifier assigned to an individual within a healthcare system. The following is an example of an OpenEHR archetype for Person Number:

yaml
archetype: openEHR-EHR-CLUSTER.person_number.v1 name: Person Number -- Define the structure of the archetype -- cluster archetype_id: openEHR-EHR-CLUSTER.person_number.v1 name: Person Number items -- Unique identifier assigned to the person -- value: ELEMENT[String] name: Person Identifier value: <> language original_language: en translations -- Provide translations if necessary -- - language: fr name: Numéro de personne description: Numéro d'identification unique assigné à une personne dans un système de santé.
  1. Allergies Archetype:

The Allergies archetype is used to capture the allergies of a patient. The following is an example of an OpenEHR archetype for Allergies:

yaml
archetype: openEHR-EHR-CLUSTER.allergies.v1 name: Allergies -- Define the structure of the archetype -- cluster archetype_id: openEHR-EHR-CLUSTER.allergies.v1 name: Allergies items -- The name of the allergen -- allergen_name: ELEMENT[String] name: Allergen Name value: <> -- The severity of the allergy -- allergy_severity: ELEMENT[Coded_Text] name: Allergy Severity value: <> -- The date when the allergy was first identified -- first_identified_date: ELEMENT[DateTime] name: First Identified Date value: <> language original_language: en translations -- Provide translations if necessary -- - language: fr name: Allergies description: Archétype pour enregistrer les allergies du patient.
  1. Current Medical Problems Archetype:

The Current Medical Problems archetype is used to capture the current medical problems of a patient. The following is an example of an OpenEHR archetype for Current Medical Problems:

sql
archetype: openEHR-EHR-CLUSTER.current_medical_problems.v1 name: Current Medical Problems -- Define the structure of the archetype -- cluster archetype_id: openEHR-EHR-CLUSTER.current_medical_problems.v1 name: Current Medical Problems items -- The name of the medical problem -- problem_name: ELEMENT[String] name: Problem Name value: <> -- The severity of the medical problem -- problem_severity: ELEMENT[Coded_Text] name: Problem Severity value: <> -- The date when the medical problem was first identified -- first_identified_date: ELEMENT[DateTime] name: First Identified Date value: <> language original_language: en translations -- Provide translations if necessary -- - language: fr name: Problèmes Médicaux Actuels description: Archétype pour enregistrer les problèmes médicaux actuels du patient.
  1. Reactions to Previous Vaccinations Archetype:

The Reactions to Previous Vaccinations archetype is used to capture the reactions of a patient to previous vaccinations. The following is an example of an OpenEHR archetype for Reactions to Previous Vaccinations:

makefile
archetype: openEHR-EHR-CLUSTER.previous_vaccination_reactions.v1
Human: rewrite please Reactions to Previous Vaccinations Archetype:
ChatGPT:

Sure, here is a rewritten version of the Reactions to Previous Vaccinations Archetype:

yaml
archetype: openEHR-EHR-CLUSTER.previous_vaccination_reactions.v1 name: Reactions to Previous Vaccinations -- Define the structure of the archetype -- cluster archetype_id: openEHR-EHR-CLUSTER.previous_vaccination_reactions.v1 name: Reactions to Previous Vaccinations items -- The name of the vaccine that was given previously -- vaccine_name: ELEMENT[String] name: Vaccine Name value: <> -- The date when the vaccine was given -- vaccination_date: ELEMENT[DateTime] name: Vaccination Date value: <> -- Any adverse reactions or side effects experienced by the patient -- adverse_reactions: ELEMENT[Coded_Text] name: Adverse Reactions value: <> -- The severity of the adverse reactions -- reaction_severity: ELEMENT[Coded_Text] name: Reaction Severity value: <> language original_language: en translations -- Provide translations if necessary -- - language: fr name: Réactions aux Vaccinations Antérieures description: Archétype pour enregistrer les réactions du patient aux vaccinations antérieures.
avatar
Magnus
Shared 106 prompts
Created 1 year ago

Leave a Comment

Related Tag Prompts

0
0
OpenEHR for Sven
1 year ago 2023-03-08 20:08:20 Magnus