FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.crmi
Resource TypeDevice
IdDevice-cqf-tooling.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Device cqf-tooling

DeviceNames

-NameType
*cqf-toolingManufacturer name

type: Tooling

Versions

-Value
*1.4.1-SNAPSHOT

Source1

{
  "resourceType": "Device",
  "id": "cqf-tooling",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-softwaresystemdevice"
    ]
  },
  "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": "1.4.1-SNAPSHOT"
    }
  ]
}