{
  "resourceType": "StructureDefinition",
  "id": "HVODevice",
  "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVODevice",
  "version": "0.1.0",
  "name": "HVODevice",
  "status": "draft",
  "description": "HVO profile for device with user friendly name",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.identifier",
        "path": "Device.identifier",
        "mustSupport": true
      },
      {
        "id": "Device.identifier.value",
        "path": "Device.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Device.name",
        "path": "Device.name",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Device.name.value",
        "path": "Device.name.value",
        "mustSupport": true
      },
      {
        "id": "Device.name.type",
        "path": "Device.name.type",
        "fixedCode": "user-friendly-name",
        "mustSupport": true
      }
    ]
  }
}