Skip to content

Commit

Permalink
FHIR-44847 changing out the allergy abatement extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jddamore committed Jul 10, 2024
1 parent f9b7776 commit 1c9f605
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
1 change: 1 addition & 0 deletions input/fsh/aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Alias: $v3-RoleCode = http://terminology.hl7.org/CodeSystem/v3-RoleCode
Alias: $DCM = http://dicom.nema.org/resources/ontology/DCM
Alias: $allergyintolerance-clinical = http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical
Alias: $allergyintolerance-verification = http://terminology.hl7.org/CodeSystem/allergyintolerance-verification
Alias: $allergyintolerance-abatement = http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement
Alias: $sct = http://snomed.info/sct
Alias: $rxnorm = http://www.nlm.nih.gov/research/umls/rxnorm
Alias: $atc = http://www.whocc.no/atc
Expand Down
14 changes: 0 additions & 14 deletions input/fsh/extensions/AbatementDateTimeUvIps.fsh

This file was deleted.

2 changes: 1 addition & 1 deletion input/fsh/instances/allergyIntolerance-with-abatement.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ InstanceOf: AllergyIntolerance
Title: "AllergyIntolerance: resolved allergy"
Description: "AllergyIntolerance: resolved allergy"
Usage: #example
* extension.url = "http://hl7.org/fhir/uv/ips/StructureDefinition/abatement-dateTime-uv-ips"
* extension.url = "http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement"
* extension.valueDateTime = "2010"
* clinicalStatus = $allergyintolerance-clinical#resolved
* verificationStatus = $allergyintolerance-verification#confirmed
Expand Down
4 changes: 1 addition & 3 deletions input/fsh/profiles/AllergyIntoleranceUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ It documents the relevant allergies or intolerances (conditions) for a patient,
* ^contact.telecom.value = "http://www.hl7.org/Special/committees/patientcare"
* ^jurisdiction = $m49.htm#001
* ^purpose = "This profile constrains the representation of a record of an allergy or intolerance of the patient, in the context of the international patient summary as specified by the IPS project of HL7 International."
* extension contains AbatementDateTimeUvIps named abatement-datetime 0..1
* extension[abatement-datetime] ^short = "Abatement datetime"
* extension[abatement-datetime] ^definition = "The date or estimated date that the condition resolved or went into remission."
* extension contains $allergyintolerance-abatement named abatement 0..1
* clinicalStatus only CodeableConceptIPS
* verificationStatus only CodeableConceptIPS
* verificationStatus ^comment = "In the scope of the IPS the entered-in-error concept is not allowed."
Expand Down

0 comments on commit 1c9f605

Please sign in to comment.