Skip to content

Commit

Permalink
Merge pull request #159 from hl7germany/#7-vitalparameter-valuesets
Browse files Browse the repository at this point in the history
snomed valuesets fuer vitalparameter hinzugefuegt
  • Loading branch information
patrick-werner authored Feb 17, 2021
2 parents 89b1176 + 307b37d commit e187e34
Show file tree
Hide file tree
Showing 9 changed files with 346 additions and 70 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"resourceType": "ValueSet",
"url": "http://fhir.de/ValueSet/atemfrequenz-snomed-de",
"version": "0.9.13",
"name": "AtemfrequenzSnomed",
"title": "Atemfrequenz-SNOMED",
"status": "draft",
"experimental": true,
"date": "2021-02-16",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.de/technische-komitees/fhir/"
}
]
}
],
"description": "Enthaelt SNOMED Codes fuer die Atemfrequenz.",
"copyright": "This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or [email protected].",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "86290005",
"display": "Respiratory rate"
}
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"resourceType": "ValueSet",
"url": "http://fhir.de/ValueSet/blutdruck-diastolisch-snomed-de",
"version": "0.9.13",
"name": "BlutdruckDiastolischSnomed",
"title": "Blutdruck-Diastolisch-SNOMED",
"status": "draft",
"experimental": true,
"date": "2021-02-16",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.de/technische-komitees/fhir/"
}
]
}
],
"description": "Enthaelt SNOMED Codes fuer den diastolischen Blutdruck.",
"copyright": "This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or [email protected].",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "271650006",
"display": "Diastolic blood pressure"
}
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"resourceType": "ValueSet",
"url": "http://fhir.de/ValueSet/blutdruck-systolisch-snomed-de",
"version": "0.9.13",
"name": "BlutdruckSystolischSnomed",
"title": "Blutdruck-Systolisch-SNOMED",
"status": "draft",
"experimental": true,
"date": "2021-02-16",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.de/technische-komitees/fhir/"
}
]
}
],
"description": "Enthaelt SNOMED Codes fuer den systolischen Blutdruck.",
"copyright": "This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or [email protected].",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "271649006",
"display": "Systolic blood pressure"
}
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"resourceType": "ValueSet",
"url": "http://fhir.de/ValueSet/herzfrequenz-snomed-de",
"version": "0.9.13",
"name": "HerzfrequenzSnomed",
"title": "Herzfrequenz-SNOMED",
"status": "draft",
"experimental": true,
"date": "2021-02-16",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.de/technische-komitees/fhir/"
}
]
}
],
"description": "Enthaelt SNOMED Codes fuer die Herzfrequenz.",
"copyright": "This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or [email protected].",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "364075005",
"display": "Heart rate"
}
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
{
"compose": {
"exclude": [
{
"concept": [
{
"code": "301334000",
"display": "Birth weight centile (observable entity)"
}
],
"system": "http://snomed.info/sct"
}
],
"include": [
{
"filter": [
{
"op": "is-a",
"property": "concept",
"value": "27113001"
}
],
"system": "http://snomed.info/sct"
}
]
},
"resourceType": "ValueSet",
"url": "http://fhir.de/ValueSet/koerpergewicht-snomed-de",
"version": "0.9.13",
"name": "KoerpergewichtSnomed",
"title": "Koerpergewicht-SNOMED",
"status": "draft",
"experimental": true,
"date": "2020-12-04",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"contact": [
{
"telecom": [
Expand All @@ -34,16 +18,47 @@
]
}
],
"copyright": "This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or [email protected].",
"date": "2020-12-04",
"description": "Enthaelt SNOMED Codes fuer das Koerpergewicht.",
"experimental": true,
"name": "ValueSetKoerpergewichtSnomed",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"status": "draft",
"title": "Koerpergewicht-SNOMED",
"url": "http://fhir.de/ValueSet/koerpergewicht-snomed-de",
"version": "0.9.13",
"id": "ValueSetVitalSignKoerpergewichtSnomed",
"resourceType": "ValueSet"
"copyright": "This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or [email protected].",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "445541000",
"display": "Dry body weight"
},
{
"code": "364589006",
"display": "Birth weight"
},
{
"code": "27113001",
"display": "Body weight"
},
{
"code": "735395000",
"display": "Current body weight"
},
{
"code": "425024002",
"display": "Body weight without shoes"
},
{
"code": "248351003",
"display": "Previous well-weight"
},
{
"code": "400967004",
"display": "Baseline weight"
},
{
"code": "424927000",
"display": "Body weight with shoes"
}
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
{
"compose": {
"include": [
{
"filter": [
{
"op": "is-a",
"property": "concept",
"value": "248334005"
}
],
"system": "http://snomed.info/sct"
},
{
"concept": [
{
"code": "169886007",
"display": "Birth length (observable entity)"
}
],
"system": "http://snomed.info/sct"
}
]
},
"resourceType": "ValueSet",
"url": "http://fhir.de/ValueSet/koerpergroesse-snomed-de",
"version": "0.9.13",
"name": "KoerpergroesseSnomed",
"title": "Koerpergroesse-SNOMED",
"status": "draft",
"experimental": true,
"date": "2020-02-16",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"contact": [
{
"telecom": [
Expand All @@ -32,16 +18,31 @@
]
}
],
"copyright": "This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or [email protected].",
"date": "2020-12-04",
"description": "Enthaelt SNOMED Codes fuer die Koerpergroesse.",
"experimental": true,
"name": "ValueSetKoerpergroesseSnomed",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"status": "draft",
"title": "Koerpergroesse-SNOMED",
"url": "http://fhir.de/ValueSet/koerpergroesse-snomed-de",
"version": "0.9.13",
"id": "ValueSetKoerpergroesseSnomed",
"resourceType": "ValueSet"
"copyright": "This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or [email protected].",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "169886007",
"display": "Birth length"
},
{
"code": "276353004",
"display": "Crown heel length"
},
{
"code": "276351002",
"display": "Infant length"
},
{
"code": "248334005",
"display": "Length of body"
}
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"resourceType": "ValueSet",
"url": "http://fhir.de/ValueSet/koerpertemperatur-snomed-de",
"version": "0.9.13",
"name": "KoerpertemperaturSnomed",
"title": "Koerpertemperatur-SNOMED",
"status": "draft",
"experimental": true,
"date": "2021-02-16",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.de/technische-komitees/fhir/"
}
]
}
],
"description": "Enthaelt SNOMED Codes fuer die Koerpertemperatur.",
"copyright": "This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or [email protected].",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "386725007",
"display": "Body temperature"
}
]
}
]
}
}
Loading

0 comments on commit e187e34

Please sign in to comment.