Skip to content

Commit

Permalink
FHIR-46289 add flag example, extension fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jddamore committed Jul 30, 2024
1 parent 4d803eb commit 7c09922
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 3 additions & 1 deletion input/fsh/aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ Alias: $workflow-supportingInfo = http://hl7.org/fhir/StructureDefinition/workfl
Alias: $flag-priority = http://hl7.org/fhir/StructureDefinition/flag-priority
Alias: $condition-severity = http://hl7.org/fhir/ValueSet/condition-severity
Alias: $vital-signs-profile = http://hl7.org/fhir/StructureDefinition/vitalsigns
Alias: $composition-section-note = http://hl7.org/fhir/StructureDefinition/note
Alias: $composition-section-note = http://hl7.org/fhir/StructureDefinition/note
Alias: $flag-category = http://terminology.hl7.org/CodeSystem/flag-category
Alias: $flag-priority-code = http://hl7.org/fhir/flag-priority-code
6 changes: 3 additions & 3 deletions input/fsh/instances/condition-39-07-1.fsh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Instance: eumfh-39-07-1-of-Condition
InstanceOf: Condition
Title: "Condition: Acute myocardial infarction of anterior wall"
Description: "Condition: Acute myocardial infarction of anterior wall"
Title: "Condition: Acute myeloid leukemia"
Description: "Condition: Acute myeloid leukemia"
Usage: #example
* id = "eumfh-39-07-1"
* clinicalStatus = $condition-clinical#active
* category = $loinc#75326-9 "Problem"
* code.coding[0] = $sct#54329005 "Acute myocardial infarction of anterior wall"
* code.coding[0] = $sct#91861009 "Acute myeloid leukemia"
* subject = Reference(Patient/eumfh-39-07) "Alexander Heig (inject 39-07)"
* onsetDateTime = "2014"
* asserter = Reference(Practitioner/eumfh-39-07) "Dr. Mark Antonio"
1 change: 0 additions & 1 deletion input/fsh/profiles/FlagAlertUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ This specialized Flag is used to convey information about an alert specific to a
* ^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 alert in the context of the international patient summary as specified by the IPS project of HL7 International."
* extension contains $workflow-supportingInfo named supportingInfo 0..1
* extension contains $flag-priority named flag-priority 0..1 MS
* status = #active (exactly)
* category MS
Expand Down
4 changes: 4 additions & 0 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,7 @@ resources:
name: 'DiagnosticReport: hemoglobin example'
description: 'DiagnosticReport: hemoglobin example'
exampleCanonical: http://hl7.org/fhir/uv/ips/StructureDefinition/DiagnosticReport-uv-ips
Flag/546482:
name: 'Alert Flag (IPS) example'
description: 'Alert Flag (IPS) example'
exampleCanonical: http://hl7.org/fhir/uv/ips/StructureDefinition/Flag-alert-uv-ips

0 comments on commit 7c09922

Please sign in to comment.