eHealth Infrastructure
latest - ci-build

eHealth Infrastructure - Local Development build (vlatest) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Artifacts Summary

This page provides a list of the FHIR artifacts defined as part of this implementation guide.

Behavior: Capability Statements

The following artifacts define the specific capabilities that different types of systems are expected to have in order to comply with this implementation guide. Systems conforming to this implementation guide are expected to declare conformance to one or more of the following capability statements.

careplan
device
document-query
document-transformation
library
measurement
organization
patient
plan
questionnaire
reporting
task
terminology

Behavior: Operation Definitions

These are custom operations that can be supported by and/or invoked by systems conforming to this implementation guide.

Create Patient

This operation is used to create a new Patient resource. Once executed successfully the Patient resource is created on the server and as well returned in the response parameter. The operation takes the input parameters listed and returns the Patient resource where the person having the provided civil registration number (crn) is used as the origin of the data.

Note

This operation is currently the only way to create Patient resources in the eHealth Infrastructure, as it ensures that the correct bindings from national registers

Create a careplan

This operation creates a careplan for a specific episodeOfCare using this PlanDefinition as a template.

Create a careplan

Create a careplan for a specific episodeOfCare using this PlanDefinition as a template.

Create a clone of a Questionnaire

Input

  • resourceId: reference to the Questionnaire resource that should be cloned
  • clone-operation: minor-version/major-version/copy Coding from codesystem: http://ehealth.sundhed.dk/cs/ehealth-clone-operation

Output

Bundle containing all resources that were created during the operation.

Validation

  • New business versions require that the user has modifier-role: owner or co-author for the resource
  • New copy does not require that the user has a modifier-role.
  • New business version can be made only when no draft resource exists (having identical base identifier).
  • Read/search/create privileges are required for the resource types affected by $create-clone
Create a clone of an ActivityDefinition

Input

  • resourceId: reference to the ActivityDefinition resource that should be cloned
  • clone_operation: minor-version/major-version/copy Coding from codesystem: http://ehealth.sundhed.dk/cs/ehealth-clone-operation
  • default-clone-behavior: true/false. False signifies deep-clone mode where the list of deep-clone-references determine which resources should be cloned
  • deep-clone-references: References to resources to create as new resources rather than referencing the existing ones.

Output

Bundle containing all resources that were created during the operation.

Validation

  • New business versions require that the user has modifier-role: owner or co-author for the resource
  • New copy does not require that the user has a modifier-role.
  • New business version can be made only when no draft resource exists (having identical base identifier).
  • Read/search/create privileges are required for the resource types affected by $create-clone
Create an EpisodeOfCare

This operation persists an EpisodeOfCare based on the transient value of an EpisodeOfCare provided in the input.

Input

The input is a Bundle which must contain exactly one EpisodeOfCare, conditions referenced in diagnosis list and at least one Provenance resource. All Provenances in the input must have the EpisodeOfCare as target. At least one Provenance must be interpreted into a ‘Privacy-provenance’ (see below).

The EpisodeOfCare resource

The EpisodeOfCare has to have PLANNED status The ‘id’ property of the EpisodeOfCare will be reassigned by the server, but can be referenced by other resources in the same bundle. The ‘managingOrganization’ property of the EpisodeOfCare references the GDPR Data Controller (Danish: ‘Dataansvarlig’).

The privacy-Provenance resource

A privacy-Provenance is a Provenance resource characterized by having at least one entry in Provenance.policy which data are transported, stored, or processed in the system. Possible values are:

  • ‘http://ehealth.sundhed.dk/policy/dk/sundhedsloven’
  • ‘http://ehealth.sundhed.dk/policy/dk/serviceloven’

    Diagnosis referenced Condition resource

    For any diagnosis listed, the referenced Condition must be concerning the same Patient as the EpisodeOfCare.

    Output

    For valid inputs, the server will create, persist and return a new EpisodeOfCare, client-supplied provenances, conditions and origin-provenance carrying a server-assigned ids. To get resources bodies in the output the request header has to contain parameter Prefer: return=representation.

    The origin-Provenance resource

    Whenever an EpisodeOfCare is created, the server automatically creates an ‘origin’ Provenance resource point to it (in addition to the client-supplied Privacy-Provenance). This Origin-Provenance resource is filled with data from the JWT access token in order to record the origin of the EpisodeOfCare resource. For instance agent.whoReference points to a resource which is created as a shadow identity from the JWT token.

Deprecate document

Deprecates a shared document. The operation takes a documentIdentifier and cpr-number as parameters and finds the DocumentReference with the corresponding masterIdentifier. masterIdentifier should be unique for DocumentReference so if less than 0 or more than 1 are found the operation throws and exception. If the found documentReference has a patient which cpr number matches the provided value the document is deprecated. iti-57 is used to deprecate the document on XDS. On successthe documentReference status is updated to superseded and updated in the database.

Evaluate

This operation evaluates parameters passed as input against the decision support rule identified by the Library resource. It returns the computed clinical decision support result and/or errors. The Library resource identifies the clinical decision rule and define its parameters.

The operation is idempotent.

Input

  • 1..1 Parameters: HL7 FHIR Parameters resource containing input parameters for the clinical decision support computation.This should either be a QuestionnaireResponse or an Observation for evaluation.

Output

Upon success this operation returns an GuidanceResponse resource containing the decision support result.

Execute careplan and episode of care stats

Report Contents

This report contains a count of active EpisodeOfCare and CarePlans.

Grouping

This report is grouped by ConditionCode. Each group is returned in a separate JSon file.

Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on CarePlan.period overlap

Output

Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

Example output

The ConditionCode is a Fhir CodeableConcept. See the implementation guide for details

{
    'ConditionCode': {
        'valueCodeableConcept': {
            'coding': [{
                    'system': 'urn:oid:1.2.208.176.2.4',
                    'code': 'DJ44'
                }
            ]
        }
    },
    'ConditionSummary': {
        'activeEpisodeOfCareCount': 1,
        'activeCarePlanCount': 1
    }
}
Execute careplan customization stats

Report Contents

This report contains a count of patient specific modifications of:

  • Measurement schedule timing
  • Reference ranges

    Grouping

    This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on CarePlan.period overlap

Output

Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

Example output

EHealthPlanDefinition is a Fhir resource. See the implementation guide for details

{
    'EHealthPlanDefinition': {
        'resourceType': 'PlanDefinition',
        'id': '53450',
        'meta': {
            'versionId': '1',
            'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']
        },
        'extension': [{
                'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',
                'extension': [{
                        'url': 'reference',
                        'valueReference': {
                            'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/85109'
                        }
                    }, {
                        'url': 'role',
                        'valueCodeableConcept': {
                            'coding': [{
                                    'system': 'http://ehealth.sundhed.dk/cs/modifier-role',
                                    'code': 'owner'
                                }
                            ]
                        }
                    }
                ]
            }
        ],
        'version': '97219ba1-2202-42a1-b99d-45de3a506b40',
        'status': 'active'
    },
    'CarePlanCustomizationSummary': {
        'timingCustomizationCount': 1,
        'referenceRangeCustomizationCount': 1
    }
}
Execute careplan duration stats

Report Contents

This report contains statistics on status changes for CarePlans:

  • count: Number of CarePlans in each state
  • min: Shortest time spent in each state
  • max: Longest time spent in each state
  • sum: Sum of time spent in each state
  • average: Average time spent in each state.

The durations are specified in ISO 8601 format.

Grouping

This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.

Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on CarePlan.period overlap
  • condition: Filter on EpisodeOfCare condition match

Output

Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

Example output

EHealthPlanDefinition is a Fhir resource. See the implementation guide for details

{
    'EHealthPlanDefinition': {
        'resourceType': 'PlanDefinition',
        'id': '257',
        'meta': {
            'versionId': '1',
            'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']
        },
        'extension': [{
                'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',
                'extension': [{
                        'url': 'reference',
                        'valueReference': {
                            'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/73753'
                        }
                    }, {
                        'url': 'role',
                        'valueCodeableConcept': {
                            'coding': [{
                                    'system': 'http://ehealth.sundhed.dk/cs/modifier-role',
                                    'code': 'owner'
                                }
                            ]
                        }
                    }
                ]
            }
        ],
        'version': 'dc9ecd87-163f-4d2f-bdfe-434085eafe4f',
        'status': 'active'
    },
    'CarePlanStatusDurationSummary': {
        'statusDurationStatistics': {
            'draft': {
                'status': {
                    'valueCodeableConcept': {
                        'coding': [{
                                'system': 'http://hl7.org/fhir/care-plan-status',
                                'code': 'draft'
                            }
                        ]
                    }
                },
                'durationStatistics': {
                    'count': 2,
                    'min': 'P10DT10H0M0S',
                    'max': 'P15DT0H0M0S',
                    'sum': 'P25DT10H0M0S',
                    'average': 'P12DT17H0M0S'
                }
            },
            'active': {
                'status': {
                    'valueCodeableConcept': {
                        'coding': [{
                                'system': 'http://hl7.org/fhir/care-plan-status',
                                'code': 'active'
                            }
                        ]
                    }
                },
                'durationStatistics': {
                    'count': 2,
                    'min': 'P200DT0H0M0S',
                    'max': 'P200DT0H0M0S',
                    'sum': 'P400DT0H0M0S',
                    'average': 'P200DT0H0M0S'
                }
            },
            'completed': {
                'status': {
                    'valueCodeableConcept': {
                        'coding': [{
                                'system': 'http://hl7.org/fhir/care-plan-status',
                                'code': 'completed'
                            }
                        ]
                    }
                },
                'durationStatistics': {
                    'count': 2,
                    'min': 'P284DT14H0M0S',
                    'max': 'P380DT0H0M0S',
                    'sum': 'P664DT14H0M0S',
                    'average': 'P332DT7H0M0S'
                }
            },
            'suspended': {
                'status': {
                    'valueCodeableConcept': {
                        'coding': [{
                                'system': 'http://hl7.org/fhir/care-plan-status',
                                'code': 'suspended'
                            }
                        ]
                    }
                },
                'durationStatistics': {
                    'count': 2,
                    'min': 'P5DT0H0M0S',
                    'max': 'P5DT0H0M0S',
                    'sum': 'P10DT0H0M0S',
                    'average': 'P5DT0H0M0S'
                }
            }
        }
    }
}
Execute careplans by patient

Report Contents

This report contains the following resources:

  • EpisodeOfCare
  • PlanDefinition
  • CarePlan
  • ServiceRequest

    Grouping

    This report is grouped by EpisodeOfCare. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on CarePlan.period overlap

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘EHealthEpisodeOfCare’: { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘30254’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/88873’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/66740’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/18637’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/16046’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, ‘EHealthCarePlan’: [{ ‘resourceType’: ‘CarePlan’, ‘id’: ‘1597’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/59578’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/57779’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/30254’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/74721’ } ], ‘activity’: [{ ‘reference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/76916’ } } ] } ], ‘EHealthPlanDefinition’: [{ ‘resourceType’: ‘PlanDefinition’, ‘id’: ‘59578’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role’, ‘extension’: [{ ‘url’: ‘reference’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/41757’ } }, { ‘url’: ‘role’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/modifier-role’, ‘code’: ‘owner’ } ] } } ] } ], ‘version’: ‘c701b8e8-abe6-41bd-9db5-c05b94bc1e2b’, ‘status’: ‘active’ } ], ‘EHealthServiceRequest’: [{ ‘resourceType’: ‘ServiceRequest’, ‘id’: ‘76916’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/measurement-sharing-policies’, ‘code’: ‘TBD’ } ] } } ], ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/13593’ } ], ‘status’: ‘completed’, ‘intent’: ‘filler-order’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/activitydefinition-code’, ‘code’: ‘TBD’ } ], ‘text’: ‘31d136f2-0b98-4e0a-8f82-f0731b54893d’ }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/49397’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/72791’ } } ] }

Execute careteam stats

Report Contents

This report contains counts of resources associated with CareTeams:

  • EpisodeOfCare
  • CarePlan
  • Task: Count for each task category

    Grouping

    This report is grouped by CareTeam. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on CareTeam.managingOrganization match
  • period: Filter on:
    • CarePlan.period overlap for CarePlans
    • EpisodeOfCare.period overlap for EpisodeOfCare
    • Task.authoredOn inside period for Tasks

      Output

      Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

      Example output

      EHealthCareTeam is a Fhir resource. See the implementation guide for details

    { ‘EHealthCareTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘12958’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘59f70e4e-1c31-4647-8c91-404939b6b14e’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘0cea5c11-af39-4e5c-8733-9f532ea9961a’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/66642’ } ] }, ‘CareTeamSummary’: { ‘episodeOfCareCount’: 2, ‘carePlanCount’: 6, ‘taskCountByCategory’: { ‘MissingMeasurementResolving’: 2 } } }

Execute measurement stats

Report Contents

This report contains counts of Measurements for each EpisodeOfCare:

  • Observation
  • QuestionnaireResponse
  • Media

    Grouping

    This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on:
    • Observation.effective inside period for Observations
    • Questionnaire.authored inside period for QuestionnaireResponses
    • Media.occurence inside period for Media

      Output

      Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

      Example output

      EHealthEpisodeOfCare is a Fhir resource. See the implementation guide for details

    { ‘EHealthEpisodeOfCare’: { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘21357’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/30170’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/70274’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/26565’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/28358’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, ‘EpisodeOfCareMeasurementSummary’: { ‘observationCount’: 5, ‘mediaCount’: 0, ‘questionnaireResponseCount’: 0 } }

Execute patient GDPR

Report Contents

This report contains all information related to the specified Patient

Grouping

None. This report returns a single JSon file.

Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: not used.
  • patient: The patient to fetch information for.

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘Patient’: { ‘resourceType’: ‘Patient’, ‘id’: ‘70791’, ‘meta’: { ‘versionId’: ‘1’ } }, ‘Communication’: [{ ‘resourceType’: ‘Communication’, ‘id’: ‘29256’, ‘meta’: { ‘versionId’: ‘1’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘RelatedPerson’: [{ ‘resourceType’: ‘RelatedPerson’, ‘id’: ‘44196’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson’] }, ‘identifier’: [{ ‘use’: ‘official’, ‘system’: ‘urn:oid:1.2.208.176.1.2’, ‘value’: ‘2412001234’ } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘name’: [{ ‘text’: ‘Tester’ } ] } ], ‘Appointment’: [{ ‘resourceType’: ‘Appointment’, ‘id’: ‘74036’, ‘meta’: { ‘versionId’: ‘1’ }, ‘participant’: [{ ‘id’: ‘5fda865d-5e46-4fc4-8dcc-9b5f9a6b501a’, ‘actor’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ } } ] } ], ‘AppointmentResponse’: [{ ‘resourceType’: ‘AppointmentResponse’, ‘id’: ‘63226’, ‘meta’: { ‘versionId’: ‘1’ }, ‘actor’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ } } ], ‘EHealthEpisodeOfCare’: [{ ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘10928’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘48392’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } } ], ‘EHealthDeviceUseStatement’: [{ ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘4021’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ } }, { ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘5732’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/91432’ } } ], ‘EHealthDevice’: [{ ‘resourceType’: ‘Device’, ‘id’: ‘81729’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ }, { ‘resourceType’: ‘Device’, ‘id’: ‘91432’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ } ], ‘EHealthDeviceMetric’: [{ ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘35094’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ }, ‘category’: ‘calculation’ }, { ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘22449’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ }, ‘category’: ‘calculation’ } ], ‘EHealthConsent’: [{ ‘resourceType’: ‘Consent’, ‘id’: ‘51690’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent’] }, ‘status’: ‘active’, ‘category’: [{ ‘coding’: [{ ‘code’: ‘TBD’ } ] } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘consentingParty’: [{ ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034’ } ], ‘actor’: [{ ‘id’: ‘f31bec27-965f-49ea-b8fe-5fdb259c539d’, ‘role’: { ‘coding’: [{ ‘code’: ‘authserver’ } ] }, ‘reference’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499’ } } ], ‘policyRule’: ‘Rule’, ‘data’: [{ ‘meaning’: ‘related’, ‘reference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427’ } } ] } ], ‘EHealthCarePlan’: [{ ‘resourceType’: ‘CarePlan’, ‘id’: ‘87235’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664’ } ] }, { ‘resourceType’: ‘CarePlan’, ‘id’: ‘23385’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845’ } ] } ], ‘EHealthServiceRequest’: [{ ‘resourceType’: ‘ServiceRequest’, ‘id’: ‘18904’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/measurement-sharing-policies’, ‘code’: ‘TBD’ } ] } } ], ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273’ } ], ‘status’: ‘completed’, ‘intent’: ‘filler-order’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/activitydefinition-code’, ‘code’: ‘TBD’ } ], ‘text’: ‘7654414a-7f86-4170-9920-fde60368b58b’ }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthCondition’: [{ ‘resourceType’: ‘Condition’, ‘id’: ‘22743’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition’] }, ‘clinicalStatus’: ‘active’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthObservation’: [{ ‘resourceType’: ‘Observation’, ‘id’: ‘55832’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation’] }, ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506’ } ], ‘status’: ‘amended’, ‘code’: { ‘coding’: [{ ‘system’: ‘urn:oid:1.2.208.176.2.1’, ‘code’: ‘NPU03011’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘effectivePeriod’: { ‘start’: ‘2020-03-26T13:37:40+01:00’, ‘end’: ‘2020-03-26T13:37:40+01:00’ }, ‘performer’: [{ ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621’ } ], ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/30416’ } } ], ‘EHealthQuestionnaireResponse’: [{ ‘resourceType’: ‘QuestionnaireResponse’, ‘id’: ‘21957’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse’] }, ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403’ } ], ‘questionnaire’: { ‘reference’: ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078’ }, ‘status’: ‘completed’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘authored’: ‘2020-03-26T13:37:40+01:00’, ‘source’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666’ } } ], ‘EHealthMedia’: [{ ‘resourceType’: ‘Media’, ‘id’: ‘18256’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality’, ‘extension’: [{ ‘url’: ‘qualityType’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/quality-types’, ‘code’: ‘TBD’ } ] } }, { ‘url’: ‘qualityCode’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/usage-quality’, ‘code’: ‘TBD’ } ] } } ] } ], ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474’ } ], ‘type’: ‘audio’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘occurrenceDateTime’: ‘2020-03-26T13:37:40+01:00’, ‘content’: { ‘language’: ‘en’ } } ], ‘EHealthClinicalImpression’: [{ ‘resourceType’: ‘ClinicalImpression’, ‘id’: ‘39697’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression’] }, ‘status’: ‘draft’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/clinicalimpression-codes’, ‘code’: ‘TBD’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthTask’: [{ ‘resourceType’: ‘Task’, ‘id’: ‘96988’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/task-category’, ‘code’: ‘TBD’ } ] } }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/restriction-category’, ‘code’: ‘None’ } ] } }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-responsible’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/74334’ } } ], ‘status’: ‘draft’, ‘intent’: ‘proposal’, ‘priority’: ‘routine’, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthCommunication’: [{ ‘resourceType’: ‘Communication’, ‘id’: ‘29256’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication’] }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthProvenance’: [{ ‘resourceType’: ‘Provenance’, ‘id’: ‘68399’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance’] }, ‘target’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } ], ‘recorded’: ‘2020-03-26T13:37:39.772+01:00’, ‘policy’: [‘policy’], ‘agent’: [{ ‘whoReference’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/6901’ } } ] }, { ‘resourceType’: ‘Provenance’, ‘id’: ‘96195’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance’] }, ‘target’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392’ } ], ‘recorded’: ‘2020-03-26T13:37:39.801+01:00’, ‘policy’: [‘policy’], ‘agent’: [{ ‘whoReference’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/45854’ } } ] } ] }

Execute patient devices

Report Contents

This report contains Device information for each EpisodeOfCare:

  • Device
  • DeviceUseStatement
  • DeviceMetrics

    Grouping

    This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on DeviceUseStatement.whenUsed overlap

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘EHealthEpisodeOfCare’: { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘F417C17F9FDE24C9090BD629C8EE1697’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/313D8B0E0AC8EA8169D1DA45ECEEACB9’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/9A7FCD55CA3031585A8F1690DB1D8034’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/A1D94F323D8EF09E5D913D9522FD83C4’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/8DC75F2B12BCC832F92CC065C3D0B451’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, ‘EHealthDeviceUseStatement’: [{ ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘9541E8EAEAD24376F208D5CD8A4D25F5’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23D34B29DD02EB232B6575537FE8ADC5’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/AC38B1F6391F256002E5A7BE69CB2586’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A’ } } ], ‘EHealthDevice’: [{ ‘resourceType’: ‘Device’, ‘id’: ‘08D51B81A7FE5B480278150A94D4048A’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ } ], ‘EHealthDeviceMetric’: [{ ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘7EA21ACD27EE012439F1440574A6BB21’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A’ }, ‘category’: ‘calculation’ } ] }

Execute patient total

Report Contents

This report contains clinical information for each Patient

Grouping

This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.

Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on EpisodeOfCare.period overlap
  • conditionCode: Filter on Condition.code related to EpisodeOfCare
  • status: Filter on EpisodeOfCare.status

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘Patient’: { ‘resourceType’: ‘Patient’, ‘id’: ‘70791’, ‘meta’: { ‘versionId’: ‘1’ } }, ‘EHealthEpisodeOfCare’: [{ ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘10928’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘48392’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } } ], ‘EHealthDeviceUseStatement’: [{ ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘4021’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ } }, { ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘5732’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/91432’ } } ], ‘EHealthDevice’: [{ ‘resourceType’: ‘Device’, ‘id’: ‘81729’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ }, { ‘resourceType’: ‘Device’, ‘id’: ‘91432’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ } ], ‘EHealthDeviceMetric’: [{ ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘35094’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ }, ‘category’: ‘calculation’ }, { ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘22449’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ }, ‘category’: ‘calculation’ } ], ‘EHealthConsent’: [{ ‘resourceType’: ‘Consent’, ‘id’: ‘51690’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent’] }, ‘status’: ‘active’, ‘category’: [{ ‘coding’: [{ ‘code’: ‘TBD’ } ] } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘consentingParty’: [{ ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034’ } ], ‘actor’: [{ ‘id’: ‘f31bec27-965f-49ea-b8fe-5fdb259c539d’, ‘role’: { ‘coding’: [{ ‘code’: ‘authserver’ } ] }, ‘reference’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499’ } } ], ‘policyRule’: ‘Rule’, ‘data’: [{ ‘meaning’: ‘related’, ‘reference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427’ } } ] } ], ‘EHealthCarePlan’: [{ ‘resourceType’: ‘CarePlan’, ‘id’: ‘87235’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664’ } ] }, { ‘resourceType’: ‘CarePlan’, ‘id’: ‘23385’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845’ } ] } ], ‘EHealthServiceRequest’: [{ ‘resourceType’: ‘ServiceRequest’, ‘id’: ‘18904’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/measurement-sharing-policies’, ‘code’: ‘TBD’ } ] } } ], ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273’ } ], ‘status’: ‘completed’, ‘intent’: ‘filler-order’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/activitydefinition-code’, ‘code’: ‘TBD’ } ], ‘text’: ‘7654414a-7f86-4170-9920-fde60368b58b’ }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthCondition’: [{ ‘resourceType’: ‘Condition’, ‘id’: ‘22743’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition’] }, ‘clinicalStatus’: ‘active’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthObservation’: [{ ‘resourceType’: ‘Observation’, ‘id’: ‘55832’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation’] }, ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506’ } ], ‘status’: ‘amended’, ‘code’: { ‘coding’: [{ ‘system’: ‘urn:oid:1.2.208.176.2.1’, ‘code’: ‘NPU03011’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘effectivePeriod’: { ‘start’: ‘2020-03-26T13:37:40+01:00’, ‘end’: ‘2020-03-26T13:37:40+01:00’ }, ‘performer’: [{ ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621’ } ], ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/30416’ } } ], ‘EHealthQuestionnaireResponse’: [{ ‘resourceType’: ‘QuestionnaireResponse’, ‘id’: ‘21957’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse’] }, ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403’ } ], ‘questionnaire’: { ‘reference’: ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078’ }, ‘status’: ‘completed’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘authored’: ‘2020-03-26T13:37:40+01:00’, ‘source’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666’ } } ], ‘EHealthMedia’: [{ ‘resourceType’: ‘Media’, ‘id’: ‘18256’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality’, ‘extension’: [{ ‘url’: ‘qualityType’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/quality-types’, ‘code’: ‘TBD’ } ] } }, { ‘url’: ‘qualityCode’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/usage-quality’, ‘code’: ‘TBD’ } ] } } ] } ], ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474’ } ], ‘type’: ‘audio’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘occurrenceDateTime’: ‘2020-03-26T13:37:40+01:00’, ‘content’: { ‘language’: ‘en’ } } ], ‘EHealthClinicalImpression’: [{ ‘resourceType’: ‘ClinicalImpression’, ‘id’: ‘39697’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression’] }, ‘status’: ‘draft’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/clinicalimpression-codes’, ‘code’: ‘TBD’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ] }

Execute practitioner GDPR

Report Contents

This report contains all information related to the specified Practitioner

  • Practitioner
  • CareTeam
  • PractitionerRole

    Grouping

    None. The report is returned in a single JSon file.

    Parameters

  • organization:
    • Practitioner: Not filtered
    • CareTeam: Filter on CareTeam.ManagingOrganization match
    • PractitionerRole: Filter on PractitionerRole.Organization match
  • period: not used
  • practitionerID: The practitioner to fetch information for

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘EHealthPractitioner’: { ‘resourceType’: ‘Practitioner’, ‘id’: ‘20599’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner’] }, ‘name’: [{ ‘family’: ‘2f82a48c-61cc-4c7f-855a-3e6b59729ef1’ } ] }, ‘EHealthPractitionerRole’: [], ‘EHealthCareTeam’: [{ ‘resourceType’: ‘CareTeam’, ‘id’: ‘99438’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘f556eab1-dbe9-40e3-9edd-149fa3bd1ae0’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘f9d27974-6a6a-44fb-b6eb-bcd22d769a18’, ‘participant’: [{ ‘member’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599’ } } ], ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174’ } ] } ] }

Execute practitioner stats

Report Contents

This report contains counts of practitioners associated with Organizations and CareTeams

  • List of Organization and associated practitonerCount
  • List of CareTeam and associated practitionerCount

    Grouping

    None. The report is returned in a single JSon file.

    Parameters

  • organization:
    • CareTeam: Filter on CareTeam.ManagingOrganization match
    • PractitionerRole: Filter on PractitionerRole.Organization match
  • period
    • CareTeam: Filter on CareTeam.participant.period overlap
    • PractitionerRole: Filter on PractitionerRole.perid overlap

      Output

      Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

      Example output

      Organization and CareTeam are Fhir resources. See the implementation guide for details

    { ‘PractitionerSummary’: { ‘organizationPractitionerStatistics’: [{ ‘organization’: { ‘resourceType’: ‘Organization’, ‘id’: ‘69075’, ‘meta’: { ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/organization-source’, ‘code’: ‘manual’ } ] } }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/organization-synchronization-status’, ‘code’: ‘NotSynchronized’ } ] } } ], ‘name’: ‘e7c2b264-b2d9-4a6d-aba9-f23be1017d39’ }, ‘practitionerCount’: 1 } ], ‘careTeamPractitionerStatistics’: [{ ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘44267’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘7ced02e2-3082-4e02-86cc-030e8df8906d’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘d1e7d427-1565-42f6-951d-5508d494d4c8’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 }, { ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘40831’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘f12b2b87-95d9-487c-b088-457acfa1693f’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘c572c5ac-bac3-4f9e-b948-795db7563145’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 }, { ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘78765’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘7378e850-aff6-430d-9e86-cca801bf2375’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘3e038dd3-9e80-41e4-9932-8597f8706da4’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 }, { ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘46096’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘37a66140-dc7e-4ea4-9ec7-d0dd91adf7c8’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘311ebab3-d310-44bb-b72b-65bdf74b3729’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 }, { ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘32543’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘3671c951-d20e-4d5c-82ec-fae5ee03821e’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘1f74a06c-8ae1-4b5c-b5ee-49abfd2d28e1’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 } ] } }

Execute questionnare responses

Report Contents

This report contains a collection of questionnaire responses and related resources

  • Organizations
  • CareTeams
  • PlanDefinitions
  • ActivityDefinitions
  • Questionnaires
  • QuestionnaireResponses
  • Communication
  • ServiceRequestSummary

    Grouping

    This report is grouped by Questionnaire. Each group is returned as a FHIR bundle in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • condition: Filter on CarePlan.addresses.code match
  • period: Filter on QuestionnaireResponse.authored within period
  • plan: Filter on Plan match
  • questionnaire: Filter on ActivityDefinition.composed-of match
  • careteam: Filter on careteam in CarePlan.careteam or EpisodeOfCare.team
  • tag: Filter on tag match

Output

Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

Example output

Output

{ ‘resourceType’ : ‘Bundle’, ‘id’ : ‘Questionnaire/44529’, ‘entry’ : [ { ‘fullUrl’ : ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/24206/_history/1’, ‘resource’ : { ‘resourceType’ : ‘PlanDefinition’, ‘id’ : ‘24206’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition’ ] }, ‘extension’ : [ { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role’, ‘extension’ : [ { ‘url’ : ‘reference’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/14291’ } }, { ‘url’ : ‘role’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/modifier-role’, ‘code’ : ‘owner’ } ] } } ] } ], ‘version’ : ‘1.0’, ‘status’ : ‘active’, ‘action’ : [ { ‘definitionCanonical’ : ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919’ } ] } }, { ‘fullUrl’ : ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919/_history/1’, ‘resource’ : { ‘resourceType’ : ‘ActivityDefinition’, ‘id’ : ‘10919’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition’ ] }, ‘extension’ : [ { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/measurement-sharing-policies’, ‘code’ : ‘noSharing’ } ] } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role’, ‘extension’ : [ { ‘url’ : ‘reference’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/25403’ } }, { ‘url’ : ‘role’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/modifier-role’, ‘code’ : ‘owner’ } ] } } ] } ], ‘version’ : ‘1.0’, ‘name’ : ‘0ca879ed-678c-4439-aa4a-efc597f92dfb’, ‘status’ : ‘active’, ‘topic’ : [ { ‘coding’ : [ { ‘system’ : ‘http://terminology.hl7.org/CodeSystem/definition-topic’, ‘code’ : ‘treatment’ } ] } ], ‘relatedArtifact’ : [ { ‘type’ : ‘composed-of’, ‘resource’ : ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529’ } ], ‘code’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/activitydefinition-code’, ‘code’ : ‘273586006’ } ] } } }, { ‘fullUrl’ : ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529/_history/1’, ‘resource’ : { ‘resourceType’ : ‘Questionnaire’, ‘id’ : ‘44529’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire’ ] }, ‘extension’ : [ { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/questionnaire-types’, ‘code’ : ‘QQ’ } ] } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role’, ‘extension’ : [ { ‘url’ : ‘reference’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/24153’ } }, { ‘url’ : ‘role’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/modifier-role’, ‘code’ : ‘owner’ } ] } } ] } ], ‘version’ : ‘1.0’, ‘name’ : ‘090b990e-046a-4374-b7c6-b08613a41cce’, ‘status’ : ‘active’ } }, { ‘fullUrl’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618/_history/1’, ‘resource’ : { ‘resourceType’ : ‘Organization’, ‘id’ : ‘98618’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization’ ] }, ‘extension’ : [ { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/organization-source’, ‘code’ : ‘manual’ } ] } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/organization-synchronization-status’, ‘code’ : ‘NotSynchronized’ } ] } } ], ‘identifier’ : [ { ‘use’ : ‘official’, ‘system’ : ‘urn:oid:2.16.840.1.113883.2.24.1.1’, ‘value’ : ‘11111111’, ‘period’ : { ‘start’ : ‘2023-10-10T14:49:12+02:00’ } } ], ‘active’ : false, ‘name’ : ‘defaultTestFactory-be16f47b-1f8a-4440-a02e-23da1219b0ca’, ‘partOf’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/22124’ } } }, { ‘fullUrl’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455/_history/1’, ‘resource’ : { ‘resourceType’ : ‘CareTeam’, ‘id’ : ‘87455’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’ ] }, ‘identifier’ : [ { ‘system’ : ‘urn:ietf:rfc:3986’, ‘value’ : ‘urn:uuid:9658ef5f-019a-4c90-9c41-f3ad14a31777’ } ], ‘status’ : ‘active’, ‘name’ : ‘1b900db5-09dd-4563-b612-2b81201fab16’, ‘reasonCode’ : [ { ‘coding’ : [ { ‘system’ : ‘urn:oid:1.2.208.176.2.4’, ‘code’ : ‘DJ44’ } ] } ] } }, { ‘fullUrl’ : ‘https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491/_history/1’, ‘resource’ : { ‘resourceType’ : ‘QuestionnaireResponse’, ‘id’ : ‘92491’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse’ ] }, ‘extension’ : [ { ‘url’ : ‘http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare’, ‘valueReference’ : { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/22208’ } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-resolved-timing’, ‘extension’ : [ { ‘url’ : ‘serviceRequestVersionId’, ‘valueId’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1’ }, { ‘url’ : ‘start’, ‘valueDateTime’ : ‘2023-10-10T14:49:12+02:00’ }, { ‘url’ : ‘end’, ‘valueDateTime’ : ‘2023-10-10T14:49:12+02:00’ }, { ‘url’ : ‘type’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/resolved-timing-type’, ‘code’ : ‘Resolved’ } ] } } ] } ], ‘basedOn’ : [ { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439’ } ], ‘questionnaire’ : ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529’, ‘status’ : ‘completed’, ‘subject’ : { ‘reference’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/64465’ }, ‘authored’ : ‘2023-10-10T14:49:12+02:00’, ‘source’ : { ‘reference’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/75218’ } } }, { ‘fullUrl’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180/_history/1’, ‘resource’ : { ‘resourceType’ : ‘Communication’, ‘id’ : ‘97180’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication’ ] }, ‘extension’ : [ { ‘url’ : ‘http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare’, ‘valueReference’ : { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/14233’ } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/restriction-category’, ‘code’ : ‘None’ } ] } } ], ‘basedOn’ : [ { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439’ } ], ‘status’ : ‘in-progress’, ‘category’ : [ { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/communication-category’, ‘code’ : ‘annotation’ } ] }, { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/message-category’, ‘code’ : ‘advice’ } ] } ], ‘subject’ : { ‘reference’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/35194’ }, ‘topic’ : { ‘coding’ : [ { ‘system’ : ‘http://terminology.hl7.org/CodeSystem/communication-topic’, ‘code’ : ‘report-labs’ } ] }, ‘sent’ : ‘2023-10-10T14:49:12+02:00’, ‘reasonCode’ : [ { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/message-reasonCode’, ‘code’ : ‘ReminderSubmitMeasurement’ } ] } ] } }, { ‘fullUrl’ : ‘urn:uuid:57cfd6a7-dd43-4caa-8220-d50c77aebd8b’, ‘resource’ : { ‘resourceType’ : ‘Parameters’, ‘parameter’ : [ { ‘name’ : ‘serviceRequestResponseSummary’, ‘part’ : [ { ‘name’ : ‘serviceRequest’, ‘valueReference’ : { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439’ }, ‘part’ : [ { ‘name’ : ‘condition’, ‘valueCoding’ : { ‘system’ : ‘urn:oid:1.2.208.176.2.4’, ‘code’ : ‘DJ44’, ‘display’ : ‘Kronisk obstruktiv lungesygdom’ } }, { ‘name’ : ‘episodeOfCareManagingOrganization’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618’ } }, { ‘name’ : ‘episodeOfCarePeriod’, ‘valuePeriod’ : { ‘start’ : ‘1970-01-01T01:00:01+01:00’, ‘end’ : ‘1970-01-01T01:01:40+01:00’ } }, { ‘name’ : ‘patientIdentifier’, ‘valueIdentifier’ : { ‘system’ : ‘urn:oid:1.2.208.176.1.2’, ‘value’ : ‘0101010001’ } }, { ‘name’ : ‘statusHistory’, ‘part’ : [ { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘draft’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-02T12:49:12+00:00’, ‘end’ : ‘2023-10-03T12:49:12+00:00’ } } ] }, { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘active’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-03T12:49:12+00:00’, ‘end’ : ‘2023-10-04T12:49:12+00:00’ } } ] }, { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘on-hold’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-04T12:49:12+00:00’, ‘end’ : ‘2023-10-05T12:49:12+00:00’ } } ] }, { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘active’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-05T12:49:12+00:00’, ‘end’ : ‘2023-10-08T12:49:12+00:00’ } } ] }, { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘on-hold’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-08T12:49:12+00:00’ } } ] } ] }, { ‘name’ : ‘involvedCareTeams’, ‘part’ : [ { ‘name’ : ‘careTeam’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455’ } } ] }, { ‘name’ : ‘responses’, ‘part’ : [ { ‘name’ : ‘response’, ‘part’ : [ { ‘name’ : ‘occurrence’, ‘part’ : [ { ‘name’ : ‘serviceRequestVersionId’, ‘valueId’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1’ }, { ‘name’ : ‘start’, ‘valueDateTime’ : ‘2023-10-10T14:49:12+02:00’ }, { ‘name’ : ‘end’, ‘valueDateTime’ : ‘2023-10-10T14:49:12+02:00’ }, { ‘name’ : ‘type’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/resolved-timing-type’, ‘code’ : ‘Resolved’ } ] } } ] }, { ‘name’ : ‘questionnaireResponse’, ‘valueReference’ : { ‘reference’ : ‘https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491’ } }, { ‘name’ : ‘submitted’, ‘valueDateTime’ : ‘2023-10-10T12:49:12+00:00’ } ] } ] }, { ‘name’ : ‘communications’, ‘part’ : [ { ‘name’ : ‘communication’, ‘valueReference’ : { ‘reference’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180’ } } ] } ] } ] } ] } } ] }

Execute ssl orders

Report Contents

This report contains SSL Orders

  • OrderDetails
  • OrderLines
  • TraceLines

    Grouping

    Order. Each Order is returned in a single JSon file.

    Parameters

  • organization: Filter on Order.buyer
  • period: Filter on TraceLine.timestamp
  • seller: Filter on Order.seller

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are SSL resources. See the SSL API description for details

    { ‘OrderDetails’: { ‘order’: { ‘id’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER’, ‘threadId’: null, ‘identifiers’: null, ‘status’: null, ‘priority’: null, ‘notes’: null, ‘buyer’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER’, ‘seller’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER’, ‘sellerDeliveryContactEmail’: null, ‘carePlanRef’: null, ‘carePlanTitle’: null, ‘earliestDeliveryDate’: null, ‘latestDeliveryDate’: null, ‘receiver’: null }, ‘orderLines’: [{ ‘id’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE’, ‘order’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER’, ‘status’: null, ‘item’: null, ‘agreedDate’: null, ‘device’: null } ], ‘traceLines’: [{ ‘id’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1’, ‘timestamp’: ‘2019-12-24T18:00:00Z’, ‘createdByOrganization’: null, ‘createdByUser’: null, ‘text’: null, ‘supplementaryText’: null, ‘order’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER’, ‘orderLine’: null, ‘statusChange’: null } ] } }

Execute unique active cititzens total

Report Contents

This report contains an overview of the number of unique active citizens with Episodes of Care, shown both on monthly and yearly basis.

Grouping

This report is grouped by months and years. All groups are contained in the same JSON file.

Parameters

  • None

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing a JSon file corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details First example is the monthly data:

{ ‘PatientsUsageSummary’: { ‘monthData’: [ { ‘month’: ‘1’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘2’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘3’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘4’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘5’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘6’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘7’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘8’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘9’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘10’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘11’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘12’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] } ] } }

Second example is the yearly data:

{ ‘PatientsUsageSummary’: { ‘yearData’: [ { ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 12, ‘average’: 1.0, ‘usageBaseline’: 10000, ‘averageRounded’: 1000.0, ‘averageBeyondBaseline’: 0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 12, ‘average’: 1.0, ‘usageBaseline’: 10000, ‘averageRounded’: 1000.0, ‘averageBeyondBaseline’: 0 } ] } ] } }

Export Appointment to iCal

This operation exports the Appointment to an iCal RFC-5545 format

Export a PlanDefinition

Export a PlanDefinition.

Export Contents

The export contains the PlanDefinition including referenced resources:- PlanDefinitions

  • ActivityDefinitions
  • Questionnaires
  • Libraries
  • Organizations
  • DocumentReference + QFDD

Each resource is returned in a separate JSon file.

Parameters

  • exclude: references to ActivityDefinitions or PlanDefinitions to exclude from the export.

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files. All returned objects are Fhir resources. See the implementation guide for details

Fetch careplan and episode of care stats

Report Contents

This report contains a count of active EpisodeOfCare and CarePlans.

Grouping

This report is grouped by ConditionCode. Each group is returned in a separate JSon file.

Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on CarePlan.period overlap

Output

Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

Example output

The ConditionCode is a Fhir CodeableConcept. See the implementation guide for details

{
    'ConditionCode': {
        'valueCodeableConcept': {
            'coding': [{
                    'system': 'urn:oid:1.2.208.176.2.4',
                    'code': 'DJ44'
                }
            ]
        }
    },
    'ConditionSummary': {
        'activeEpisodeOfCareCount': 1,
        'activeCarePlanCount': 1
    }
}
Fetch careplan customization stats

Report Contents

This report contains a count of patient specific modifications of:

  • Measurement schedule timing
  • Reference ranges

    Grouping

    This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on CarePlan.period overlap

Output

Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

Example output

EHealthPlanDefinition is a Fhir resource. See the implementation guide for details

{
    'EHealthPlanDefinition': {
        'resourceType': 'PlanDefinition',
        'id': '53450',
        'meta': {
            'versionId': '1',
            'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']
        },
        'extension': [{
                'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',
                'extension': [{
                        'url': 'reference',
                        'valueReference': {
                            'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/85109'
                        }
                    }, {
                        'url': 'role',
                        'valueCodeableConcept': {
                            'coding': [{
                                    'system': 'http://ehealth.sundhed.dk/cs/modifier-role',
                                    'code': 'owner'
                                }
                            ]
                        }
                    }
                ]
            }
        ],
        'version': '97219ba1-2202-42a1-b99d-45de3a506b40',
        'status': 'active'
    },
    'CarePlanCustomizationSummary': {
        'timingCustomizationCount': 1,
        'referenceRangeCustomizationCount': 1
    }
}
Fetch careplan duration stats

Report Contents

This report contains statistics on status changes for CarePlans:

  • count: Number of CarePlans in each state
  • min: Shortest time spent in each state
  • max: Longest time spent in each state
  • sum: Sum of time spent in each state
  • average: Average time spent in each state.

The durations are specified in ISO 8601 format.

Grouping

This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.

Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on CarePlan.period overlap
  • condition: Filter on EpisodeOfCare condition match

Output

Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

Example output

EHealthPlanDefinition is a Fhir resource. See the implementation guide for details

{
    'EHealthPlanDefinition': {
        'resourceType': 'PlanDefinition',
        'id': '257',
        'meta': {
            'versionId': '1',
            'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']
        },
        'extension': [{
                'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',
                'extension': [{
                        'url': 'reference',
                        'valueReference': {
                            'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/73753'
                        }
                    }, {
                        'url': 'role',
                        'valueCodeableConcept': {
                            'coding': [{
                                    'system': 'http://ehealth.sundhed.dk/cs/modifier-role',
                                    'code': 'owner'
                                }
                            ]
                        }
                    }
                ]
            }
        ],
        'version': 'dc9ecd87-163f-4d2f-bdfe-434085eafe4f',
        'status': 'active'
    },
    'CarePlanStatusDurationSummary': {
        'statusDurationStatistics': {
            'draft': {
                'status': {
                    'valueCodeableConcept': {
                        'coding': [{
                                'system': 'http://hl7.org/fhir/care-plan-status',
                                'code': 'draft'
                            }
                        ]
                    }
                },
                'durationStatistics': {
                    'count': 2,
                    'min': 'P10DT10H0M0S',
                    'max': 'P15DT0H0M0S',
                    'sum': 'P25DT10H0M0S',
                    'average': 'P12DT17H0M0S'
                }
            },
            'active': {
                'status': {
                    'valueCodeableConcept': {
                        'coding': [{
                                'system': 'http://hl7.org/fhir/care-plan-status',
                                'code': 'active'
                            }
                        ]
                    }
                },
                'durationStatistics': {
                    'count': 2,
                    'min': 'P200DT0H0M0S',
                    'max': 'P200DT0H0M0S',
                    'sum': 'P400DT0H0M0S',
                    'average': 'P200DT0H0M0S'
                }
            },
            'completed': {
                'status': {
                    'valueCodeableConcept': {
                        'coding': [{
                                'system': 'http://hl7.org/fhir/care-plan-status',
                                'code': 'completed'
                            }
                        ]
                    }
                },
                'durationStatistics': {
                    'count': 2,
                    'min': 'P284DT14H0M0S',
                    'max': 'P380DT0H0M0S',
                    'sum': 'P664DT14H0M0S',
                    'average': 'P332DT7H0M0S'
                }
            },
            'suspended': {
                'status': {
                    'valueCodeableConcept': {
                        'coding': [{
                                'system': 'http://hl7.org/fhir/care-plan-status',
                                'code': 'suspended'
                            }
                        ]
                    }
                },
                'durationStatistics': {
                    'count': 2,
                    'min': 'P5DT0H0M0S',
                    'max': 'P5DT0H0M0S',
                    'sum': 'P10DT0H0M0S',
                    'average': 'P5DT0H0M0S'
                }
            }
        }
    }
}
Fetch careplans by patient

Report Contents

This report contains the following resources:

  • EpisodeOfCare
  • PlanDefinition
  • CarePlan
  • ServiceRequest

    Grouping

    This report is grouped by EpisodeOfCare. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on CarePlan.period overlap

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘EHealthEpisodeOfCare’: { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘30254’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/88873’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/66740’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/18637’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/16046’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, ‘EHealthCarePlan’: [{ ‘resourceType’: ‘CarePlan’, ‘id’: ‘1597’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/59578’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/57779’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/30254’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/74721’ } ], ‘activity’: [{ ‘reference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/76916’ } } ] } ], ‘EHealthPlanDefinition’: [{ ‘resourceType’: ‘PlanDefinition’, ‘id’: ‘59578’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role’, ‘extension’: [{ ‘url’: ‘reference’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/41757’ } }, { ‘url’: ‘role’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/modifier-role’, ‘code’: ‘owner’ } ] } } ] } ], ‘version’: ‘c701b8e8-abe6-41bd-9db5-c05b94bc1e2b’, ‘status’: ‘active’ } ], ‘EHealthServiceRequest’: [{ ‘resourceType’: ‘ServiceRequest’, ‘id’: ‘76916’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/measurement-sharing-policies’, ‘code’: ‘TBD’ } ] } } ], ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/13593’ } ], ‘status’: ‘completed’, ‘intent’: ‘filler-order’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/activitydefinition-code’, ‘code’: ‘TBD’ } ], ‘text’: ‘31d136f2-0b98-4e0a-8f82-f0731b54893d’ }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/49397’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/72791’ } } ] }

Fetch careteam stats

Report Contents

This report contains counts of resources associated with CareTeams:

  • EpisodeOfCare
  • CarePlan
  • Task: Count for each task category

    Grouping

    This report is grouped by CareTeam. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on CareTeam.managingOrganization match
  • period: Filter on:
    • CarePlan.period overlap for CarePlans
    • EpisodeOfCare.period overlap for EpisodeOfCare
    • Task.authoredOn inside period for Tasks

      Output

      Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

      Example output

      EHealthCareTeam is a Fhir resource. See the implementation guide for details

    { ‘EHealthCareTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘12958’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘59f70e4e-1c31-4647-8c91-404939b6b14e’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘0cea5c11-af39-4e5c-8733-9f532ea9961a’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/66642’ } ] }, ‘CareTeamSummary’: { ‘episodeOfCareCount’: 2, ‘carePlanCount’: 6, ‘taskCountByCategory’: { ‘MissingMeasurementResolving’: 2 } } }

Fetch measurement stats

Report Contents

This report contains counts of Measurements for each EpisodeOfCare:

  • Observation
  • QuestionnaireResponse
  • Media

    Grouping

    This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on:
    • Observation.effective inside period for Observations
    • Questionnaire.authored inside period for QuestionnaireResponses
    • Media.occurence inside period for Media

      Output

      Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

      Example output

      EHealthEpisodeOfCare is a Fhir resource. See the implementation guide for details

    { ‘EHealthEpisodeOfCare’: { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘21357’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/30170’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/70274’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/26565’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/28358’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, ‘EpisodeOfCareMeasurementSummary’: { ‘observationCount’: 5, ‘mediaCount’: 0, ‘questionnaireResponseCount’: 0 } }

Fetch patient GDPR

Report Contents

This report contains all information related to the specified Patient

Grouping

None. This report returns a single JSon file.

Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: not used.
  • patient: The patient to fetch information for.

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘Patient’: { ‘resourceType’: ‘Patient’, ‘id’: ‘70791’, ‘meta’: { ‘versionId’: ‘1’ } }, ‘Communication’: [{ ‘resourceType’: ‘Communication’, ‘id’: ‘29256’, ‘meta’: { ‘versionId’: ‘1’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘RelatedPerson’: [{ ‘resourceType’: ‘RelatedPerson’, ‘id’: ‘44196’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson’] }, ‘identifier’: [{ ‘use’: ‘official’, ‘system’: ‘urn:oid:1.2.208.176.1.2’, ‘value’: ‘2412001234’ } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘name’: [{ ‘text’: ‘Tester’ } ] } ], ‘Appointment’: [{ ‘resourceType’: ‘Appointment’, ‘id’: ‘74036’, ‘meta’: { ‘versionId’: ‘1’ }, ‘participant’: [{ ‘id’: ‘5fda865d-5e46-4fc4-8dcc-9b5f9a6b501a’, ‘actor’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ } } ] } ], ‘AppointmentResponse’: [{ ‘resourceType’: ‘AppointmentResponse’, ‘id’: ‘63226’, ‘meta’: { ‘versionId’: ‘1’ }, ‘actor’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ } } ], ‘EHealthEpisodeOfCare’: [{ ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘10928’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘48392’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } } ], ‘EHealthDeviceUseStatement’: [{ ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘4021’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ } }, { ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘5732’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/91432’ } } ], ‘EHealthDevice’: [{ ‘resourceType’: ‘Device’, ‘id’: ‘81729’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ }, { ‘resourceType’: ‘Device’, ‘id’: ‘91432’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ } ], ‘EHealthDeviceMetric’: [{ ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘35094’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ }, ‘category’: ‘calculation’ }, { ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘22449’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ }, ‘category’: ‘calculation’ } ], ‘EHealthConsent’: [{ ‘resourceType’: ‘Consent’, ‘id’: ‘51690’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent’] }, ‘status’: ‘active’, ‘category’: [{ ‘coding’: [{ ‘code’: ‘TBD’ } ] } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘consentingParty’: [{ ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034’ } ], ‘actor’: [{ ‘id’: ‘f31bec27-965f-49ea-b8fe-5fdb259c539d’, ‘role’: { ‘coding’: [{ ‘code’: ‘authserver’ } ] }, ‘reference’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499’ } } ], ‘policyRule’: ‘Rule’, ‘data’: [{ ‘meaning’: ‘related’, ‘reference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427’ } } ] } ], ‘EHealthCarePlan’: [{ ‘resourceType’: ‘CarePlan’, ‘id’: ‘87235’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664’ } ] }, { ‘resourceType’: ‘CarePlan’, ‘id’: ‘23385’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845’ } ] } ], ‘EHealthServiceRequest’: [{ ‘resourceType’: ‘ServiceRequest’, ‘id’: ‘18904’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/measurement-sharing-policies’, ‘code’: ‘TBD’ } ] } } ], ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273’ } ], ‘status’: ‘completed’, ‘intent’: ‘filler-order’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/activitydefinition-code’, ‘code’: ‘TBD’ } ], ‘text’: ‘7654414a-7f86-4170-9920-fde60368b58b’ }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthCondition’: [{ ‘resourceType’: ‘Condition’, ‘id’: ‘22743’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition’] }, ‘clinicalStatus’: ‘active’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthObservation’: [{ ‘resourceType’: ‘Observation’, ‘id’: ‘55832’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation’] }, ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506’ } ], ‘status’: ‘amended’, ‘code’: { ‘coding’: [{ ‘system’: ‘urn:oid:1.2.208.176.2.1’, ‘code’: ‘NPU03011’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘effectivePeriod’: { ‘start’: ‘2020-03-26T13:37:40+01:00’, ‘end’: ‘2020-03-26T13:37:40+01:00’ }, ‘performer’: [{ ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621’ } ], ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/30416’ } } ], ‘EHealthQuestionnaireResponse’: [{ ‘resourceType’: ‘QuestionnaireResponse’, ‘id’: ‘21957’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse’] }, ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403’ } ], ‘questionnaire’: { ‘reference’: ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078’ }, ‘status’: ‘completed’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘authored’: ‘2020-03-26T13:37:40+01:00’, ‘source’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666’ } } ], ‘EHealthMedia’: [{ ‘resourceType’: ‘Media’, ‘id’: ‘18256’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality’, ‘extension’: [{ ‘url’: ‘qualityType’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/quality-types’, ‘code’: ‘TBD’ } ] } }, { ‘url’: ‘qualityCode’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/usage-quality’, ‘code’: ‘TBD’ } ] } } ] } ], ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474’ } ], ‘type’: ‘audio’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘occurrenceDateTime’: ‘2020-03-26T13:37:40+01:00’, ‘content’: { ‘language’: ‘en’ } } ], ‘EHealthClinicalImpression’: [{ ‘resourceType’: ‘ClinicalImpression’, ‘id’: ‘39697’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression’] }, ‘status’: ‘draft’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/clinicalimpression-codes’, ‘code’: ‘TBD’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthTask’: [{ ‘resourceType’: ‘Task’, ‘id’: ‘96988’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/task-category’, ‘code’: ‘TBD’ } ] } }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/restriction-category’, ‘code’: ‘None’ } ] } }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-responsible’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/74334’ } } ], ‘status’: ‘draft’, ‘intent’: ‘proposal’, ‘priority’: ‘routine’, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthCommunication’: [{ ‘resourceType’: ‘Communication’, ‘id’: ‘29256’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication’] }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthProvenance’: [{ ‘resourceType’: ‘Provenance’, ‘id’: ‘68399’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance’] }, ‘target’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } ], ‘recorded’: ‘2020-03-26T13:37:39.772+01:00’, ‘policy’: [‘policy’], ‘agent’: [{ ‘whoReference’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/6901’ } } ] }, { ‘resourceType’: ‘Provenance’, ‘id’: ‘96195’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance’] }, ‘target’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392’ } ], ‘recorded’: ‘2020-03-26T13:37:39.801+01:00’, ‘policy’: [‘policy’], ‘agent’: [{ ‘whoReference’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/45854’ } } ] } ] }

Fetch patient devices

Report Contents

This report contains Device information for each EpisodeOfCare:

  • Device
  • DeviceUseStatement
  • DeviceMetrics

    Grouping

    This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on DeviceUseStatement.whenUsed overlap

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘EHealthEpisodeOfCare’: { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘F417C17F9FDE24C9090BD629C8EE1697’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/313D8B0E0AC8EA8169D1DA45ECEEACB9’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/9A7FCD55CA3031585A8F1690DB1D8034’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/A1D94F323D8EF09E5D913D9522FD83C4’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/8DC75F2B12BCC832F92CC065C3D0B451’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, ‘EHealthDeviceUseStatement’: [{ ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘9541E8EAEAD24376F208D5CD8A4D25F5’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23D34B29DD02EB232B6575537FE8ADC5’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/AC38B1F6391F256002E5A7BE69CB2586’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A’ } } ], ‘EHealthDevice’: [{ ‘resourceType’: ‘Device’, ‘id’: ‘08D51B81A7FE5B480278150A94D4048A’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ } ], ‘EHealthDeviceMetric’: [{ ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘7EA21ACD27EE012439F1440574A6BB21’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A’ }, ‘category’: ‘calculation’ } ] }

Fetch patient total

Report Contents

This report contains clinical information for each Patient

Grouping

This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.

Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on EpisodeOfCare.period overlap
  • conditionCode: Filter on Condition.code related to EpisodeOfCare
  • status: Filter on EpisodeOfCare.status

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘Patient’: { ‘resourceType’: ‘Patient’, ‘id’: ‘70791’, ‘meta’: { ‘versionId’: ‘1’ } }, ‘EHealthEpisodeOfCare’: [{ ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘10928’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘48392’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } } ], ‘EHealthDeviceUseStatement’: [{ ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘4021’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ } }, { ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘5732’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/91432’ } } ], ‘EHealthDevice’: [{ ‘resourceType’: ‘Device’, ‘id’: ‘81729’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ }, { ‘resourceType’: ‘Device’, ‘id’: ‘91432’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ } ], ‘EHealthDeviceMetric’: [{ ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘35094’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ }, ‘category’: ‘calculation’ }, { ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘22449’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ }, ‘category’: ‘calculation’ } ], ‘EHealthConsent’: [{ ‘resourceType’: ‘Consent’, ‘id’: ‘51690’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent’] }, ‘status’: ‘active’, ‘category’: [{ ‘coding’: [{ ‘code’: ‘TBD’ } ] } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘consentingParty’: [{ ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034’ } ], ‘actor’: [{ ‘id’: ‘f31bec27-965f-49ea-b8fe-5fdb259c539d’, ‘role’: { ‘coding’: [{ ‘code’: ‘authserver’ } ] }, ‘reference’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499’ } } ], ‘policyRule’: ‘Rule’, ‘data’: [{ ‘meaning’: ‘related’, ‘reference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427’ } } ] } ], ‘EHealthCarePlan’: [{ ‘resourceType’: ‘CarePlan’, ‘id’: ‘87235’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664’ } ] }, { ‘resourceType’: ‘CarePlan’, ‘id’: ‘23385’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845’ } ] } ], ‘EHealthServiceRequest’: [{ ‘resourceType’: ‘ServiceRequest’, ‘id’: ‘18904’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/measurement-sharing-policies’, ‘code’: ‘TBD’ } ] } } ], ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273’ } ], ‘status’: ‘completed’, ‘intent’: ‘filler-order’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/activitydefinition-code’, ‘code’: ‘TBD’ } ], ‘text’: ‘7654414a-7f86-4170-9920-fde60368b58b’ }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthCondition’: [{ ‘resourceType’: ‘Condition’, ‘id’: ‘22743’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition’] }, ‘clinicalStatus’: ‘active’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthObservation’: [{ ‘resourceType’: ‘Observation’, ‘id’: ‘55832’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation’] }, ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506’ } ], ‘status’: ‘amended’, ‘code’: { ‘coding’: [{ ‘system’: ‘urn:oid:1.2.208.176.2.1’, ‘code’: ‘NPU03011’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘effectivePeriod’: { ‘start’: ‘2020-03-26T13:37:40+01:00’, ‘end’: ‘2020-03-26T13:37:40+01:00’ }, ‘performer’: [{ ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621’ } ], ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/30416’ } } ], ‘EHealthQuestionnaireResponse’: [{ ‘resourceType’: ‘QuestionnaireResponse’, ‘id’: ‘21957’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse’] }, ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403’ } ], ‘questionnaire’: { ‘reference’: ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078’ }, ‘status’: ‘completed’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘authored’: ‘2020-03-26T13:37:40+01:00’, ‘source’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666’ } } ], ‘EHealthMedia’: [{ ‘resourceType’: ‘Media’, ‘id’: ‘18256’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality’, ‘extension’: [{ ‘url’: ‘qualityType’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/quality-types’, ‘code’: ‘TBD’ } ] } }, { ‘url’: ‘qualityCode’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/usage-quality’, ‘code’: ‘TBD’ } ] } } ] } ], ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474’ } ], ‘type’: ‘audio’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘occurrenceDateTime’: ‘2020-03-26T13:37:40+01:00’, ‘content’: { ‘language’: ‘en’ } } ], ‘EHealthClinicalImpression’: [{ ‘resourceType’: ‘ClinicalImpression’, ‘id’: ‘39697’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression’] }, ‘status’: ‘draft’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/clinicalimpression-codes’, ‘code’: ‘TBD’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ] }

Fetch practitioner GDPR

Report Contents

This report contains all information related to the specified Practitioner

  • Practitioner
  • CareTeam
  • PractitionerRole

    Grouping

    None. The report is returned in a single JSon file.

    Parameters

  • organization:
    • Practitioner: Not filtered
    • CareTeam: Filter on CareTeam.ManagingOrganization match
    • PractitionerRole: Filter on PractitionerRole.Organization match
  • period: not used
  • practitionerID: The practitioner to fetch information for

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘EHealthPractitioner’: { ‘resourceType’: ‘Practitioner’, ‘id’: ‘20599’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner’] }, ‘name’: [{ ‘family’: ‘2f82a48c-61cc-4c7f-855a-3e6b59729ef1’ } ] }, ‘EHealthPractitionerRole’: [], ‘EHealthCareTeam’: [{ ‘resourceType’: ‘CareTeam’, ‘id’: ‘99438’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘f556eab1-dbe9-40e3-9edd-149fa3bd1ae0’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘f9d27974-6a6a-44fb-b6eb-bcd22d769a18’, ‘participant’: [{ ‘member’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599’ } } ], ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174’ } ] } ] }

Fetch practitioner stats

Report Contents

This report contains counts of practitioners associated with Organizations and CareTeams

  • List of Organization and associated practitonerCount
  • List of CareTeam and associated practitionerCount

    Grouping

    None. The report is returned in a single JSon file.

    Parameters

  • organization:
    • CareTeam: Filter on CareTeam.ManagingOrganization match
    • PractitionerRole: Filter on PractitionerRole.Organization match
  • period
    • CareTeam: Filter on CareTeam.participant.period overlap
    • PractitionerRole: Filter on PractitionerRole.perid overlap

      Output

      Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

      Example output

      Organization and CareTeam are Fhir resources. See the implementation guide for details

    { ‘PractitionerSummary’: { ‘organizationPractitionerStatistics’: [{ ‘organization’: { ‘resourceType’: ‘Organization’, ‘id’: ‘69075’, ‘meta’: { ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/organization-source’, ‘code’: ‘manual’ } ] } }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/organization-synchronization-status’, ‘code’: ‘NotSynchronized’ } ] } } ], ‘name’: ‘e7c2b264-b2d9-4a6d-aba9-f23be1017d39’ }, ‘practitionerCount’: 1 } ], ‘careTeamPractitionerStatistics’: [{ ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘44267’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘7ced02e2-3082-4e02-86cc-030e8df8906d’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘d1e7d427-1565-42f6-951d-5508d494d4c8’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 }, { ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘40831’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘f12b2b87-95d9-487c-b088-457acfa1693f’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘c572c5ac-bac3-4f9e-b948-795db7563145’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 }, { ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘78765’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘7378e850-aff6-430d-9e86-cca801bf2375’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘3e038dd3-9e80-41e4-9932-8597f8706da4’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 }, { ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘46096’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘37a66140-dc7e-4ea4-9ec7-d0dd91adf7c8’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘311ebab3-d310-44bb-b72b-65bdf74b3729’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 }, { ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘32543’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘3671c951-d20e-4d5c-82ec-fae5ee03821e’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘1f74a06c-8ae1-4b5c-b5ee-49abfd2d28e1’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 } ] } }

Fetch questionnare responses

Report Contents

This report contains a collection of questionnaire responses and related resources

  • Organizations
  • CareTeams
  • PlanDefinitions
  • ActivityDefinitions
  • Questionnaires
  • QuestionnaireResponses
  • Communication
  • ServiceRequestSummary

    Grouping

    This report is grouped by Questionnaire. Each group is returned as a FHIR bundle in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • condition: Filter on CarePlan.addresses.code match
  • period: Filter on QuestionnaireResponse.authored within period
  • plan: Filter on Plan match
  • questionnaire: Filter on ActivityDefinition.composed-of match
  • careteam: Filter on careteam in CarePlan.careteam or EpisodeOfCare.team
  • tag: Filter on tag match

Output

Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

Example output

Output

{ ‘resourceType’ : ‘Bundle’, ‘id’ : ‘Questionnaire/44529’, ‘entry’ : [ { ‘fullUrl’ : ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/24206/_history/1’, ‘resource’ : { ‘resourceType’ : ‘PlanDefinition’, ‘id’ : ‘24206’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition’ ] }, ‘extension’ : [ { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role’, ‘extension’ : [ { ‘url’ : ‘reference’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/14291’ } }, { ‘url’ : ‘role’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/modifier-role’, ‘code’ : ‘owner’ } ] } } ] } ], ‘version’ : ‘1.0’, ‘status’ : ‘active’, ‘action’ : [ { ‘definitionCanonical’ : ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919’ } ] } }, { ‘fullUrl’ : ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919/_history/1’, ‘resource’ : { ‘resourceType’ : ‘ActivityDefinition’, ‘id’ : ‘10919’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition’ ] }, ‘extension’ : [ { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/measurement-sharing-policies’, ‘code’ : ‘noSharing’ } ] } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role’, ‘extension’ : [ { ‘url’ : ‘reference’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/25403’ } }, { ‘url’ : ‘role’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/modifier-role’, ‘code’ : ‘owner’ } ] } } ] } ], ‘version’ : ‘1.0’, ‘name’ : ‘0ca879ed-678c-4439-aa4a-efc597f92dfb’, ‘status’ : ‘active’, ‘topic’ : [ { ‘coding’ : [ { ‘system’ : ‘http://terminology.hl7.org/CodeSystem/definition-topic’, ‘code’ : ‘treatment’ } ] } ], ‘relatedArtifact’ : [ { ‘type’ : ‘composed-of’, ‘resource’ : ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529’ } ], ‘code’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/activitydefinition-code’, ‘code’ : ‘273586006’ } ] } } }, { ‘fullUrl’ : ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529/_history/1’, ‘resource’ : { ‘resourceType’ : ‘Questionnaire’, ‘id’ : ‘44529’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire’ ] }, ‘extension’ : [ { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/questionnaire-types’, ‘code’ : ‘QQ’ } ] } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role’, ‘extension’ : [ { ‘url’ : ‘reference’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/24153’ } }, { ‘url’ : ‘role’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/modifier-role’, ‘code’ : ‘owner’ } ] } } ] } ], ‘version’ : ‘1.0’, ‘name’ : ‘090b990e-046a-4374-b7c6-b08613a41cce’, ‘status’ : ‘active’ } }, { ‘fullUrl’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618/_history/1’, ‘resource’ : { ‘resourceType’ : ‘Organization’, ‘id’ : ‘98618’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization’ ] }, ‘extension’ : [ { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/organization-source’, ‘code’ : ‘manual’ } ] } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/organization-synchronization-status’, ‘code’ : ‘NotSynchronized’ } ] } } ], ‘identifier’ : [ { ‘use’ : ‘official’, ‘system’ : ‘urn:oid:2.16.840.1.113883.2.24.1.1’, ‘value’ : ‘11111111’, ‘period’ : { ‘start’ : ‘2023-10-10T14:49:12+02:00’ } } ], ‘active’ : false, ‘name’ : ‘defaultTestFactory-be16f47b-1f8a-4440-a02e-23da1219b0ca’, ‘partOf’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/22124’ } } }, { ‘fullUrl’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455/_history/1’, ‘resource’ : { ‘resourceType’ : ‘CareTeam’, ‘id’ : ‘87455’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’ ] }, ‘identifier’ : [ { ‘system’ : ‘urn:ietf:rfc:3986’, ‘value’ : ‘urn:uuid:9658ef5f-019a-4c90-9c41-f3ad14a31777’ } ], ‘status’ : ‘active’, ‘name’ : ‘1b900db5-09dd-4563-b612-2b81201fab16’, ‘reasonCode’ : [ { ‘coding’ : [ { ‘system’ : ‘urn:oid:1.2.208.176.2.4’, ‘code’ : ‘DJ44’ } ] } ] } }, { ‘fullUrl’ : ‘https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491/_history/1’, ‘resource’ : { ‘resourceType’ : ‘QuestionnaireResponse’, ‘id’ : ‘92491’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse’ ] }, ‘extension’ : [ { ‘url’ : ‘http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare’, ‘valueReference’ : { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/22208’ } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-resolved-timing’, ‘extension’ : [ { ‘url’ : ‘serviceRequestVersionId’, ‘valueId’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1’ }, { ‘url’ : ‘start’, ‘valueDateTime’ : ‘2023-10-10T14:49:12+02:00’ }, { ‘url’ : ‘end’, ‘valueDateTime’ : ‘2023-10-10T14:49:12+02:00’ }, { ‘url’ : ‘type’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/resolved-timing-type’, ‘code’ : ‘Resolved’ } ] } } ] } ], ‘basedOn’ : [ { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439’ } ], ‘questionnaire’ : ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529’, ‘status’ : ‘completed’, ‘subject’ : { ‘reference’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/64465’ }, ‘authored’ : ‘2023-10-10T14:49:12+02:00’, ‘source’ : { ‘reference’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/75218’ } } }, { ‘fullUrl’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180/_history/1’, ‘resource’ : { ‘resourceType’ : ‘Communication’, ‘id’ : ‘97180’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication’ ] }, ‘extension’ : [ { ‘url’ : ‘http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare’, ‘valueReference’ : { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/14233’ } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/restriction-category’, ‘code’ : ‘None’ } ] } } ], ‘basedOn’ : [ { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439’ } ], ‘status’ : ‘in-progress’, ‘category’ : [ { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/communication-category’, ‘code’ : ‘annotation’ } ] }, { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/message-category’, ‘code’ : ‘advice’ } ] } ], ‘subject’ : { ‘reference’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/35194’ }, ‘topic’ : { ‘coding’ : [ { ‘system’ : ‘http://terminology.hl7.org/CodeSystem/communication-topic’, ‘code’ : ‘report-labs’ } ] }, ‘sent’ : ‘2023-10-10T14:49:12+02:00’, ‘reasonCode’ : [ { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/message-reasonCode’, ‘code’ : ‘ReminderSubmitMeasurement’ } ] } ] } }, { ‘fullUrl’ : ‘urn:uuid:57cfd6a7-dd43-4caa-8220-d50c77aebd8b’, ‘resource’ : { ‘resourceType’ : ‘Parameters’, ‘parameter’ : [ { ‘name’ : ‘serviceRequestResponseSummary’, ‘part’ : [ { ‘name’ : ‘serviceRequest’, ‘valueReference’ : { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439’ }, ‘part’ : [ { ‘name’ : ‘condition’, ‘valueCoding’ : { ‘system’ : ‘urn:oid:1.2.208.176.2.4’, ‘code’ : ‘DJ44’, ‘display’ : ‘Kronisk obstruktiv lungesygdom’ } }, { ‘name’ : ‘episodeOfCareManagingOrganization’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618’ } }, { ‘name’ : ‘episodeOfCarePeriod’, ‘valuePeriod’ : { ‘start’ : ‘1970-01-01T01:00:01+01:00’, ‘end’ : ‘1970-01-01T01:01:40+01:00’ } }, { ‘name’ : ‘patientIdentifier’, ‘valueIdentifier’ : { ‘system’ : ‘urn:oid:1.2.208.176.1.2’, ‘value’ : ‘0101010001’ } }, { ‘name’ : ‘statusHistory’, ‘part’ : [ { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘draft’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-02T12:49:12+00:00’, ‘end’ : ‘2023-10-03T12:49:12+00:00’ } } ] }, { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘active’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-03T12:49:12+00:00’, ‘end’ : ‘2023-10-04T12:49:12+00:00’ } } ] }, { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘on-hold’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-04T12:49:12+00:00’, ‘end’ : ‘2023-10-05T12:49:12+00:00’ } } ] }, { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘active’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-05T12:49:12+00:00’, ‘end’ : ‘2023-10-08T12:49:12+00:00’ } } ] }, { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘on-hold’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-08T12:49:12+00:00’ } } ] } ] }, { ‘name’ : ‘involvedCareTeams’, ‘part’ : [ { ‘name’ : ‘careTeam’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455’ } } ] }, { ‘name’ : ‘responses’, ‘part’ : [ { ‘name’ : ‘response’, ‘part’ : [ { ‘name’ : ‘occurrence’, ‘part’ : [ { ‘name’ : ‘serviceRequestVersionId’, ‘valueId’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1’ }, { ‘name’ : ‘start’, ‘valueDateTime’ : ‘2023-10-10T14:49:12+02:00’ }, { ‘name’ : ‘end’, ‘valueDateTime’ : ‘2023-10-10T14:49:12+02:00’ }, { ‘name’ : ‘type’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/resolved-timing-type’, ‘code’ : ‘Resolved’ } ] } } ] }, { ‘name’ : ‘questionnaireResponse’, ‘valueReference’ : { ‘reference’ : ‘https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491’ } }, { ‘name’ : ‘submitted’, ‘valueDateTime’ : ‘2023-10-10T12:49:12+00:00’ } ] } ] }, { ‘name’ : ‘communications’, ‘part’ : [ { ‘name’ : ‘communication’, ‘valueReference’ : { ‘reference’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180’ } } ] } ] } ] } ] } } ] }

Fetch ssl orders

Report Contents

This report contains SSL Orders

  • OrderDetails
  • OrderLines
  • TraceLines

    Grouping

    Order. Each Order is returned in a single JSon file.

    Parameters

  • organization: Filter on Order.buyer
  • period: Filter on TraceLine.timestamp
  • seller: Filter on Order.seller

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are SSL resources. See the SSL API description for details

    { ‘OrderDetails’: { ‘order’: { ‘id’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER’, ‘threadId’: null, ‘identifiers’: null, ‘status’: null, ‘priority’: null, ‘notes’: null, ‘buyer’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER’, ‘seller’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER’, ‘sellerDeliveryContactEmail’: null, ‘carePlanRef’: null, ‘carePlanTitle’: null, ‘earliestDeliveryDate’: null, ‘latestDeliveryDate’: null, ‘receiver’: null }, ‘orderLines’: [{ ‘id’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE’, ‘order’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER’, ‘status’: null, ‘item’: null, ‘agreedDate’: null, ‘device’: null } ], ‘traceLines’: [{ ‘id’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1’, ‘timestamp’: ‘2019-12-24T18:00:00Z’, ‘createdByOrganization’: null, ‘createdByUser’: null, ‘text’: null, ‘supplementaryText’: null, ‘order’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER’, ‘orderLine’: null, ‘statusChange’: null } ] } }

Fetch unique active cititzens total

Report Contents

This report contains an overview of the number of unique active citizens with Episodes of Care, shown both on monthly and yearly basis.

Grouping

This report is grouped by months and years. All groups are contained in the same JSON file.

Parameters

  • None

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing a JSon file corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details First example is the monthly data:

{ ‘PatientsUsageSummary’: { ‘monthData’: [ { ‘month’: ‘1’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘2’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘3’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘4’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘5’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘6’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘7’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘8’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘9’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘10’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘11’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘12’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] } ] } }

Second example is the yearly data:

{ ‘PatientsUsageSummary’: { ‘yearData’: [ { ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 12, ‘average’: 1.0, ‘usageBaseline’: 10000, ‘averageRounded’: 1000.0, ‘averageBeyondBaseline’: 0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 12, ‘average’: 1.0, ‘usageBaseline’: 10000, ‘averageRounded’: 1000.0, ‘averageBeyondBaseline’: 0 } ] } ] } }

Get Report Job Status

Status Contents

This operation returns status for reports scheduled by the user (by schedule or execute)

Output

The output is a Bundle containing Parameters resources for each scheduled report. The parts of the Parameters describe the class of report, the parameters that the report was scheduled with, the user ID, the status of the report, a reference to the report Binary and time of creation, start, and end of execution.

Example output

{ ‘resourceType’: ‘Bundle’, ‘type’: ‘collection’, ‘entry’: [ { ‘fullUrl’: ‘ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc’, ‘resource’: { ‘resourceType’: ‘Parameters’, ‘id’: ‘ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc’, ‘parameter’: [ { ‘name’: ‘reportJob’, ‘part’: [ { ‘name’: ‘reportClass’, ‘valueString’: ‘com.systematic.ehealth.reporting.reports.PatientsUsageReport’ }, { ‘name’: ‘userId’, ‘valueString’: ‘0aaca7cd-67c3-48dd-a8c4-0cceecb5d276’ }, { ‘name’: ‘status’, ‘valueString’: ‘DONE’ }, { ‘name’: ‘binary’, ‘valueReference’: { ‘reference’: ‘https://reporting.local.ehealth.sundhed.dk/fhir/Binary/7’ } }, { ‘name’: ‘parameters’, ‘resource’: { ‘resourceType’: ‘Parameters’, ‘parameter’: [ { ‘name’: ‘anonymization’, ‘valueString’: ‘None’ } ] } }, { ‘name’: ‘created’, ‘valueDateTime’: ‘2023-10-12T09:51:50+00:00’ }, { ‘name’: ‘started’, ‘valueDateTime’: ‘2023-10-12T09:51:50+00:00’ }, { ‘name’: ‘ended’, ‘valueDateTime’: ‘2023-10-12T09:51:51+00:00’ } ] } ] } } ] }

Get patient procedures

This operation returns an overview of patient activities within a time period and filtered by either EpisodeOfCare or Condition code(s). On success, the returned Bundle contains a Parameters structure detailing the count of measurements received and expected. This is done per ServiceRequest with status active for those part of a CarePlan with status active related to eligible EpisodeOfCare resources. Eligible EpisodeOfCare are those with status active that refer to the given Patient and are either given as EpisodeOfCare reference in input or are referencing a Condition with a condition code that matches at least one of the Condition codes possibly given as input. The measurement regime expressed in ServiceRequest.occurrence[x] is, when possible, resolved to time slot(s) corresponding to datetime/period where an action is supposed to take place, typically performed by the Patient. When the occurrenceTiming variant is used, resolved time slots overlapping with the input time periode are considered. For occurrenceTiming expression which are either adhoc or unresolved, the effective datetime/period of a measurement is considered when checked for overlap with input time period.

Input

The operation has three mandatory inputs, a Patient reference, a start date and an end date. Additionally the operation has three optional inputs: a list of reference(s) to EpisodeOfCare, a list of Codings for Condition and a list of Codings for tags.

Patient reference

Mandatory reference for the Patient which the procedure overview is computed for.

Start and end datetimes

Start and end datetime are both mandatory, and together specify the period of interest in the patient procedure overview. As stated above, for resolvable past and future time slots as well as adhoc and unresolved timings there must overlap with this period.

EpisodeOfCare list

The list of EpisodeOfCare references is optional. If EpisodeOfCare are provided, these will be used to further filter which active EpisodeOfCare, CarePlan and ServiceRequest are considered for the patient procedure overview.

Condition Coding list

The list of Coding for Condition is optional. If Condition Coding are provided, the EpisodeOfCare considered are those referring to a Condition matching at least one of the codes in the list. As above, the EpisodeOfCare (one or more) considered further determines which active EpisodeOfCare, CarePlan and ServiceRequest are considered.

Tag Coding list

The list of Coding for tags is optional. If tag Coding are provided, the EpisodeOfCare considered are those including a tag matching at least one of the codes in the list. As above, both the Condition (one or more) and EpisodeOfCare (one or more) considered further determines which active EpisodeOfCare, CarePlan and ServiceRequest are considered.

Extra boolean

This is an optional parameter that can be set to true if activities allowing ‘Extra’ submissions should be included in the response.

Output

For valid inputs, the server will compute and return a Bundle. The Bundle contains a Parameters resource with resolved measurement regimes and associated counts of measurement submitted and counts expected. Such counts are also included in the Parameters structure when the measurement regime is either adhoc or unresolved. In addition, the Bundle contains CarePlan and ServiceRequest referenced in the Parameters. The Bundle can contain an OperationOutcome describing any encountered warnings.

Output Parameters

The output contains rows (encoded in parameters) for each matching and active ServiceRequest with resolved timings overlapping with the requested period. Rows are represented as Parameters.parameter with names: item_1, item_2, etc. Columns are represented as Parameters.parameter.part with name and value 
 Example:
 'resource': {
 'resourceType': 'Parameters',
 'parameter': [{
 'name': 'item_1',
 'part': [{
 'name': 'CarePlan',
 'valueReference': {
 'reference': 'https://careplan.devtest.systematic-ehealth.com/fhir/CarePlan/164581'
 }
 }]
 }]
 }

Columns

  • CarePlan: Reference to the CarePlan that the ServiceRequest belongs to.
  • ServiceRequest: Reference to the ServiceRequest.
  • ServiceRequestVersionId: The version of the ServiceRequest (version specified at time of submit-measurement or the current version (for expected activities)).
  • Activity: Description of the planned activity.
  • ResolvedTimingStart: A planned start time for the activity in the requested period.
  • ResolvedTimingEnd: A planned end time for the activity in the requested period. May be identical to start if no duration is specified in the measurement regime.
  • TotalSubmitted: The number of measurements already submitted for this ServiceRequest and resolved timing.
  • SubmittedTimely: The number of measurements where the measurement time matches the resolved timing.
  • TimingType:
    • Resolved: a measurement regime that is supported by the infrastructure and where resolved timing and requested number of measurements can be calculated.
    • Unresolved: a measurement regime that is not supported by the infrastructure. Resolved Timing Start, end, submitted timely and Occurrences requested will be empty.
    • Adhoc: A ServiceRequest without a measurement regime or a measurement regime stating ad-hoc.
  • OccurencesRequested: Expected number of measurements.
Import a Plandefinition

Import a Plandefinition

Parameters

  • planDefinitionPackage: Binary package produced by the export operation

    Output

    Bundle containing the created resources. PlanDefinitions, ActivityDefinitions, and Questionnaires will be created. Imports QFFD DocumentReference into Document-Transformation service.Libraries and Organizations are used to find the corresponding resources on the target system.

Import organizations

Import a bundle containing at least one organization tree.

Is context allowed

Checks that it is allowed to set an EpisodeOfCare as context. If the user requesting context is a patient, then the patient input parameter should be specified. If the user requesting context is a practitioner, then the careTeam input parameter should be specified. Throws an exception if it is not allowed to select the Episode Of Care context.

Output

For valid Episode of Care is returned references that cause the Episode of Care to be valid context. For a practitioner, two output parameters will be returned on success:

  • CareTeam: The Careteam that gave access
  • EpisodeOfCare/CarePlan: The EpisodeOfCare or CarePlan that referenced the CareTeam
Modify care team assignment

The operation modifies the care team assignment of the care plan and all of its sub plans.

Persist login

This operation persists login information into CareTeams and PractitionerRoles The following elements of each careteam are mandatory:

  • id: Reference based on the careteam from the saml security token
  • status: any
  • name: any
  • reasonCode: any
  • participant: 1 for each careteam-role in the saml security token – role: from the saml security token – member: reference to the practitioner – onBehalfOf: reference to organization (cannot be set currently because of a bug in hapi)

Persist-login will find each careteam, and update it with any new participants and roles from the input bundle. The input careteam resources are are used as a container for the participant list. The rest of the fields are not used. The following elements of each PractitionerRole are mandatory:

  • practitioner
  • organization
  • code: roles from the saml security token (CareteamParticipantRole valueset)

Persist-login will search for practitionerRoles for each combination of (practitioner, organization) and create it if it doesn’t already exists.

Person name lookup

This operation is used to do a lookup on a citizen in the national infrastructure based on the identifier of the person unless the identifier can be resolved locally. The operation returns a ‘limited’ Person resource with the identifier and name of the person being the only returned attributes in the bundle. The operation is an implementation of https://www.hl7.org/fhir/stu3/patient-operations.html#match on the Person resource.

Retrieve document

Retrieve document

Schedule careplan and episode of care stats

Report Contents

This report contains a count of active EpisodeOfCare and CarePlans.

Grouping

This report is grouped by ConditionCode. Each group is returned in a separate JSon file.

Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on CarePlan.period overlap

Output

Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

Example output

The ConditionCode is a Fhir CodeableConcept. See the implementation guide for details

{
    'ConditionCode': {
        'valueCodeableConcept': {
            'coding': [{
                    'system': 'urn:oid:1.2.208.176.2.4',
                    'code': 'DJ44'
                }
            ]
        }
    },
    'ConditionSummary': {
        'activeEpisodeOfCareCount': 1,
        'activeCarePlanCount': 1
    }
}
Schedule careplan customization stats

Report Contents

This report contains a count of patient specific modifications of:

  • Measurement schedule timing
  • Reference ranges

    Grouping

    This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on CarePlan.period overlap

Output

Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

Example output

EHealthPlanDefinition is a Fhir resource. See the implementation guide for details

{
    'EHealthPlanDefinition': {
        'resourceType': 'PlanDefinition',
        'id': '53450',
        'meta': {
            'versionId': '1',
            'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']
        },
        'extension': [{
                'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',
                'extension': [{
                        'url': 'reference',
                        'valueReference': {
                            'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/85109'
                        }
                    }, {
                        'url': 'role',
                        'valueCodeableConcept': {
                            'coding': [{
                                    'system': 'http://ehealth.sundhed.dk/cs/modifier-role',
                                    'code': 'owner'
                                }
                            ]
                        }
                    }
                ]
            }
        ],
        'version': '97219ba1-2202-42a1-b99d-45de3a506b40',
        'status': 'active'
    },
    'CarePlanCustomizationSummary': {
        'timingCustomizationCount': 1,
        'referenceRangeCustomizationCount': 1
    }
}
Schedule careplan duration stats

Report Contents

This report contains statistics on status changes for CarePlans:

  • count: Number of CarePlans in each state
  • min: Shortest time spent in each state
  • max: Longest time spent in each state
  • sum: Sum of time spent in each state
  • average: Average time spent in each state.

The durations are specified in ISO 8601 format.

Grouping

This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.

Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on CarePlan.period overlap
  • condition: Filter on EpisodeOfCare condition match

Output

Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

Example output

EHealthPlanDefinition is a Fhir resource. See the implementation guide for details

{
    'EHealthPlanDefinition': {
        'resourceType': 'PlanDefinition',
        'id': '257',
        'meta': {
            'versionId': '1',
            'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']
        },
        'extension': [{
                'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',
                'extension': [{
                        'url': 'reference',
                        'valueReference': {
                            'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/73753'
                        }
                    }, {
                        'url': 'role',
                        'valueCodeableConcept': {
                            'coding': [{
                                    'system': 'http://ehealth.sundhed.dk/cs/modifier-role',
                                    'code': 'owner'
                                }
                            ]
                        }
                    }
                ]
            }
        ],
        'version': 'dc9ecd87-163f-4d2f-bdfe-434085eafe4f',
        'status': 'active'
    },
    'CarePlanStatusDurationSummary': {
        'statusDurationStatistics': {
            'draft': {
                'status': {
                    'valueCodeableConcept': {
                        'coding': [{
                                'system': 'http://hl7.org/fhir/care-plan-status',
                                'code': 'draft'
                            }
                        ]
                    }
                },
                'durationStatistics': {
                    'count': 2,
                    'min': 'P10DT10H0M0S',
                    'max': 'P15DT0H0M0S',
                    'sum': 'P25DT10H0M0S',
                    'average': 'P12DT17H0M0S'
                }
            },
            'active': {
                'status': {
                    'valueCodeableConcept': {
                        'coding': [{
                                'system': 'http://hl7.org/fhir/care-plan-status',
                                'code': 'active'
                            }
                        ]
                    }
                },
                'durationStatistics': {
                    'count': 2,
                    'min': 'P200DT0H0M0S',
                    'max': 'P200DT0H0M0S',
                    'sum': 'P400DT0H0M0S',
                    'average': 'P200DT0H0M0S'
                }
            },
            'completed': {
                'status': {
                    'valueCodeableConcept': {
                        'coding': [{
                                'system': 'http://hl7.org/fhir/care-plan-status',
                                'code': 'completed'
                            }
                        ]
                    }
                },
                'durationStatistics': {
                    'count': 2,
                    'min': 'P284DT14H0M0S',
                    'max': 'P380DT0H0M0S',
                    'sum': 'P664DT14H0M0S',
                    'average': 'P332DT7H0M0S'
                }
            },
            'suspended': {
                'status': {
                    'valueCodeableConcept': {
                        'coding': [{
                                'system': 'http://hl7.org/fhir/care-plan-status',
                                'code': 'suspended'
                            }
                        ]
                    }
                },
                'durationStatistics': {
                    'count': 2,
                    'min': 'P5DT0H0M0S',
                    'max': 'P5DT0H0M0S',
                    'sum': 'P10DT0H0M0S',
                    'average': 'P5DT0H0M0S'
                }
            }
        }
    }
}
Schedule careplans-by patient

Report Contents

This report contains the following resources:

  • EpisodeOfCare
  • PlanDefinition
  • CarePlan
  • ServiceRequest

    Grouping

    This report is grouped by EpisodeOfCare. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on CarePlan.period overlap

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘EHealthEpisodeOfCare’: { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘30254’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/88873’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/66740’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/18637’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/16046’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, ‘EHealthCarePlan’: [{ ‘resourceType’: ‘CarePlan’, ‘id’: ‘1597’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/59578’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/57779’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/30254’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/74721’ } ], ‘activity’: [{ ‘reference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/76916’ } } ] } ], ‘EHealthPlanDefinition’: [{ ‘resourceType’: ‘PlanDefinition’, ‘id’: ‘59578’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role’, ‘extension’: [{ ‘url’: ‘reference’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/41757’ } }, { ‘url’: ‘role’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/modifier-role’, ‘code’: ‘owner’ } ] } } ] } ], ‘version’: ‘c701b8e8-abe6-41bd-9db5-c05b94bc1e2b’, ‘status’: ‘active’ } ], ‘EHealthServiceRequest’: [{ ‘resourceType’: ‘ServiceRequest’, ‘id’: ‘76916’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/measurement-sharing-policies’, ‘code’: ‘TBD’ } ] } } ], ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/13593’ } ], ‘status’: ‘completed’, ‘intent’: ‘filler-order’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/activitydefinition-code’, ‘code’: ‘TBD’ } ], ‘text’: ‘31d136f2-0b98-4e0a-8f82-f0731b54893d’ }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/49397’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/72791’ } } ] }

Schedule careteam stats

Report Contents

This report contains counts of resources associated with CareTeams:

  • EpisodeOfCare
  • CarePlan
  • Task: Count for each task category

    Grouping

    This report is grouped by CareTeam. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on CareTeam.managingOrganization match
  • period: Filter on:
    • CarePlan.period overlap for CarePlans
    • EpisodeOfCare.period overlap for EpisodeOfCare
    • Task.authoredOn inside period for Tasks

      Output

      Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

      Example output

      EHealthCareTeam is a Fhir resource. See the implementation guide for details

    { ‘EHealthCareTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘12958’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘59f70e4e-1c31-4647-8c91-404939b6b14e’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘0cea5c11-af39-4e5c-8733-9f532ea9961a’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/66642’ } ] }, ‘CareTeamSummary’: { ‘episodeOfCareCount’: 2, ‘carePlanCount’: 6, ‘taskCountByCategory’: { ‘MissingMeasurementResolving’: 2 } } }

Schedule measurement stats

Report Contents

This report contains counts of Measurements for each EpisodeOfCare:

  • Observation
  • QuestionnaireResponse
  • Media

    Grouping

    This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on:
    • Observation.effective inside period for Observations
    • Questionnaire.authored inside period for QuestionnaireResponses
    • Media.occurence inside period for Media

      Output

      Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

      Example output

      EHealthEpisodeOfCare is a Fhir resource. See the implementation guide for details

    { ‘EHealthEpisodeOfCare’: { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘21357’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/30170’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/70274’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/26565’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/28358’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, ‘EpisodeOfCareMeasurementSummary’: { ‘observationCount’: 5, ‘mediaCount’: 0, ‘questionnaireResponseCount’: 0 } }

Schedule patient GDPR

Report Contents

This report contains all information related to the specified Patient:

Grouping

None. This report returns a single JSon file.

Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: not used.
  • patient: The patient to fetch information for.

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘Patient’: { ‘resourceType’: ‘Patient’, ‘id’: ‘70791’, ‘meta’: { ‘versionId’: ‘1’ } }, ‘Communication’: [{ ‘resourceType’: ‘Communication’, ‘id’: ‘29256’, ‘meta’: { ‘versionId’: ‘1’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘RelatedPerson’: [{ ‘resourceType’: ‘RelatedPerson’, ‘id’: ‘44196’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson’] }, ‘identifier’: [{ ‘use’: ‘official’, ‘system’: ‘urn:oid:1.2.208.176.1.2’, ‘value’: ‘2412001234’ } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘name’: [{ ‘text’: ‘Tester’ } ] } ], ‘Appointment’: [{ ‘resourceType’: ‘Appointment’, ‘id’: ‘74036’, ‘meta’: { ‘versionId’: ‘1’ }, ‘participant’: [{ ‘id’: ‘5fda865d-5e46-4fc4-8dcc-9b5f9a6b501a’, ‘actor’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ } } ] } ], ‘AppointmentResponse’: [{ ‘resourceType’: ‘AppointmentResponse’, ‘id’: ‘63226’, ‘meta’: { ‘versionId’: ‘1’ }, ‘actor’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ } } ], ‘EHealthEpisodeOfCare’: [{ ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘10928’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘48392’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } } ], ‘EHealthDeviceUseStatement’: [{ ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘4021’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ } }, { ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘5732’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/91432’ } } ], ‘EHealthDevice’: [{ ‘resourceType’: ‘Device’, ‘id’: ‘81729’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ }, { ‘resourceType’: ‘Device’, ‘id’: ‘91432’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ } ], ‘EHealthDeviceMetric’: [{ ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘35094’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ }, ‘category’: ‘calculation’ }, { ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘22449’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ }, ‘category’: ‘calculation’ } ], ‘EHealthConsent’: [{ ‘resourceType’: ‘Consent’, ‘id’: ‘51690’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent’] }, ‘status’: ‘active’, ‘category’: [{ ‘coding’: [{ ‘code’: ‘TBD’ } ] } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘consentingParty’: [{ ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034’ } ], ‘actor’: [{ ‘id’: ‘f31bec27-965f-49ea-b8fe-5fdb259c539d’, ‘role’: { ‘coding’: [{ ‘code’: ‘authserver’ } ] }, ‘reference’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499’ } } ], ‘policyRule’: ‘Rule’, ‘data’: [{ ‘meaning’: ‘related’, ‘reference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427’ } } ] } ], ‘EHealthCarePlan’: [{ ‘resourceType’: ‘CarePlan’, ‘id’: ‘87235’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664’ } ] }, { ‘resourceType’: ‘CarePlan’, ‘id’: ‘23385’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845’ } ] } ], ‘EHealthServiceRequest’: [{ ‘resourceType’: ‘ServiceRequest’, ‘id’: ‘18904’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/measurement-sharing-policies’, ‘code’: ‘TBD’ } ] } } ], ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273’ } ], ‘status’: ‘completed’, ‘intent’: ‘filler-order’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/activitydefinition-code’, ‘code’: ‘TBD’ } ], ‘text’: ‘7654414a-7f86-4170-9920-fde60368b58b’ }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthCondition’: [{ ‘resourceType’: ‘Condition’, ‘id’: ‘22743’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition’] }, ‘clinicalStatus’: ‘active’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthObservation’: [{ ‘resourceType’: ‘Observation’, ‘id’: ‘55832’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation’] }, ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506’ } ], ‘status’: ‘amended’, ‘code’: { ‘coding’: [{ ‘system’: ‘urn:oid:1.2.208.176.2.1’, ‘code’: ‘NPU03011’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘effectivePeriod’: { ‘start’: ‘2020-03-26T13:37:40+01:00’, ‘end’: ‘2020-03-26T13:37:40+01:00’ }, ‘performer’: [{ ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621’ } ], ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/30416’ } } ], ‘EHealthQuestionnaireResponse’: [{ ‘resourceType’: ‘QuestionnaireResponse’, ‘id’: ‘21957’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse’] }, ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403’ } ], ‘questionnaire’: { ‘reference’: ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078’ }, ‘status’: ‘completed’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘authored’: ‘2020-03-26T13:37:40+01:00’, ‘source’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666’ } } ], ‘EHealthMedia’: [{ ‘resourceType’: ‘Media’, ‘id’: ‘18256’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality’, ‘extension’: [{ ‘url’: ‘qualityType’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/quality-types’, ‘code’: ‘TBD’ } ] } }, { ‘url’: ‘qualityCode’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/usage-quality’, ‘code’: ‘TBD’ } ] } } ] } ], ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474’ } ], ‘type’: ‘audio’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘occurrenceDateTime’: ‘2020-03-26T13:37:40+01:00’, ‘content’: { ‘language’: ‘en’ } } ], ‘EHealthClinicalImpression’: [{ ‘resourceType’: ‘ClinicalImpression’, ‘id’: ‘39697’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression’] }, ‘status’: ‘draft’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/clinicalimpression-codes’, ‘code’: ‘TBD’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthTask’: [{ ‘resourceType’: ‘Task’, ‘id’: ‘96988’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/task-category’, ‘code’: ‘TBD’ } ] } }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/restriction-category’, ‘code’: ‘None’ } ] } }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-responsible’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/74334’ } } ], ‘status’: ‘draft’, ‘intent’: ‘proposal’, ‘priority’: ‘routine’, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthCommunication’: [{ ‘resourceType’: ‘Communication’, ‘id’: ‘29256’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication’] }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthProvenance’: [{ ‘resourceType’: ‘Provenance’, ‘id’: ‘68399’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance’] }, ‘target’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } ], ‘recorded’: ‘2020-03-26T13:37:39.772+01:00’, ‘policy’: [‘policy’], ‘agent’: [{ ‘whoReference’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/6901’ } } ] }, { ‘resourceType’: ‘Provenance’, ‘id’: ‘96195’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance’] }, ‘target’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392’ } ], ‘recorded’: ‘2020-03-26T13:37:39.801+01:00’, ‘policy’: [‘policy’], ‘agent’: [{ ‘whoReference’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/45854’ } } ] } ] }

Schedule patient devices

Report Contents

This report contains Device information for each EpisodeOfCare:

  • Device
  • DeviceUseStatement
  • DeviceMetrics

    Grouping

    This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on DeviceUseStatement.whenUsed overlap

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘EHealthEpisodeOfCare’: { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘F417C17F9FDE24C9090BD629C8EE1697’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/313D8B0E0AC8EA8169D1DA45ECEEACB9’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/9A7FCD55CA3031585A8F1690DB1D8034’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/A1D94F323D8EF09E5D913D9522FD83C4’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/8DC75F2B12BCC832F92CC065C3D0B451’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, ‘EHealthDeviceUseStatement’: [{ ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘9541E8EAEAD24376F208D5CD8A4D25F5’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23D34B29DD02EB232B6575537FE8ADC5’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/AC38B1F6391F256002E5A7BE69CB2586’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A’ } } ], ‘EHealthDevice’: [{ ‘resourceType’: ‘Device’, ‘id’: ‘08D51B81A7FE5B480278150A94D4048A’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ } ], ‘EHealthDeviceMetric’: [{ ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘7EA21ACD27EE012439F1440574A6BB21’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A’ }, ‘category’: ‘calculation’ } ] }

Schedule patient total

Report Contents

This report contains clinical information for each Patient

Grouping

This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.

Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • period: Filter on EpisodeOfCare.period overlap
  • conditionCode: Filter on Condition.code related to EpisodeOfCare
  • status: Filter on EpisodeOfCare.status

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘Patient’: { ‘resourceType’: ‘Patient’, ‘id’: ‘70791’, ‘meta’: { ‘versionId’: ‘1’ } }, ‘EHealthEpisodeOfCare’: [{ ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘10928’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } }, { ‘resourceType’: ‘EpisodeOfCare’, ‘id’: ‘48392’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization’, ‘valueReference’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282’ } } ], ‘status’: ‘active’, ‘diagnosis’: [{ ‘condition’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020’ }, ‘rank’: 1 } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956’ }, ‘managingOrganization’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ } } ], ‘EHealthDeviceUseStatement’: [{ ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘4021’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ } }, { ‘resourceType’: ‘DeviceUseStatement’, ‘id’: ‘5732’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context’, ‘valueReference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385’ } } ], ‘status’: ‘active’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543’ }, ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/91432’ } } ], ‘EHealthDevice’: [{ ‘resourceType’: ‘Device’, ‘id’: ‘81729’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ }, { ‘resourceType’: ‘Device’, ‘id’: ‘91432’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned’, ‘valueBoolean’: true } ], ‘status’: ‘active’ } ], ‘EHealthDeviceMetric’: [{ ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘35094’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ }, ‘category’: ‘calculation’ }, { ‘resourceType’: ‘DeviceMetric’, ‘id’: ‘22449’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 5 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 10 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 12 } ] }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities’, ‘extension’: [{ ‘url’: ‘category’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/devicemetric-quality-types’, ‘code’: ‘initial’ } ] } }, { ‘url’: ‘value’, ‘valueInteger’: 14 } ] } ], ‘identifier’: { ‘value’: ‘Foo’ }, ‘type’: { ‘text’: ‘code’ }, ‘source’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/81729’ }, ‘category’: ‘calculation’ } ], ‘EHealthConsent’: [{ ‘resourceType’: ‘Consent’, ‘id’: ‘51690’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent’] }, ‘status’: ‘active’, ‘category’: [{ ‘coding’: [{ ‘code’: ‘TBD’ } ] } ], ‘patient’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘consentingParty’: [{ ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034’ } ], ‘actor’: [{ ‘id’: ‘f31bec27-965f-49ea-b8fe-5fdb259c539d’, ‘role’: { ‘coding’: [{ ‘code’: ‘authserver’ } ] }, ‘reference’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499’ } } ], ‘policyRule’: ‘Rule’, ‘data’: [{ ‘meaning’: ‘related’, ‘reference’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427’ } } ] } ], ‘EHealthCarePlan’: [{ ‘resourceType’: ‘CarePlan’, ‘id’: ‘87235’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664’ } ] }, { ‘resourceType’: ‘CarePlan’, ‘id’: ‘23385’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan’] }, ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648’ } ], ‘status’: ‘draft’, ‘intent’: ‘option’, ‘category’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/careplan-category’, ‘code’: ‘TBD’ } ] } ], ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392’ }, ‘period’: { ‘start’: ‘1970-01-01T01:00:01+01:00’, ‘end’: ‘1970-01-01T01:01:40+01:00’ }, ‘addresses’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845’ } ] } ], ‘EHealthServiceRequest’: [{ ‘resourceType’: ‘ServiceRequest’, ‘id’: ‘18904’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/measurement-sharing-policies’, ‘code’: ‘TBD’ } ] } } ], ‘definition’: [{ ‘reference’: ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273’ } ], ‘status’: ‘completed’, ‘intent’: ‘filler-order’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/activitydefinition-code’, ‘code’: ‘TBD’ } ], ‘text’: ‘7654414a-7f86-4170-9920-fde60368b58b’ }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthCondition’: [{ ‘resourceType’: ‘Condition’, ‘id’: ‘22743’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition’] }, ‘clinicalStatus’: ‘active’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ], ‘EHealthObservation’: [{ ‘resourceType’: ‘Observation’, ‘id’: ‘55832’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation’] }, ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506’ } ], ‘status’: ‘amended’, ‘code’: { ‘coding’: [{ ‘system’: ‘urn:oid:1.2.208.176.2.1’, ‘code’: ‘NPU03011’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘effectivePeriod’: { ‘start’: ‘2020-03-26T13:37:40+01:00’, ‘end’: ‘2020-03-26T13:37:40+01:00’ }, ‘performer’: [{ ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621’ } ], ‘device’: { ‘reference’: ‘https://device.local.ehealth.sundhed.dk/fhir/Device/30416’ } } ], ‘EHealthQuestionnaireResponse’: [{ ‘resourceType’: ‘QuestionnaireResponse’, ‘id’: ‘21957’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse’] }, ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403’ } ], ‘questionnaire’: { ‘reference’: ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078’ }, ‘status’: ‘completed’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘authored’: ‘2020-03-26T13:37:40+01:00’, ‘source’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666’ } } ], ‘EHealthMedia’: [{ ‘resourceType’: ‘Media’, ‘id’: ‘18256’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality’, ‘extension’: [{ ‘url’: ‘qualityType’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/quality-types’, ‘code’: ‘TBD’ } ] } }, { ‘url’: ‘qualityCode’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/usage-quality’, ‘code’: ‘TBD’ } ] } } ] } ], ‘basedOn’: [{ ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474’ } ], ‘type’: ‘audio’, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ }, ‘occurrenceDateTime’: ‘2020-03-26T13:37:40+01:00’, ‘content’: { ‘language’: ‘en’ } } ], ‘EHealthClinicalImpression’: [{ ‘resourceType’: ‘ClinicalImpression’, ‘id’: ‘39697’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression’] }, ‘status’: ‘draft’, ‘code’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/clinicalimpression-codes’, ‘code’: ‘TBD’ } ] }, ‘subject’: { ‘reference’: ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140’ }, ‘context’: { ‘reference’: ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928’ } } ] }

Schedule patient usage statistics

Report Contents

This report contains an overview of the number of unique active citizens with Episodes of Care, shown both on monthly and yearly basis.

Grouping

This report is grouped by months and years. All groups are contained in the same JSON file.

Parameters

  • None

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing a JSon file corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details First example is the monthly data:

{ ‘PatientsUsageSummary’: { ‘monthData’: [ { ‘month’: ‘1’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘2’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘3’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘4’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘5’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘6’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘7’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘8’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘9’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘10’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘11’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] }, { ‘month’: ‘12’, ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 1, ‘percentChangeFromLastMonth’: 0.0 } ] } ] } }

Second example is the yearly data:

{ ‘PatientsUsageSummary’: { ‘yearData’: [ { ‘year’: ‘1970’, ‘entries’: [ { ‘name’: ‘uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays’, ‘count’: 12, ‘average’: 1.0, ‘usageBaseline’: 10000, ‘averageRounded’: 1000.0, ‘averageBeyondBaseline’: 0 }, { ‘name’: ‘uniquePatientsWithEpisodeOfCare’, ‘count’: 12, ‘average’: 1.0, ‘usageBaseline’: 10000, ‘averageRounded’: 1000.0, ‘averageBeyondBaseline’: 0 } ] } ] } }

Schedule practitioner GDPR

Report Contents

This report contains all information related to the specified Practitioner

  • Practitioner
  • CareTeam
  • PractitionerRole

    Grouping

    None. The report is returned in a single JSon file.

    Parameters

  • organization:
    • Practitioner: Not filtered
    • CareTeam: Filter on CareTeam.ManagingOrganization match
    • PractitionerRole: Filter on PractitionerRole.Organization match
  • period: not used
  • practitionerID: The practitioner to fetch information for

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { ‘EHealthPractitioner’: { ‘resourceType’: ‘Practitioner’, ‘id’: ‘20599’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner’] }, ‘name’: [{ ‘family’: ‘2f82a48c-61cc-4c7f-855a-3e6b59729ef1’ } ] }, ‘EHealthPractitionerRole’: [], ‘EHealthCareTeam’: [{ ‘resourceType’: ‘CareTeam’, ‘id’: ‘99438’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘f556eab1-dbe9-40e3-9edd-149fa3bd1ae0’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘f9d27974-6a6a-44fb-b6eb-bcd22d769a18’, ‘participant’: [{ ‘member’: { ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599’ } } ], ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174’ } ] } ] }

Schedule practitioner stats

Report Contents

This report contains counts of practitioners associated with Organizations and CareTeams

  • List of Organization and associated practitonerCount
  • List of CareTeam and associated practitionerCount

    Grouping

    None. The report is returned in a single JSon file.

    Parameters

  • organization:
    • CareTeam: Filter on CareTeam.ManagingOrganization match
    • PractitionerRole: Filter on PractitionerRole.Organization match
  • period
    • CareTeam: Filter on CareTeam.participant.period overlap
    • PractitionerRole: Filter on PractitionerRole.perid overlap

      Output

      Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

      Example output

      Organization and CareTeam are Fhir resources. See the implementation guide for details

    { ‘PractitionerSummary’: { ‘organizationPractitionerStatistics’: [{ ‘organization’: { ‘resourceType’: ‘Organization’, ‘id’: ‘69075’, ‘meta’: { ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization’] }, ‘extension’: [{ ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/organization-source’, ‘code’: ‘manual’ } ] } }, { ‘url’: ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus’, ‘valueCodeableConcept’: { ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/organization-synchronization-status’, ‘code’: ‘NotSynchronized’ } ] } } ], ‘name’: ‘e7c2b264-b2d9-4a6d-aba9-f23be1017d39’ }, ‘practitionerCount’: 1 } ], ‘careTeamPractitionerStatistics’: [{ ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘44267’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘7ced02e2-3082-4e02-86cc-030e8df8906d’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘d1e7d427-1565-42f6-951d-5508d494d4c8’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 }, { ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘40831’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘f12b2b87-95d9-487c-b088-457acfa1693f’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘c572c5ac-bac3-4f9e-b948-795db7563145’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 }, { ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘78765’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘7378e850-aff6-430d-9e86-cca801bf2375’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘3e038dd3-9e80-41e4-9932-8597f8706da4’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 }, { ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘46096’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘37a66140-dc7e-4ea4-9ec7-d0dd91adf7c8’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘311ebab3-d310-44bb-b72b-65bdf74b3729’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 }, { ‘careTeam’: { ‘resourceType’: ‘CareTeam’, ‘id’: ‘32543’, ‘meta’: { ‘versionId’: ‘1’, ‘profile’: [‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’] }, ‘identifier’: [{ ‘id’: ‘3671c951-d20e-4d5c-82ec-fae5ee03821e’, ‘system’: ‘urn:ietf:rfc:3986’ } ], ‘status’: ‘active’, ‘name’: ‘1f74a06c-8ae1-4b5c-b5ee-49abfd2d28e1’, ‘reasonCode’: [{ ‘coding’: [{ ‘system’: ‘http://ehealth.sundhed.dk/cs/conditions’, ‘code’: ‘TBD’ } ] } ], ‘managingOrganization’: [{ ‘reference’: ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075’ } ] }, ‘practitionerCount’: 0 } ] } }

Schedule questionnare responses

Report Contents

This report contains a collection of questionnaire responses and related resources

  • Organizations
  • CareTeams
  • PlanDefinitions
  • ActivityDefinitions
  • Questionnaires
  • QuestionnaireResponses
  • Communication
  • ServiceRequestSummary

    Grouping

    This report is grouped by Questionnaire. Each group is returned as a FHIR bundle in a separate JSon file.

    Parameters

  • organization: Filter on EpisodeOfCare.managingOrganization match
  • condition: Filter on CarePlan.addresses.code match
  • period: Filter on QuestionnaireResponse.authored within period
  • plan: Filter on Plan match
  • questionnaire: Filter on ActivityDefinition.composed-of match
  • careteam: Filter on careteam in CarePlan.careteam or EpisodeOfCare.team
  • tag: Filter on tag match

Output

Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

Example output

Output

{ ‘resourceType’ : ‘Bundle’, ‘id’ : ‘Questionnaire/44529’, ‘entry’ : [ { ‘fullUrl’ : ‘https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/24206/_history/1’, ‘resource’ : { ‘resourceType’ : ‘PlanDefinition’, ‘id’ : ‘24206’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition’ ] }, ‘extension’ : [ { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role’, ‘extension’ : [ { ‘url’ : ‘reference’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/14291’ } }, { ‘url’ : ‘role’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/modifier-role’, ‘code’ : ‘owner’ } ] } } ] } ], ‘version’ : ‘1.0’, ‘status’ : ‘active’, ‘action’ : [ { ‘definitionCanonical’ : ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919’ } ] } }, { ‘fullUrl’ : ‘https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919/_history/1’, ‘resource’ : { ‘resourceType’ : ‘ActivityDefinition’, ‘id’ : ‘10919’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition’ ] }, ‘extension’ : [ { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/measurement-sharing-policies’, ‘code’ : ‘noSharing’ } ] } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role’, ‘extension’ : [ { ‘url’ : ‘reference’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/25403’ } }, { ‘url’ : ‘role’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/modifier-role’, ‘code’ : ‘owner’ } ] } } ] } ], ‘version’ : ‘1.0’, ‘name’ : ‘0ca879ed-678c-4439-aa4a-efc597f92dfb’, ‘status’ : ‘active’, ‘topic’ : [ { ‘coding’ : [ { ‘system’ : ‘http://terminology.hl7.org/CodeSystem/definition-topic’, ‘code’ : ‘treatment’ } ] } ], ‘relatedArtifact’ : [ { ‘type’ : ‘composed-of’, ‘resource’ : ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529’ } ], ‘code’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/activitydefinition-code’, ‘code’ : ‘273586006’ } ] } } }, { ‘fullUrl’ : ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529/_history/1’, ‘resource’ : { ‘resourceType’ : ‘Questionnaire’, ‘id’ : ‘44529’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire’ ] }, ‘extension’ : [ { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/questionnaire-types’, ‘code’ : ‘QQ’ } ] } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role’, ‘extension’ : [ { ‘url’ : ‘reference’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/24153’ } }, { ‘url’ : ‘role’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/modifier-role’, ‘code’ : ‘owner’ } ] } } ] } ], ‘version’ : ‘1.0’, ‘name’ : ‘090b990e-046a-4374-b7c6-b08613a41cce’, ‘status’ : ‘active’ } }, { ‘fullUrl’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618/_history/1’, ‘resource’ : { ‘resourceType’ : ‘Organization’, ‘id’ : ‘98618’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization’ ] }, ‘extension’ : [ { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/organization-source’, ‘code’ : ‘manual’ } ] } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/organization-synchronization-status’, ‘code’ : ‘NotSynchronized’ } ] } } ], ‘identifier’ : [ { ‘use’ : ‘official’, ‘system’ : ‘urn:oid:2.16.840.1.113883.2.24.1.1’, ‘value’ : ‘11111111’, ‘period’ : { ‘start’ : ‘2023-10-10T14:49:12+02:00’ } } ], ‘active’ : false, ‘name’ : ‘defaultTestFactory-be16f47b-1f8a-4440-a02e-23da1219b0ca’, ‘partOf’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/22124’ } } }, { ‘fullUrl’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455/_history/1’, ‘resource’ : { ‘resourceType’ : ‘CareTeam’, ‘id’ : ‘87455’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam’ ] }, ‘identifier’ : [ { ‘system’ : ‘urn:ietf:rfc:3986’, ‘value’ : ‘urn:uuid:9658ef5f-019a-4c90-9c41-f3ad14a31777’ } ], ‘status’ : ‘active’, ‘name’ : ‘1b900db5-09dd-4563-b612-2b81201fab16’, ‘reasonCode’ : [ { ‘coding’ : [ { ‘system’ : ‘urn:oid:1.2.208.176.2.4’, ‘code’ : ‘DJ44’ } ] } ] } }, { ‘fullUrl’ : ‘https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491/_history/1’, ‘resource’ : { ‘resourceType’ : ‘QuestionnaireResponse’, ‘id’ : ‘92491’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse’ ] }, ‘extension’ : [ { ‘url’ : ‘http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare’, ‘valueReference’ : { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/22208’ } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-resolved-timing’, ‘extension’ : [ { ‘url’ : ‘serviceRequestVersionId’, ‘valueId’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1’ }, { ‘url’ : ‘start’, ‘valueDateTime’ : ‘2023-10-10T14:49:12+02:00’ }, { ‘url’ : ‘end’, ‘valueDateTime’ : ‘2023-10-10T14:49:12+02:00’ }, { ‘url’ : ‘type’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/resolved-timing-type’, ‘code’ : ‘Resolved’ } ] } } ] } ], ‘basedOn’ : [ { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439’ } ], ‘questionnaire’ : ‘https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529’, ‘status’ : ‘completed’, ‘subject’ : { ‘reference’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/64465’ }, ‘authored’ : ‘2023-10-10T14:49:12+02:00’, ‘source’ : { ‘reference’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/75218’ } } }, { ‘fullUrl’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180/_history/1’, ‘resource’ : { ‘resourceType’ : ‘Communication’, ‘id’ : ‘97180’, ‘meta’ : { ‘versionId’ : ‘1’, ‘profile’ : [ ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication’ ] }, ‘extension’ : [ { ‘url’ : ‘http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare’, ‘valueReference’ : { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/14233’ } }, { ‘url’ : ‘http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/restriction-category’, ‘code’ : ‘None’ } ] } } ], ‘basedOn’ : [ { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439’ } ], ‘status’ : ‘in-progress’, ‘category’ : [ { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/communication-category’, ‘code’ : ‘annotation’ } ] }, { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/message-category’, ‘code’ : ‘advice’ } ] } ], ‘subject’ : { ‘reference’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Patient/35194’ }, ‘topic’ : { ‘coding’ : [ { ‘system’ : ‘http://terminology.hl7.org/CodeSystem/communication-topic’, ‘code’ : ‘report-labs’ } ] }, ‘sent’ : ‘2023-10-10T14:49:12+02:00’, ‘reasonCode’ : [ { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/message-reasonCode’, ‘code’ : ‘ReminderSubmitMeasurement’ } ] } ] } }, { ‘fullUrl’ : ‘urn:uuid:57cfd6a7-dd43-4caa-8220-d50c77aebd8b’, ‘resource’ : { ‘resourceType’ : ‘Parameters’, ‘parameter’ : [ { ‘name’ : ‘serviceRequestResponseSummary’, ‘part’ : [ { ‘name’ : ‘serviceRequest’, ‘valueReference’ : { ‘reference’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439’ }, ‘part’ : [ { ‘name’ : ‘condition’, ‘valueCoding’ : { ‘system’ : ‘urn:oid:1.2.208.176.2.4’, ‘code’ : ‘DJ44’, ‘display’ : ‘Kronisk obstruktiv lungesygdom’ } }, { ‘name’ : ‘episodeOfCareManagingOrganization’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618’ } }, { ‘name’ : ‘episodeOfCarePeriod’, ‘valuePeriod’ : { ‘start’ : ‘1970-01-01T01:00:01+01:00’, ‘end’ : ‘1970-01-01T01:01:40+01:00’ } }, { ‘name’ : ‘patientIdentifier’, ‘valueIdentifier’ : { ‘system’ : ‘urn:oid:1.2.208.176.1.2’, ‘value’ : ‘0101010001’ } }, { ‘name’ : ‘statusHistory’, ‘part’ : [ { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘draft’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-02T12:49:12+00:00’, ‘end’ : ‘2023-10-03T12:49:12+00:00’ } } ] }, { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘active’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-03T12:49:12+00:00’, ‘end’ : ‘2023-10-04T12:49:12+00:00’ } } ] }, { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘on-hold’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-04T12:49:12+00:00’, ‘end’ : ‘2023-10-05T12:49:12+00:00’ } } ] }, { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘active’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-05T12:49:12+00:00’, ‘end’ : ‘2023-10-08T12:49:12+00:00’ } } ] }, { ‘name’ : ‘statusPeriod’, ‘part’ : [ { ‘name’ : ‘status’, ‘valueCoding’ : { ‘system’ : ‘http://hl7.org/fhir/request-status’, ‘code’ : ‘on-hold’ } }, { ‘name’ : ‘period’, ‘valuePeriod’ : { ‘start’ : ‘2023-10-08T12:49:12+00:00’ } } ] } ] }, { ‘name’ : ‘involvedCareTeams’, ‘part’ : [ { ‘name’ : ‘careTeam’, ‘valueReference’ : { ‘reference’ : ‘https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455’ } } ] }, { ‘name’ : ‘responses’, ‘part’ : [ { ‘name’ : ‘response’, ‘part’ : [ { ‘name’ : ‘occurrence’, ‘part’ : [ { ‘name’ : ‘serviceRequestVersionId’, ‘valueId’ : ‘https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1’ }, { ‘name’ : ‘start’, ‘valueDateTime’ : ‘2023-10-10T14:49:12+02:00’ }, { ‘name’ : ‘end’, ‘valueDateTime’ : ‘2023-10-10T14:49:12+02:00’ }, { ‘name’ : ‘type’, ‘valueCodeableConcept’ : { ‘coding’ : [ { ‘system’ : ‘http://ehealth.sundhed.dk/cs/resolved-timing-type’, ‘code’ : ‘Resolved’ } ] } } ] }, { ‘name’ : ‘questionnaireResponse’, ‘valueReference’ : { ‘reference’ : ‘https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491’ } }, { ‘name’ : ‘submitted’, ‘valueDateTime’ : ‘2023-10-10T12:49:12+00:00’ } ] } ] }, { ‘name’ : ‘communications’, ‘part’ : [ { ‘name’ : ‘communication’, ‘valueReference’ : { ‘reference’ : ‘https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180’ } } ] } ] } ] } ] } } ] }

Schedule ssl orders

Report Contents

This report contains SSL Orders

  • OrderDetails
  • OrderLines
  • TraceLines

    Grouping

    Order. Each Order is returned in a single JSon file.

    Parameters

  • organization: Filter on Order.buyer
  • period: Filter on TraceLine.timestamp
  • seller: Filter on Order.seller

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are SSL resources. See the SSL API description for details

    { ‘OrderDetails’: { ‘order’: { ‘id’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER’, ‘threadId’: null, ‘identifiers’: null, ‘status’: null, ‘priority’: null, ‘notes’: null, ‘buyer’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER’, ‘seller’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER’, ‘sellerDeliveryContactEmail’: null, ‘carePlanRef’: null, ‘carePlanTitle’: null, ‘earliestDeliveryDate’: null, ‘latestDeliveryDate’: null, ‘receiver’: null }, ‘orderLines’: [{ ‘id’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE’, ‘order’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER’, ‘status’: null, ‘item’: null, ‘agreedDate’: null, ‘device’: null } ], ‘traceLines’: [{ ‘id’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1’, ‘timestamp’: ‘2019-12-24T18:00:00Z’, ‘createdByOrganization’: null, ‘createdByUser’: null, ‘text’: null, ‘supplementaryText’: null, ‘order’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER’, ‘orderLine’: null, ‘statusChange’: null } ] } }

Search measurements

The search-measurements operation searches for bundles of related resources having Observations, Media or QuestionnaireResponses matching the search criteria.

Parameter description

  • patient: Find resource(s) referring the specified patient - Reference(eHealth Patient).
  • episodeOfCare: Find resource(s) referring the specified episode of care - Reference(eHealth EpisodeOfCare).
  • device: Find resource(s) referring the specified device - Reference(eHealth Device eHealth DeviceMetric).
  • period: Resource(s) must have either an instant or time period within or overlapping the given period. The used instant/time period varies with resource as follows: Element effective for eHealth Observation; Element authored for eHealth QuestionnaireResponse; Element occurrence for eHealth Media.
  • based-on: Resources(s) must be based on any of the specified procedure requests - Reference(eHealth ServiceRequest).
  • _tag: When specified, resource(s) must have at least one of the specified tags in meta data - for instance a Coding(ehealth-system CodeSystem) or on token form: http://ehealth.sundhed.dk/cs/ehealth-system xa. Note that the _tag functions as an optional filter, not as a selection criteria in the way the other parameters work.

“period” must always be specified.

Additionally at least “patient” or “episodeOfCare” must be specified.

Output description

The result of this operation will return a Bundle with a list of nested Bundles having resources matching the search parameters.

Each of the nested bundles will contain the full set of related eHealth Observation, eHealth Media, eHealth QuestionnaireResponse and eHealth Provenance resources.

If a eHealth QuestionnaireResponse is part of the nested bundle the referenced eHealth Questionnaire will also be included in the nested bundle.

Related resources are the set of resources created by a single invocation of the submit-measurement operation.

Submit measurement

The submit-measurement operation provides a single measurement in the form of a Bundle of Observation, QuestionnaireResponse and Media for storage and, subsequently, further processing in the eHealth Infrastructure. A Provenance resource is implicitly created by the infrastructure referencing input Bundle resources as target, thereby relating the resources that were submitted.

Parameter description

measurement: Bundle containing:

  • 0..* Observation (ehealth-observation profile)
  • 0..* QuestionnaireResponse (ehealth-questionnaireresponse profile)
  • 0..* Media (ehealth-media profile)
  • 0..* Provenance (ehealth-provenance profile). Each Provenance (which is intended for capturing reuse of measurement(s) – as described in the eHealth Observation profile introduction) must refer to other resources in the Bundle as target in the format “urn:oid:<the oid>” or “urn:uuid:<the uuid>.”.

All resources in the Bundle must refer to the same Patient and EpisodeOfCare. All resources in the Bundle as well as the created Provenance will receive any missing system tags (ehealth-system CodeSystem) provided by the referenced EpisodeOfCare. The request will be denied if any resource in the Bundle contains a system tag, which is not present on the referenced EpisodeOfCare

Output description

The returned Bundle contains references to the stored input resources where the id has been substituted.

eHealth infrastructure will substitute the id when saving the resources in a single transaction.

Suggest care teams

Suggest care teams matching the conditions required by the care plan on either a regional or a municipality level. The suggested care teams has reason codes matching all the conditions addressed by the care plan and has a managing organization matching the input region code or municipality code. One of region code or municipality code must be input. If both region code and municipality code is input, then the municipality code is ignored. Return a bundle with matching care teams and their managing organizations.

Transform from APD

Transforms a DK-HL7 Appointment Document (APD) XML document to a FHIR Appointment (ehealth-appointment profile) resource. The input FHIR DocumentReference (ehealth-documentreference profile) contains the APD XML document. The caller must ensure that the APD XML document is valid and adheres to the DK-HL7 Appointment Document profile. The returned FHIR Bundle contains a FHIR Composition (ehealth-composition profile) resource referencing a FHIR Appointment (ehealth-appointment profile) resource.

Transform from PHMR

Transforms a DK-HL7 Personal Health Monitoring Report (PHMR) XML document to FHIR Observation (ehealth-observation profile) resource. The input FHIR DocumentReference contains the PHMR XML document adhering to the DK-HL7 Personal Health Monitoring Report profile The returned FHIR Bundle contains a FHIR Composition (ehealth-composition profile) resource referencing.one or more FHIR Observation (ehealth-observation profile) resources and referenced resources such as FHIR Organization.

Transform from QFDD

Transforms the DK-HL7 Questionnaire Form Definition Document (QFDD) to an eHealth Questionnaire resource. The input FHIR DocumentReference contains QFDD XML for the DK-HL7 Questionnaire Form Definition Document. The returned Bundle contains the eHealth Questionnaire and Composition resource which reference the returned eHealth Questionnaire.

Transform from QRD

Transforms a DK-HL7 Questionnaire Response Document (QRD) XML document to a FHIR QuestionnaireResponse (ehealth-questionnaireresponse profile) resource. The input FHIR DocumentReference contains the QRD XML document adhering to the DK-HL7 Questionnaire Response Document profile. The returned FHIR Bundle contains FHIR Composition (ehealth-composition profile) resource referencing a FHIR QuestionnaireResponse (ehealth-documentreference profile) resource.

Transform from QRD based on FHIR Questionnaire

Transforms a DK-HL7 Questionnaire Response Document (QRD) XML document to a FHIR QuestionnaireResponse (ehealth-questionnaireresponse profile) resource. The input bundle must contain the QRD XML document adhering to the DK-HL7 Questionnaire Response Document profile. And a FHIR Questionnaire resource. The returned FHIR Bundle contains FHIR Composition (ehealth-composition profile) resource referencing a FHIR QuestionnaireResponse (ehealth-documentreference profile) resource.

Transform to APD

Transforms a FHIR Appointment (ehealth-appointment profile) resource to a DK-HL7 Appointment Document (APD) XML document. The input FHIR Bundle contains a FHIR Composition (ehealth-composition profile) resource referencing a FHIR Appointment (ehealth-appointment profile) resource and referenced resources such as FHIR Organization. The returned FHIR DocumentReference contains the APD XML document adhering to the DK-HL7 Appointment Document profile.

Transform to PHMR

Transforms a FHIR Observation (ehealth-observation profile) resource to a DK-HL7 Personal Health Monitoring Report (PHMR) XML document. The input FHIR Bundle contains a FHIR Composition (ehealth-composition profile) resource referencing one or more FHIR Observation (ehealth-observation profile) resources and referenced resources such as FHIR Organization. The returned FHIR DocumentReference contains the PHMR XML document adhering to the DK-HL7 Personal Health Monitoring Report profile.

Transform to QFDD

Transforms an eHealth Questionnaire resource to the DK-HL7 Questionnaire Form Definition Document (QFDD). The input Bundle contains an eHealth Questionnaire and Composition resource which reference the returned eHealth Questionnaire. The returned FHIR DocumentReference contains QFDD XML for the DK-HL7 Questionnaire Form Definition Document.

Transform to QRD

Transforms a FHIR QuestionnaireResponse (ehealth-questionnaireresponse profile) resource to a DK-HL7 Questionnaire Response Document (QRD) XML document. The input FHIR Bundle contains FHIR Composition (ehealth-composition profile) resource referencing a FHIR QuestionnaireResponse resource. a FHIR Questionnaire resource. The bundle must also contain a FHIR DocumentReference containing a QFDD xml file (base64 encoded)The returned FHIR DocumentReference contains the QRD XML document adhering to the DK-HL7 Questionnaire Response Document profile.

Traverse to SOR

Traverse upforwards to the first SOR organization Http response code 404 will be returned if no related SOR organization could be found

Update Patient from KRS

This operation is used when batch updates on patient information is available from the national service platform. The operation is used by internal components of the eHealth Infrastructure.

Upload QFDD

Uploads an DK-HL7 Questionnaire Form Definition Document (QFDD). The input FHIR DocumentReference must be of type QFDD (74468-0) and the status set to current. Include an attachment which contains the base64 encoded QFDD XML document with contentType application/xml. The QFDD XML document must contain a unique id which is used as the the masterIdentifier in the DocumentReference. The returned FHIR DocumentReference contains a masterIdentifier, a type and the description all pulled from the attachment.

get-data
import

Import terminology resources

upload-external-code-system

Behavior: Search Parameters

These define the properties by which a RESTful server can be searched. They can also be used for sorting and including related resources.

administrativeStatus

Search parameter for finding communication based on administrative status

appointmentGroupId

Search parameter for finding resources based on group id

careTeamRecipient

Search parameter for finding communication based on CareTeam recipient

careTeamSender

Search parameter for finding communication based on CareTeam sender

careteamParticipant

Search parameter for finding appointments based on careteam participants

communicationAbout

Search parameter for finding communication based on about

communicationCategory

Search parameter for finding communication based on the category code

communicationGroupId

Search parameter for finding resources based on group id

communicationParticipant

Search parameter for finding communication based on participant

episodeOfCare

Search parameter for finding communication based on episodeOfCare

intended-audience

Search parameter for finding intended audience on Appointment

on-behalf-of

Search parameter for finding communication based on on-behalf-of

patientCPRIdentifier

Search parameter for Patient DK-Core CPR identifier

patientCPRIdentifierUnique

Uniqueness constraint on search parameter patientCPRIdentifier

period

Search parameter for finding communication based on period

responsible

Search parameter for finding responsible entity on Appointment

restrictionCategory

Search parameter for finding communication based on CareTeam recipient

threadId

Search parameter for finding communication based on thread id

Structures: Resource Profiles

These define constraints on FHIR resources for systems conforming to this implementation guide.

ehealth-actionguidance
ehealth-activitydefinition
ehealth-appointment
ehealth-auditevent
ehealth-careplan
ehealth-careteam
ehealth-clinicalimpression
ehealth-communication
ehealth-communication-request
ehealth-composition
ehealth-condition
ehealth-consent
ehealth-definedquestion
ehealth-device
ehealth-devicemetric
ehealth-deviceusestatement
ehealth-documentreference
ehealth-episodeofcare
ehealth-goal
ehealth-group-appointment
ehealth-group-videoappointment
ehealth-guidanceresponse
ehealth-library
ehealth-media
ehealth-message
ehealth-observation
ehealth-organization
ehealth-patient
ehealth-plandefinition
ehealth-practitioner
ehealth-practitionerrole
ehealth-provenance
ehealth-questionnaire
ehealth-questionnaire-advanced
ehealth-questionnaireresponse
ehealth-relatedperson
ehealth-servicerequest
ehealth-skrs-patient
ehealth-task
ehealth-videoappointment
ehealth-view

Structures: Extension Definitions

These define constraints on FHIR data types for systems conforming to this implementation guide.

Action Trigger

Defines a reaction along with its trigger conditions.

Administrative status

The administrative status of how a message recipient has handled a message

Answer condition

Defines the Answer condition for an answer option in the questionnaire.

Answer significance

Defines the Answer significance for an answer option in the questionnaire.

Assigning careteam
Author organization

Organization that authored the Composition

Base

Version Base

Base environment

Base environment

CVR Number

The organization’s identification code in the Danish ‘Centrale Virksomhedsregister’

Calibration expires

Date when the current calibration expires and recalibration is required.

Caremanager organization

Reference to caremanagers organization

Careplan

Identifies the CarePlan context in which this particular resource was created.

Careplan status history
Careplan status schedule
Careteam

Careteam

Condition Id

Id for condition on question.

Content

The content

Context

The careplan context for the device use

Creator

Creator Careteam

Date/time of re-used entity

Contains date and time of Reused Entity

Decision

Clinical impression decision, ‘approved’ or ‘approved-for-sharing’

Decision context

Library and relevant resources used for evaluation

Description

Natural language description

Ehealth action guidance for

Action guidance for

Ehealth action guidance type

The action guidance type

Employee title

Title for employed clinicians

End meeting on end time

Indicates if a video meeting must end on end time

EpisodeOfCare

Episode of care

EpisodeOfCare
ExternalIdentifier

External Identifier. Note that this Identifier does not have to unique within the Questionnaire.

Feedback

Feedback if reponse is within the defined range.

General health condition

Describes the general health condition of a patient using FSIII concepts (see http://www.fs3.nu/filer/Dokumenter/Metode/FSIII-Guide-til-helbredstilstande.pdf)

Group id

A logical id identifying a set of messages, which have the same recipient (considered a ‘group message’). Must be supplied by the client, eg. as a UUID

Guest PIN code

The PIN code to be used to gain access to a video meeting. Is provided by the service, not the client, and is not updateable.

Guest PIN code

The PIN code to be used to gain access to a video meeting. Is provided by the service, not the client, and is not updateable. Host PIN must be used in order to start the meeting

Help text

Help text for questions. xhtml contains an equivalent of the text string, but includes additional XHTML markup, such as bold, italics, styles, tables, etc. Existing restrictions on XHTML content apply. Note that using markdown allows for greater flexibility of display.

IT competence level
Intended audience

Specifies that the resource is only intended for use in the specified organisations. Leave blank if the resource is intended for global use.

Interpreter required

This extension describes the IT skills/competence of a patient. The IT competence may optionally be related to a specific device type, and may be assessed using a score (either a FS3 score or a percentage), or as a free text description.

Legal basis

Legal basis

Max participants

The maximum number of participants allowed to participate in a video meeting

Media investigation item

Investigation item for Media resources so they can be approved.

Meeting URL

The URL at which a video meeting will take place. Is provided by the service, not the client, and may not be updated

Modified role

This is a modifier role that can hold a role and a reference to the item who has the role. Ex. owner + a reference to the owner organization.

Municipality Code

The organization’s municipality code in the Danish ‘Det Centrale Personregister’

Name and address protection

Period of name and address protection. Patients with name and address protection are marked with security label ‘restricted’ (R in http://hl7.org/fhir/v3/Confidentiality).

On behalf of

On behalf of

Organization Source

The source of the organization

Organization Synchronization status

The synchronization status of the organization

Organization specialty

The specialty of the organization

Overview usage mode

Identifies whether the specified element and/or results of the element should appear in overview or table presentation.

Patient contact note

This note holds the information of when the patient is available for communication - eg. between 10 and 12 every monday

Performer

The actual performer in an appointment, eg. teacher in a group class

Performing organization

Organization who is performing in the given context

Period

Specifies the temporal validity of an ehealth/message instance. Contains a period, eg. specifying temporal validity

Predecessor

Version Predecessor

Priority

The priority of a message

Privately owned

True if this device is privately owned (BYOD - Bring you own device).

Properties

Properties of this device. Properties are static by nature whereas qualities are dynamic and may change during the life cycle or calibration cycle of a device.

Provider identifier

The providerIdentifier of the organization

Purpose

Why this is defined

Qualities

Current device quality

Quality

Minimum required or actually assessed quality values. The qualityType element states the type of quality. For different values of qualityType the required or assessed quality value (qualityCode) must be from different value sets. The relation between qualityType and allowed value sets are defined in the definition of value set http://ehealth.sundhed.dk/vs/quality-types.

Quality history

History of device quality

Questionnaire image

Defines the images in the questionnaire answers and questions.

Questionnaire intended organization

The questionnaire is intended to be used by these organizations.

Questionnaire recommendation

Defines the recommendation state of the questionnaire.

Questionnaire response finding basis

Basis for the overall clinical impression finding of the questionnaire response

Questionnaire type

Concept that represents the overall questionnaire

Recipient careteam

CareTeam that is a recipient of a Communication

Reference range

Provides guide for interpretation. Must have at least a low or a high.

Region code

The regionCode of the organization

Registration deadline

Registration deadline

Related to

Relations to other Organizations

Releasable resource

Indicates if the resource may be shared through national document repositories

Resolved timing

Resolved timing reflects whether a measurement (Observation, QuestionnaireResponse or Media) has been performed ad-hoc or as fulfillment of a measurement regime time slot in which case the extent of the time slot is given by start and end. If the measurement regime has a form for which a time slot cannot be resolved or determining is/was not supported, the type unresolved is used.

Responsible

Individuals, careteam and/or organization who are responsible in the given context

Responsible organization

Organization responsible in a given context

Restriction category

The resource is intended for certain category of workflow/responsibility only

Reuse criteria

Defines if and when a response can be reused

Revision

Business revision of the resource

Sender careteam

CareTeam that is a sender of a Communication

ServiceRequest status history
ServiceRequest status schedule
Sharing Approval Policy

Policy for approval of sharing a resource with national data banks

Sharing policy

Policy for sharing a resource with national data banks

Short text

Short text for questionnaires

Slider Step-value Decimal

Defines a decimal number step-value for the slider in the questionnaire.

Status

The current status

Status schedule

Scheduled status change

Suppliers

Suppliers of different kinds. E.g device suppliers, support suppliers, training suppliers, etc.

Task category

Category of task.

Task responsible

Individual organization or Device currently responsible for task execution.

Team history

History of assigned careTeam

Team schedule

Scheduled team change

Telecom Custodian

Custodian of this ContactPoint.

Telecom System
Type of communications system required to make use of the contact point: phone fax email pager url sms ean other
Telecom Value

The actual contact point details (i.e. phone number or email address)

Template qualities

Device quality default settings for an initial, a degraded, and an overridden device quality.

Thread id

A logical id identifying a set of messages, which are grouped in a thread. Can be supplied by the client, eg. as a UUID

Title

Name for this (human friendly)

Title

The title of the message

Trigger Condition

Conditions for a triggering action to be met for other action to be triggered.

Usage

Description for clinicians

VMR URI

Virtual Meeting Room URI that can be used in eg. webRTC clients. Is provided by the service, not the client, and may not be updated.

Version

Business version

View for

The valueset matching the view

View investigation item

Investigation item for View resources so they can be approved.

View type

Ehealth view type

assessor-Organization

The organization that the assessor is a part of.

recommendation

Recommendation state of the plan definition

triggerEnablementCode

Controls whether this ServiceRequest will react to trigger conditions expressed in other activities of the plan.

useContext

The context that the content is intended to support

Terminology: Value Sets

These define sets of codes used by systems conforming to this implementation guide.

Action

action status.

Action guidance For Types

Action guidance for types

Action guidance types

Action guidance types

Activity Definition Code

Activity Definition Code.

Administrative Status

Administrative status

Appointment Reason

Appointment reason

Appointment Service Type

Appointment service type

Appointment Type Codes

Appointment type codes used by the system

Basic resource type

Basic resource type

CareTeam Category
http://hl7.org/fhir/ValueSet/careteam-category + ssl SSL Service Support and Logistics Employee.
CareTeam Participant Role

Care Team Participant Role.

Careplan Category

Careplan Category.

Clinical Impression Codes

Value set of clinical impression codes.

ClinicalImpression Decision Codes

Value set of clinical impression decision codes.

ClinicalImpression Finding Codes

Value set of clinical impression finding codes.

ClinicalImpression Investigation Item Codes

Value set of clinical impression investigation item codes.

Communication Category

Communication Category.

Conditions

Conditions.

Consent Category

Value set of kinds of consents.

ContactPoint Custodian

Contact point custodians.

ContactPoint System

Contact point systems.

DK_IHE_ClassCode_VS

Value set for the classCode attribute.

DK_IHE_EventCodeLists_VS

Event codes used in DK IHE Document sharing. The codes shall be NPU or procedure codes used in the Danish health care systems.

DK_IHE_FormatCode_VS

Value set for document format code used in national Document sharing.

DK_IHE_HealthcareFacilityTypeCode_VS

Allowed value set for healthcare facility type code represents the type of organizational setting of the clinical encounter during which the documented act occurred.

DK_IHE_TypeCode_VS

Value set for the typeCode attribute. The typeCode specifies the precise type of document from the user perspective. The granularity of typeCode is finer grained than its superior classCode.

DK_IHE_practiceSettingCode_VS

Values used for the document metadata attribute practiceSettingCode, which is an attribute specifying the clinical specialty where the act that resulted in the document was performed (e.g., Family Practice, Laboratory, Radiology). The value set is based on a subset of the code list from the SOR lookup table ‘SOR-Enhedstyper’ (http://sor.sundhedsstyrelsen.dsdn.dk/lookupdata/#EntityTypes, accessable on Sundhedsdatanettet (SDN)), which is based on SNOMED codes.

Data Absent Reason

Used to specify why the normally expected content of the data element is missing.

Device Calibration Actor

Device calibration actor.

Device Calibration Period

Device calibration period.

Device Calibration Type

Device calibration type

Device Measurement Unit

Device measurement unit

Device Measuring Quality

Device Measuring Quality value set.

Device Safety

Device safety value set.

Device Supplier Roles

Device Supplier Roles value set.

Device Types

Device Types value set.

Device Use Reason

Device Use Reason value set.

DeviceMetric Quality Types

Device Metric Quality Types value set.

DeviceMetricPropertyTypes

Device Metric Property Types value set.

Document Class

Document Class value set.

Document Type

Document Type value set.

Event Type Codes

Event type codes value set.

FS III, helbredstilstande

FS III, helbredstilstande

Facility Type Codes

Allowed value set for healthcare facility type code represents the type of organizational setting of the clinical encounter during which the documented act occurred.

FormatCodes

Format Codes value set.

Goal Description

Value set for goal description.

Goal Target Measure

Value set for goal target measure.

IT Competence Level codes

The set of possible message types

Jurisdiction

Jurisdiction value set

KLTilstandeKoderSygepleje

Danish municipality nursing condition codes

Library Type

http://terminology.hl7.org/CodeSystem/library-type + automated-processing

Measurement Sharing Policies

Policies of sharing submissions with national registers such as KIH.

MedCom Device Type

Value set for the Medcom Device Type.

MedCom Instrument Code Device Type

Value set for the Medcom Instrument Code Device Type.

MessageCategory

The set of possible message types

MessageMedium

The set of possible message types

Modifier Role

Value set of plan definition modifier role codes.

OIO BPP Roles

OIO BPP roles.

OIO Organization Type

Value set used for indicating the organization type for organizations from OIO / STS-ORG

Observation Codes

Observation codes value set.

Organization Relation Type

How Organizations are related.

Organization Source

Value set used for indicating the organization source

Organization Specialty

Value set used for indicating the specialty for organizations.

Organization Synchronization Status

Value set used for indicating the organization synchronization status

Organization Type

Value set used for indicating the organization type

Overview Usage Mode

Whether the element should appear in overview modes of operation.

PlanDefinition Recommendation

Value set of plan definition recommendation codes.

Policies for provenances

Policies under which data can be provided

Practice Setting Codes

Value set used for indicating the specialty for organizations.

Priority

Practitioner roles

Quality Types

Types of quality; e.g. situation quality, usability quality, device quality.

Questionnaire Elements

Types of questionnaire elements; e.g. group, question, answer.

Questionnaire Item Control

Questionnaire Item Control value set.

Questionnaire Item Image Format

Questionnaire item image format value set.

Questionnaire Item Significance Indicator

Questionnaire Significance Item Indicator value set.

Questionnaire Types

Questionnaire type value set.

QuestionnaireRecommendation

Value set of questionnaire recommendation codes.

Reference Range Type

Reference Range type value set.

RegionalSubdivisionCodes

Subdivision codes (Regional codes) used in Denmark

RelationshipTypes

A set of codes that can be used to indicate the relationship between a Patient and a Related Person used in Denmark

Resolved Timing Type

Value set for resolved timing type.

Restriction Category

Value set for restriction category.

SSL Service Types

SSL service types

Sharing Approval Policies

Policies of approval for sharing measurement submissions with national registers such as KIH.

Situation Quality

Value set of hierarchical codes stating the quality of a measurement situation.

SorOrganizationSpecialty

Value set used for indicating the specialty for organizations from Sor

SorOrganizationType

Value set used for indicating the organization type for organizations from Sor

Sygdoms- og diagnosekoder

Health Condition Codes

Task Category

Value set for task category.

Tilstandskoder

Condition Codes

Topic Type

Topic types.

Trigger Behavior

Trigger behavior

Trigger Enablement Code

ServiceRequest trigger enablement value set.

UCUM printSymbol supplement

UCUM printSymbol supplement

Usage Quality

Value set of hierarchical codes stating the quality of the user’s operation of a device/ability to qualify questionnaire answers.

View For Type

View for types

View Type

View types

eHealth Message Reason Code

eHealth Message Reason Code

eHealth Usage Context Type

eHealth Usage Context types.

eHealthUnit

Value set of Unit Codes and Ucum common

eHealthUnitCodes

Value set of Unit Codes

Terminology: Code Systems

These define new code systems used by systems conforming to this implementation guide.

Action

Action Code

Action Type

Action type

Action guidance types

Action guidance types

ActivityDefinitionCodes

Kinds of activities

AddressType

The type of an address (physical / postal)

AddressUse

The use of an address

Administrative Status

Administrative status

Appointment Reason

Appointment Reason

Appointment Service Types

Appointment service type

Appointment Type Codes

Appointment type code

Basic resource type

Basic resource type

Care Plan Status

Indicates whether the plan is currently being acted upon, represents future intentions, or is now a historical record.

CarePlan Category

Care Plan Category

CareTeam Category

Care Team Category

CareTeam Participant Role

Care Team Participant Role

CareTeamStatus

Indicates the status of the care team.

ClinicalImpression Codes

Assessment types

ClinicalImpression Decision Codes

Clinical Impression Decision Codes

ClinicalImpression Finding Codes

Clinical Impression Finding Codes

ClinicalImpression Investigation Item Codes

Clinical Impression Investigation Item Codes

Clone Operation

Clone operation codes

Common Codes from BCP-47

Common Codes from BCP-47 (http://tools.ietf.org/html/bcp47)

Communication Category

Communication category

Conditions

Condition codes

Consent Category

Consent codes

ConsentState

Indicates the state of the consent

ContactPoint Custodian

Contact Point Custodian

ContactPoint System

Contact Point System

DAK-E Codes

Procedure and observation codes used for communication and administration of laboratory results in Denmark.

DK_IHE_ClassCode_CS

Code system for the classCode attribute

DK_IHE_FormatCode_CS

Code system for document format code used in national Document sharing

Danish SNOMED CT Extension

Danish SNOMED CT Extension

Danish SNOMED CT Extension

Danish SNOMED CT Extension

Danish SNOMED CT Extension

Danish SNOMED CT Extension

DataAbsentReason

Used to specify why the normally expected content of the data element is missing.

DaysOfWeek

The days of the week.

Device Measuring Quality

Quality codes for qualities with which a device can perform measuring

Device Supplier Roles

Types of device related services.

Device Use Reason

Device use reasons.

Device calibration actor

Device calibration actor.

Device calibration period

Device calibration period.

Device safety

Device safety

Device service types

Device service types.

DeviceMetric Property Types

Types of properties which can be attributed to a Device.

DeviceMetric Quality Types

Device metric quality type codes

DeviceTypes

Types of devices.

DeviceTypes

CodeSystem for the Medcom Device Type.

Document Class

Document Class

Document Type

Document Type

Ehealth System

Tag værdi for anvendersystem

EpisodeOfCareStatus

The status of the episode of care.

EventTiming

EventTiming

FS III, Bevægeapparat

FS III, Bevægeapparat

FS III, Egenomsorg

FS III, Egenomsorg

FS III, Ernæring

FS III, Ernæring

FS III, Funktionsniveau

FS III, Funktionsniveau

FS III, Hud og slimhinder

FS III, Hud og slimhinder

FS III, Kommunikation

FS III, Kommunikation

FS III, Mentale funktioner

FS III, Mentale funktioner

FS III, Mobilitet

FS III, Mobilitet

FS III, Praktiske opgaver

FS III, Praktiske opgaver

FS III, Psykosociale forhold

FS III, Psykosociale forhold

FS III, Respiration og cirkulation

FS III, Respiration og cirkulation

FS III, Samfundsliv

FS III, Samfundsliv

FS III, Seksualitet

FS III, Seksualitet

FS III, Smerter og sanseindtryk

FS III, Smerter og sanseindtryk

FS III, Søvn og hvile

FS III, Søvn og hvile

FS III, Udskillelse af affaldsstoffer

FS III, Udskillelse af affaldsstoffer

FS III, Viden og udvikling

FS III, Viden og udvikling

FS III, borgerens vurdering af betydning

FS III, borgerens vurdering af betydning

FS III, borgerens vurdering af udførelse

FS III, borgerens vurdering af udførelse

FS III, niveauer

FS III, niveauer

FSIII

Codes from FSIII

Goal Description

Goal Description

HL7 Terminology Maintenance Infrastructure Vocabulary

Codes that may have been strings or other types of data in pre-existing tooling for V3 and V2 terminology maintenance, and moved to codes in this code system for proper handling in the FHIR based UTG maintenance facilities.

Integer percentage codes

Integer percentage codes 0-100

Jurisdiction

Jurisdiction

Library Type

Library Type

Measurement Sharing Policies

Measurement sharing policies

MedCom Message Codes

MedCom Message Codes.

Medcom Instrument Codes

MedCom Instrument Codes.

Message Category

Message category types

Message Medium

Message medium types

Message ReasonCode

Message ReasonCode

Modifier Role

Modifier Role

NPU DK

It is the translation into Danish of the International NPU Terminology. The NPU terminology defines types of clinical laboratory results expressed as patient properties, with measurement units where relevant, and with individual identifiers. The NPU terminology is owned by: the International Union of Pure and Applied Chemistry (IUPAC) and the International Federation of Clinical Chemistry and laboratory medicine (IFCC). The Danish Health Data Authority (see OID {iso(1) member-body(2) dk(208) nsi(176)}) serves as the international repository for the international version. Child OIDs may be registered by the Danish Health Data Authority on decision by the NPU Terminology Steering Committee. OIDs for the national versions are registered by the National Release Centers.

OIO Organization Type

Organization types specific for organizations from OIO / STS-ORG

OIO-BPP Role

OIO BPP Role

Organization Relation Type

Organization Relation Type

Organization Source

Organization source type

Organization Synchronization Status

Organization synchronization status type

Overview usage mode

Identifies whether the specified element and/or results of the element should appear in overview or table presentation.

PlanDefinition Recommendation

Plan Definition Recommendation

Policies for provenances

Policies under which data can be provided

Priority

Priority

PublicationStatus

The lifecycle status of a Value Set or Concept Map.

Quality Types

Quality Types

Questionnaire Elements

Questionnaire elements

Questionnaire Item Significance Indicator

Questionnaire Item Significance Indicator

Questionnaire Item Type

Distinguishes groups from questions and display text and indicates data type for questions

Questionnaire Recommendation

Questionnaire Recommendation

Questionnaire Types

Questionnaire Types

Questionnaires used in the Danish Patient Reported Outcome (PRO)

Code system for questionnaires used in the Danish Patient Reported

Reference Range Type

Reference Range Type

Regional subdivision codes

Subdivision codes (Regional codes) used in Denmark

RequestStatus

Codes identifying the stage lifecycle stage of a request

Resolved Timing Type

Resolved Timing Type

ResourceType

One of the resource types defined as part of FHIR.

Restriction Category

Restriction Category

SOR Organization Specialty

Organization specialties specific for organizations from Sor

SOR Organization Type

Organization types specific for organizations from Sor

Sharing Approval Policies

Sharing approval policies

Situation Quality

Codes stating the quality of a measurement situation

Sundhedsvæsenets klassifikationssystem (SKS)
Task Category

Task Category

Topic Type

Topic type

Trigger Enablement Code

Trigger Enablement Code

UCUM printSymbol supplement

UCUM printSymbol supplement

Usage Quality

Quality codes for usage or operating of measuring device

View types

View types

eHealth Usage Contxt Type

Usage Context type

eHealthUnitCodes

Unit Codes

v3 Code System TimingEvent

** MISSING DEFINITIONS **

Terminology: Naming Systems

These define identifier and/or code system identities used by systems conforming to this implementation guide.

Danish civil registration system - CPR

The Danish civil registration system (“CPR”) encompasses basic personal data about anyone with a civil registration number. A civil registration number shall be allocated to anyone who: 1) is registered in the national register in Denmark on the grounds of birth or relocation from abroad; 2) is included under Arbejdsmarkedets TillægsPension (ATP); 3) according to the tax authorities, is required to have a civil registration number for the purpose of tax processing in Denmark.

Sundhedsvæsenets Organisationsregister (SOR)

SOR is provided by the Danish Health Data Authority under the Danish Ministry of Health. The register holds organizations within the Danish health sector, their geographical and virtual addresses as well as codes for their identification and for EDI-communication. Danish Health Data Authority is responsible for issuing and publishing codes to identify organizations across health care sectors and related public and private services. SOR includes organizational data on hospitals, the primary care sector (physiotherapists, general practitioners, dentists etc.) and municipal health service organizations as well as non-health care organizations that need to be able to receive data from the former.

eHealth Device Identifier

An identifier of a device used in eHealth

eHealth Environment

The eHealth Environment is assigned to PlanDefinition, ActivityDefinition and Questionnaire resources in the eHealth Infrastructure created on the environment

eHealthIdentifier

The eHealth Identifier is assigned to certain domain resources in the eHealth Infrastructure and used when transforming to CDA document representation.

eHealthQuestionIdentifier

The eHealth Question Identifier is assigned to questions (not to be confused with question codes) in a questionnaire created in the eHealth Infrastructure.

Terminology: Concept Maps

These define transformations to convert between codes by systems conforming with this implementation guide.

ActivityDefinition code to Observation code
Activitydefinition-code to do missing measurement

The map controls whether an activity shall be subjected to missing measurements checks or not.

Activitydefinition-code to do reminder

The map controls whether an activity shall be subjected to producing reminders or not.

Activitydefinition-code to measurement resource type

The map controls what type of measurement resource is expected for a given activity code.

Activitydefinition-code-to-perform-sharing

The map controls whether an activity shall have sharingApprovalPolicy or not

Device type to MedCom device type

The map is used to map the device type to the MedCom device type

OIO BPP roles to eHealth CareTeam participant role mapping
Observation code to UCUM mapping
UCUM code to PrintSymbol mapping
conceptmap-obs-code-to-value-type

Example: Example Instances

These are example instances that show what data produced and consumed by systems conforming with this implementation guide might look like.

291
312
appointment01
group-appointment01

Forundersøgelse

group-videoappointment01

Forundersøgelse

message01
patient01
relatedperson01
videoappointment01

Forundersøgelse