FHIR IG analytics| Package | hl7.fhir.uv.cmi |
| 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
Resource "software-system-example"
Profile: http://hl7.org/fhir/uv/cmi/StructureDefinition/device-softwaresystem-cmi
| - | Name | Type |
| * | cqf-tooling | manufacturer-name |
type: tooling (software-system-type#tooling)
| - | Value |
| * | 1.4.1-SNAPSHOT |
{
"resourceType": "Device",
"id": "software-system-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cmi/StructureDefinition/device-softwaresystem-cmi"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"deviceName": [
{
"name": "cqf-tooling",
"type": "manufacturer-name"
}
],
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/cmi/CodeSystem/software-system-type",
"code": "tooling"
}
]
},
"version": [
{
"value": "1.4.1-SNAPSHOT"
}
]
}