FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/908d049f-d210-4efd-a94a-2280332d3d2b

Packagenhn.fhir.no.kjernejournal
Resource TypeStructureDefinition
Id908d049f-d210-4efd-a94a-2280332d3d2b
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nhn.fhir.no.kjernejournal@1.0.1&canonical=http://nhn.no/kj/fhir/StructureDefinition/KjDeviceUseStatement
URLhttp://nhn.no/kj/fhir/StructureDefinition/KjDeviceUseStatement
Statusdraft
Date2019-12-05T12:55:08.2473627Z
NameKjDeviceUseStatement
TypeDeviceUseStatement
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
no-basis-Patientno-basis-Patient
KjAbatementDateTimeKjAbatementDateTime
KjDeviceKjDevice
KjPractitionerRoleKjPractitionerRole
KjUpdatedDateTimeKjUpdatedDateTime
KjUpdaterKjUpdater
KjValidUntilKjValidUntil
KjVerificationDateTimeKjVerificationDateTime
KjSourceOfInformationKjSourceOfInformation
ValueSet
DeviceUseStatementStatusDeviceUseStatement Status

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "908d049f-d210-4efd-a94a-2280332d3d2b",
  "meta": {
    "versionId": "14",
    "lastUpdated": "2019-12-05T12:55:08.365+00:00"
  },
  "url": "http://nhn.no/kj/fhir/StructureDefinition/KjDeviceUseStatement",
  "name": "KjDeviceUseStatement",
  "status": "draft",
  "date": "2019-12-05T12:55:08.2473627Z",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "quick",
      "uri": "http://siframework.org/cqf",
      "name": "Quality Improvement and Clinical Knowledge (QUICK)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "DeviceUseStatement",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceUseStatement",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DeviceUseStatement.extension",
        "path": "DeviceUseStatement.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "DeviceUseStatement.extension:validUntil",
        "path": "DeviceUseStatement.extension",
        "sliceName": "validUntil",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://nhn.no/kj/fhir/StructureDefinition/KjValidUntil"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.extension:verificationDateTime",
        "path": "DeviceUseStatement.extension",
        "sliceName": "verificationDateTime",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://nhn.no/kj/fhir/StructureDefinition/KjVerificationDateTime"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.extension:abatementDateTime",
        "path": "DeviceUseStatement.extension",
        "sliceName": "abatementDateTime",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://nhn.no/kj/fhir/StructureDefinition/KjAbatementDateTime"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.extension:updater",
        "path": "DeviceUseStatement.extension",
        "sliceName": "updater",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://nhn.no/kj/fhir/StructureDefinition/KjUpdater"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.extension:updatedDateTime",
        "path": "DeviceUseStatement.extension",
        "sliceName": "updatedDateTime",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://nhn.no/kj/fhir/StructureDefinition/KjUpdatedDateTime"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.extension:sourceOfInformation",
        "path": "DeviceUseStatement.extension",
        "sliceName": "sourceOfInformation",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://nhn.no/kj/fhir/StructureDefinition/KjSourceOfInformation"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.identifier",
        "path": "DeviceUseStatement.identifier",
        "max": "1"
      },
      {
        "id": "DeviceUseStatement.basedOn",
        "path": "DeviceUseStatement.basedOn",
        "max": "1"
      },
      {
        "id": "DeviceUseStatement.status",
        "path": "DeviceUseStatement.status",
        "short": "active | completed | entered-in-error",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://nhn.no/kj/fhir/ValueSet/DeviceUseStatementStatus"
        }
      },
      {
        "id": "DeviceUseStatement.subject",
        "path": "DeviceUseStatement.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.no/fhir/StructureDefinition/no-basis-Patient"
            ],
            "aggregation": [
              "referenced"
            ],
            "versioning": "independent"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.derivedFrom",
        "path": "DeviceUseStatement.derivedFrom",
        "max": "1"
      },
      {
        "id": "DeviceUseStatement.recordedOn",
        "path": "DeviceUseStatement.recordedOn",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.source",
        "path": "DeviceUseStatement.source",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://nhn.no/kj/fhir/StructureDefinition/KjPractitionerRole"
            ],
            "aggregation": [
              "contained"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.source.reference",
        "path": "DeviceUseStatement.source.reference",
        "min": 1
      },
      {
        "id": "DeviceUseStatement.source.type",
        "path": "DeviceUseStatement.source.type",
        "fixedUri": "http://nhn.no/kj/fhir/StructureDefinition/KjPractitionerRole"
      },
      {
        "id": "DeviceUseStatement.source.identifier",
        "path": "DeviceUseStatement.source.identifier",
        "max": "0"
      },
      {
        "id": "DeviceUseStatement.device",
        "path": "DeviceUseStatement.device",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://nhn.no/kj/fhir/StructureDefinition/KjDevice"
            ],
            "aggregation": [
              "contained"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.device.reference",
        "path": "DeviceUseStatement.device.reference",
        "min": 1
      },
      {
        "id": "DeviceUseStatement.note",
        "path": "DeviceUseStatement.note",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.note.author[x]",
        "path": "DeviceUseStatement.note.author[x]",
        "max": "0"
      },
      {
        "id": "DeviceUseStatement.note.time",
        "path": "DeviceUseStatement.note.time",
        "max": "0"
      }
    ]
  }
}