Skip to content

Commit

Permalink
22-august update
Browse files Browse the repository at this point in the history
  • Loading branch information
thomiz committed Oct 10, 2024
1 parent e621d85 commit af421d9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ Description: "Details of the amount of oxygen available to the subject at the ti
FiO2 named FiO2 0..1 and
ProsentO2 named ProsentO2 0..1 and
OnAir named OnAir 0..1 and
MethodofOxygenDelivery named MethodofOxygenDelivery 0..1
MethodofOxygenDelivery named MethodofOxygenDelivery 0..1 and
OxygenDeliveryDetail named OxygenDeliveryDetail 0..1
* url = "http://hl7.no/fhir/StructureDefinition/NoDomainVitalSignsObservationInspiredOxygen" (exactly)




Extension: Flow
* ^url = "http://hl7.no/fhir/StructureDefinition/Flow"
* ^status = #draft
Expand Down Expand Up @@ -47,4 +45,11 @@ Description: "Futhure details of method of oxygen delivery"
* ^url = "http://hl7.no/fhir/StructureDefinition/MethodofOxygenDelivery"
* ^status = #draft
* url = "http://hl7.no/fhir/StructureDefinition/MethodofOxygenDelivery" (exactly)
* value[x] only string

Extension: OxygenDeliveryDetail
Description: "Further details of the method of oxygen delivery."
* ^url = "http://hl7.no/fhir/StructureDefinition/OxygenDeliveryDetail"
* ^status = #draft
* url = "http://hl7.no/fhir/StructureDefinition/OxygenDeliveryDetail" (exactly)
* value[x] only string
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Description: "Codes representing body position for respiration rate"
* SNOMED_CT#1240000 "Mageleie"
* SNOMED_CT#40199007 "Ryggleie"
* SNOMED_CT#33586001 "Sittende"
* SNOMED_CT#10904000 "Stående/Oppreist"
* SNOMED_CT#10904000 "Oppreist stilling"
* SNOMED_CT#272580008 "Tilbakelent"
2 changes: 1 addition & 1 deletion VitalSigns/sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FSHOnly: false
applyExtensionMetadataToRoot: false
id: hl7.fhir.no.domain.vitalsigns
status: draft
version: 0.7.4
version: 0.7.5
releaseLabel: ci-build
copyrightYear: 2021+
jurisdiction: urn:iso:std:iso:3166#NO "Norway"
Expand Down

0 comments on commit af421d9

Please sign in to comment.