FHIR IG analytics| Package | bloodpressure |
| Resource Type | CodeSystem |
| Id | CodeSystem-DeviceType.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/frankoemig/bloodpressure/CodeSystem-DeviceType.html |
| URL | http://bloodpressure.oemig.de/fhir/CodeSystem/DeviceType |
| Version | 0.6.1 |
| Status | active |
| Date | 2024-04-16 |
| Name | DeviceTypeCS |
| Title | Device Type |
| Description | **Device Type** |
| Copyright | FO |
| Content | complete |
| ValueSet | ||
| bloodpressure#current | DeviceType | Device Type |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem DeviceType
This case-insensitive code system http://bloodpressure.oemig.de/fhir/CodeSystem/DeviceType defines the following codes in a Is-A hierarchy:
| Lvl | Code | Display |
| 1 | cuff | cuff |
| 2 | adultCuff | cuff for adults |
| 2 | childCuff | cuff for children/babies |
| 1 | catheter | catheter |
| 2 | dwellingCatheter | dwelling catheter |
{
"resourceType": "CodeSystem",
"id": "DeviceType",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://bloodpressure.oemig.de/fhir/CodeSystem/DeviceType",
"version": "0.6.1",
"name": "DeviceTypeCS",
"title": "Device Type",
"status": "active",
"experimental": false,
"date": "2024-04-16",
"publisher": "FO",
"contact": [
{
"name": "FO",
"telecom": [
{
"system": "url",
"value": "http://www.oemig.de"
}
]
}
],
"description": "**Device Type**",
"copyright": "FO",
"caseSensitive": false,
"valueSet": "http://bloodpressure.oemig.de/fhir/ValueSet/DeviceType",
"hierarchyMeaning": "is-a",
"compositional": false,
"versionNeeded": false,
"content": "complete",
"count": 5,
"concept": [
{
"code": "cuff",
"display": "cuff",
"concept": [
{
"code": "adultCuff",
"display": "cuff for adults"
},
{
"code": "childCuff",
"display": "cuff for children/babies"
}
]
},
{
"code": "catheter",
"display": "catheter",
"concept": [
{
"code": "dwellingCatheter",
"display": "dwelling catheter"
}
]
}
]
}