FHIR IG analytics| Package | hl7.fhir.uv.cqm |
| Resource Type | Device |
| Id | Device-software-system-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Device software-system-example
Language: en
Profile: CRMI Software System Device
| Name | Type |
| cqf-tooling | Manufacturer name |
type: Tooling
| Value |
| 3.8.0 |
{
"resourceType": "Device",
"id": "software-system-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-softwaresystemdevice"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"deviceName": [
{
"name": "cqf-tooling",
"type": "manufacturer-name"
}
],
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/software-system-type-codes",
"code": "tooling"
}
]
},
"version": [
{
"value": "3.8.0"
}
]
}