Path | Severity | Message |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core | warning | Unknown Parameters: [apply-wg=true] |
ImplementationGuide (l1/c596711) | warning | Rule ig-0: 'Name should be usable as an identifier for the module by machine processing applications such as code generation' Failed |
ImplementationGuide.definition.resource[305].description (l1/c108729) | warning | value should not start or finish with whitespace 'This operation persists an EpisodeOfCare based on the transient value of an EpisodeOfCare provided in the input.\r\n## Input\r\nThe 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).\r\n### The EpisodeOfCare resource\r\nThe EpisodeOfCare has to have `PLANNED` status \r\nThe 'id' property of the EpisodeOfCare will be reassigned by the server, but can be referenced by other resources in the same bundle. \r\nThe 'managingOrganization' property of the EpisodeOfCare references the GDPR Data Controller (Danish: 'Dataansvarlig').\r\n### The privacy-Provenance resource\r\nA 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:\r\n- 'http://ehealth.sundhed.dk/policy/dk/sundhedsloven'\r\n- 'http://ehealth.sundhed.dk/policy/dk/serviceloven'\r\n### Diagnosis referenced Condition resource\r\nFor any diagnosis listed, the referenced Condition must be concerning the same Patient as the EpisodeOfCare.\r\n## Output\r\nFor valid inputs, the server will create, persist and return a new EpisodeOfCare, client-supplied provenances, conditions and origin-provenance carrying a server-assigned ids.\r\nTo get resources bodies in the output the request header has to contain parameter ```Prefer: return=representation```.\r\n### The origin-Provenance resource\r\nWhenever 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.\r\n' |
ImplementationGuide.definition.resource[308].description (l1/c118147) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains statistics on status changes for CarePlans:\n- count: Number of CarePlans in each state\n- min: Shortest time spent in each state\n- max: Longest time spent in each state\n- sum: Sum of time spent in each state\n- average: Average time spent in each state.\n \nThe durations are specified in [ISO 8601](https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm) format.\n### Grouping \nThis report is grouped by PlanDefinition. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on CarePlan.period overlap\n- condition: Filter on EpisodeOfCare condition match\n\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nEHealthPlanDefinition is a Fhir resource. See the implementation guide for details\n\n {\n 'EHealthPlanDefinition': {\n 'resourceType': 'PlanDefinition',\n 'id': '257',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension': [{\n 'url': 'reference',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/73753'\n }\n }, {\n 'url': 'role',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code': 'owner'\n }\n ]\n }\n }\n ]\n }\n ],\n 'version': 'dc9ecd87-163f-4d2f-bdfe-434085eafe4f',\n 'status': 'active'\n },\n 'CarePlanStatusDurationSummary': {\n 'statusDurationStatistics': {\n 'draft': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'draft'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P10DT10H0M0S',\n 'max': 'P15DT0H0M0S',\n 'sum': 'P25DT10H0M0S',\n 'average': 'P12DT17H0M0S'\n }\n },\n 'active': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'active'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P200DT0H0M0S',\n 'max': 'P200DT0H0M0S',\n 'sum': 'P400DT0H0M0S',\n 'average': 'P200DT0H0M0S'\n }\n },\n 'completed': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'completed'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P284DT14H0M0S',\n 'max': 'P380DT0H0M0S',\n 'sum': 'P664DT14H0M0S',\n 'average': 'P332DT7H0M0S'\n }\n },\n 'suspended': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'suspended'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P5DT0H0M0S',\n 'max': 'P5DT0H0M0S',\n 'sum': 'P10DT0H0M0S',\n 'average': 'P5DT0H0M0S'\n }\n }\n }\n }\n }\n' |
ImplementationGuide.definition.resource[309].description (l1/c125482) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains the following resources:\n- EpisodeOfCare\n- PlanDefinition\n- CarePlan\n- ServiceRequest\n### Grouping \nThis report is grouped by EpisodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on CarePlan.period overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthEpisodeOfCare': {\n 'resourceType': 'EpisodeOfCare',\n 'id': '30254',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/88873'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/66740'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/18637'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/16046'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n },\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '1597',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/59578'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/57779'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/30254'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/74721'\n }\n ],\n 'activity': [{\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/76916'\n }\n }\n ]\n }\n ],\n 'EHealthPlanDefinition': [{\n 'resourceType': 'PlanDefinition',\n 'id': '59578',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension': [{\n 'url': 'reference',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41757'\n }\n }, {\n 'url': 'role',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code': 'owner'\n }\n ]\n }\n }\n ]\n }\n ],\n 'version': 'c701b8e8-abe6-41bd-9db5-c05b94bc1e2b',\n 'status': 'active'\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '76916',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/13593'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '31d136f2-0b98-4e0a-8f82-f0731b54893d'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/49397'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/72791'\n }\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[312].description (l1/c138767) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains Device information for each EpisodeOfCare:\n- Device\n- DeviceUseStatement\n- DeviceMetrics\n### Grouping \nThis report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on DeviceUseStatement.whenUsed overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthEpisodeOfCare': {\n 'resourceType': 'EpisodeOfCare',\n 'id': 'F417C17F9FDE24C9090BD629C8EE1697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/313D8B0E0AC8EA8169D1DA45ECEEACB9'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/9A7FCD55CA3031585A8F1690DB1D8034'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/A1D94F323D8EF09E5D913D9522FD83C4'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/8DC75F2B12BCC832F92CC065C3D0B451'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n },\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '9541E8EAEAD24376F208D5CD8A4D25F5',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23D34B29DD02EB232B6575537FE8ADC5'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/AC38B1F6391F256002E5A7BE69CB2586'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '08D51B81A7FE5B480278150A94D4048A',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '7EA21ACD27EE012439F1440574A6BB21',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A'\n },\n 'category': 'calculation'\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[313].description (l1/c173978) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains all information related to the specified Patient\n### Grouping \nNone. This report returns a single JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: not used.\n- patient: The patient to fetch information for.\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'Patient': {\n 'resourceType': 'Patient',\n 'id': '70791',\n 'meta': {\n 'versionId': '1'\n }\n },\n 'Communication': [{\n 'resourceType': 'Communication',\n 'id': '29256',\n 'meta': {\n 'versionId': '1'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'RelatedPerson': [{\n 'resourceType': 'RelatedPerson',\n 'id': '44196',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson']\n },\n 'identifier': [{\n 'use': 'official',\n 'system': 'urn:oid:1.2.208.176.1.2',\n 'value': '2412001234'\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'name': [{\n 'text': 'Tester'\n }\n ]\n }\n ],\n 'Appointment': [{\n 'resourceType': 'Appointment',\n 'id': '74036',\n 'meta': {\n 'versionId': '1'\n },\n 'participant': [{\n 'id': '5fda865d-5e46-4fc4-8dcc-9b5f9a6b501a',\n 'actor': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n }\n }\n ]\n }\n ],\n 'AppointmentResponse': [{\n 'resourceType': 'AppointmentResponse',\n 'id': '63226',\n 'meta': {\n 'versionId': '1'\n },\n 'actor': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n }\n }\n ],\n 'EHealthEpisodeOfCare': [{\n 'resourceType': 'EpisodeOfCare',\n 'id': '10928',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'resourceType': 'EpisodeOfCare',\n 'id': '48392',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }\n ],\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '4021',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n }\n }, {\n 'resourceType': 'DeviceUseStatement',\n 'id': '5732',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/91432'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '81729',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }, {\n 'resourceType': 'Device',\n 'id': '91432',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '35094',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }, {\n 'resourceType': 'DeviceMetric',\n 'id': '22449',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }\n ],\n 'EHealthConsent': [{\n 'resourceType': 'Consent',\n 'id': '51690',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent']\n },\n 'status': 'active',\n 'category': [{\n 'coding': [{\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'consentingParty': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034'\n }\n ],\n 'actor': [{\n 'id': 'f31bec27-965f-49ea-b8fe-5fdb259c539d',\n 'role': {\n 'coding': [{\n 'code': 'authserver'\n }\n ]\n },\n 'reference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499'\n }\n }\n ],\n 'policyRule': 'Rule',\n 'data': [{\n 'meaning': 'related',\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427'\n }\n }\n ]\n }\n ],\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '87235',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664'\n }\n ]\n }, {\n 'resourceType': 'CarePlan',\n 'id': '23385',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845'\n }\n ]\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '18904',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '7654414a-7f86-4170-9920-fde60368b58b'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCondition': [{\n 'resourceType': 'Condition',\n 'id': '22743',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition']\n },\n 'clinicalStatus': 'active',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthObservation': [{\n 'resourceType': 'Observation',\n 'id': '55832',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506'\n }\n ],\n 'status': 'amended',\n 'code': {\n 'coding': [{\n 'system': 'urn:oid:1.2.208.176.2.1',\n 'code': 'NPU03011'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'effectivePeriod': {\n 'start': '2020-03-26T13:37:40+01:00',\n 'end': '2020-03-26T13:37:40+01:00'\n },\n 'performer': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621'\n }\n ],\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/30416'\n }\n }\n ],\n 'EHealthQuestionnaireResponse': [{\n 'resourceType': 'QuestionnaireResponse',\n 'id': '21957',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403'\n }\n ],\n 'questionnaire': {\n 'reference': 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078'\n },\n 'status': 'completed',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'authored': '2020-03-26T13:37:40+01:00',\n 'source': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666'\n }\n }\n ],\n 'EHealthMedia': [{\n 'resourceType': 'Media',\n 'id': '18256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality',\n 'extension': [{\n 'url': 'qualityType',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/quality-types',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'qualityCode',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/usage-quality',\n 'code': 'TBD'\n }\n ]\n }\n }\n ]\n }\n ],\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474'\n }\n ],\n 'type': 'audio',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'occurrenceDateTime': '2020-03-26T13:37:40+01:00',\n 'content': {\n 'language': 'en'\n }\n }\n ],\n 'EHealthClinicalImpression': [{\n 'resourceType': 'ClinicalImpression',\n 'id': '39697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression']\n },\n 'status': 'draft',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/clinicalimpression-codes',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthTask': [{\n 'resourceType': 'Task',\n 'id': '96988',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/task-category',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/restriction-category',\n 'code': 'None'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-responsible',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/74334'\n }\n }\n ],\n 'status': 'draft',\n 'intent': 'proposal',\n 'priority': 'routine',\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCommunication': [{\n 'resourceType': 'Communication',\n 'id': '29256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication']\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthProvenance': [{\n 'resourceType': 'Provenance',\n 'id': '68399',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance']\n },\n 'target': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n ],\n 'recorded': '2020-03-26T13:37:39.772+01:00',\n 'policy': ['policy'],\n 'agent': [{\n 'whoReference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/6901'\n }\n }\n ]\n }, {\n 'resourceType': 'Provenance',\n 'id': '96195',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance']\n },\n 'target': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n }\n ],\n 'recorded': '2020-03-26T13:37:39.801+01:00',\n 'policy': ['policy'],\n 'agent': [{\n 'whoReference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/45854'\n }\n }\n ]\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[314].description (l1/c203145) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains clinical information for each Patient\n### Grouping \nThis report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on EpisodeOfCare.period overlap\n- conditionCode: Filter on Condition.code related to EpisodeOfCare\n- status: Filter on EpisodeOfCare.status\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'Patient': {\n 'resourceType': 'Patient',\n 'id': '70791',\n 'meta': {\n 'versionId': '1'\n }\n },\n 'EHealthEpisodeOfCare': [{\n 'resourceType': 'EpisodeOfCare',\n 'id': '10928',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'resourceType': 'EpisodeOfCare',\n 'id': '48392',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }\n ],\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '4021',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n }\n }, {\n 'resourceType': 'DeviceUseStatement',\n 'id': '5732',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/91432'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '81729',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }, {\n 'resourceType': 'Device',\n 'id': '91432',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '35094',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }, {\n 'resourceType': 'DeviceMetric',\n 'id': '22449',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }\n ],\n 'EHealthConsent': [{\n 'resourceType': 'Consent',\n 'id': '51690',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent']\n },\n 'status': 'active',\n 'category': [{\n 'coding': [{\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'consentingParty': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034'\n }\n ],\n 'actor': [{\n 'id': 'f31bec27-965f-49ea-b8fe-5fdb259c539d',\n 'role': {\n 'coding': [{\n 'code': 'authserver'\n }\n ]\n },\n 'reference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499'\n }\n }\n ],\n 'policyRule': 'Rule',\n 'data': [{\n 'meaning': 'related',\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427'\n }\n }\n ]\n }\n ],\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '87235',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664'\n }\n ]\n }, {\n 'resourceType': 'CarePlan',\n 'id': '23385',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845'\n }\n ]\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '18904',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '7654414a-7f86-4170-9920-fde60368b58b'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCondition': [{\n 'resourceType': 'Condition',\n 'id': '22743',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition']\n },\n 'clinicalStatus': 'active',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthObservation': [{\n 'resourceType': 'Observation',\n 'id': '55832',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506'\n }\n ],\n 'status': 'amended',\n 'code': {\n 'coding': [{\n 'system': 'urn:oid:1.2.208.176.2.1',\n 'code': 'NPU03011'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'effectivePeriod': {\n 'start': '2020-03-26T13:37:40+01:00',\n 'end': '2020-03-26T13:37:40+01:00'\n },\n 'performer': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621'\n }\n ],\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/30416'\n }\n }\n ],\n 'EHealthQuestionnaireResponse': [{\n 'resourceType': 'QuestionnaireResponse',\n 'id': '21957',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403'\n }\n ],\n 'questionnaire': {\n 'reference': 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078'\n },\n 'status': 'completed',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'authored': '2020-03-26T13:37:40+01:00',\n 'source': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666'\n }\n }\n ],\n 'EHealthMedia': [{\n 'resourceType': 'Media',\n 'id': '18256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality',\n 'extension': [{\n 'url': 'qualityType',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/quality-types',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'qualityCode',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/usage-quality',\n 'code': 'TBD'\n }\n ]\n }\n }\n ]\n }\n ],\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474'\n }\n ],\n 'type': 'audio',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'occurrenceDateTime': '2020-03-26T13:37:40+01:00',\n 'content': {\n 'language': 'en'\n }\n }\n ],\n 'EHealthClinicalImpression': [{\n 'resourceType': 'ClinicalImpression',\n 'id': '39697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression']\n },\n 'status': 'draft',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/clinicalimpression-codes',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[315].description (l1/c210027) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains an overview of the number of unique active citizens with Episodes of Care, shown both on monthly and yearly basis.\n### Grouping \nThis report is grouped by months and years. All groups are contained in the same JSON file.\n### Parameters\n- None\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing a JSon file corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\nFirst example is the monthly data:\n\n{\n\t'PatientsUsageSummary': {\n\t\t'monthData': [\n\t\t\t{\n\t\t\t\t'month': '1',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '2',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '3',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '4',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '5',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '6',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '7',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '8',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '9',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '10',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '11',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '12',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n ]\n }\n}\n\nSecond example is the yearly data:\n\n{\n\t'PatientsUsageSummary': {\n\t\t'yearData': [\n\t\t\t{\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 12,\n\t\t\t\t\t\t'average': 1.0,\n\t\t\t\t\t\t'usageBaseline': 10000,\n\t\t\t\t\t\t'averageRounded': 1000.0,\n\t\t\t\t\t\t'averageBeyondBaseline': 0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 12,\n\t\t\t\t\t\t'average': 1.0,\n\t\t\t\t\t\t'usageBaseline': 10000,\n\t\t\t\t\t\t'averageRounded': 1000.0,\n\t\t\t\t\t\t'averageBeyondBaseline': 0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n ]\n }\n}\n' |
ImplementationGuide.definition.resource[316].description (l1/c212920) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains all information related to the specified Practitioner\n- Practitioner\n- CareTeam\n- PractitionerRole\n### Grouping \nNone. The report is returned in a single JSon file.\n### Parameters\n- organization: \n - Practitioner: Not filtered\n - CareTeam: Filter on CareTeam.ManagingOrganization match\n - PractitionerRole: Filter on PractitionerRole.Organization match\n- period: not used\n- practitionerID: The practitioner to fetch information for\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthPractitioner': {\n 'resourceType': 'Practitioner',\n 'id': '20599',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner']\n },\n 'name': [{\n 'family': '2f82a48c-61cc-4c7f-855a-3e6b59729ef1'\n }\n ]\n },\n 'EHealthPractitionerRole': [],\n 'EHealthCareTeam': [{\n 'resourceType': 'CareTeam',\n 'id': '99438',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': 'f556eab1-dbe9-40e3-9edd-149fa3bd1ae0',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'f9d27974-6a6a-44fb-b6eb-bcd22d769a18',\n 'participant': [{\n 'member': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599'\n }\n }\n ],\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174'\n }\n ]\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[317].description (l1/c222921) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains counts of practitioners associated with Organizations and CareTeams\n- List of Organization and associated practitonerCount\n- List of CareTeam and associated practitionerCount\n### Grouping \nNone. The report is returned in a single JSon file.\n### Parameters\n- organization: \n - CareTeam: Filter on CareTeam.ManagingOrganization match\n - PractitionerRole: Filter on PractitionerRole.Organization match\n- period\n - CareTeam: Filter on CareTeam.participant.period overlap\n - PractitionerRole: Filter on PractitionerRole.perid overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nOrganization and CareTeam are Fhir resources. See the implementation guide for details\n\n {\n 'PractitionerSummary': {\n 'organizationPractitionerStatistics': [{\n 'organization': {\n 'resourceType': 'Organization',\n 'id': '69075',\n 'meta': {\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/organization-source',\n 'code': 'manual'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/organization-synchronization-status',\n 'code': 'NotSynchronized'\n }\n ]\n }\n }\n ],\n 'name': 'e7c2b264-b2d9-4a6d-aba9-f23be1017d39'\n },\n 'practitionerCount': 1\n }\n ],\n 'careTeamPractitionerStatistics': [{\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '44267',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '7ced02e2-3082-4e02-86cc-030e8df8906d',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'd1e7d427-1565-42f6-951d-5508d494d4c8',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '40831',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': 'f12b2b87-95d9-487c-b088-457acfa1693f',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'c572c5ac-bac3-4f9e-b948-795db7563145',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '78765',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '7378e850-aff6-430d-9e86-cca801bf2375',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '3e038dd3-9e80-41e4-9932-8597f8706da4',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '46096',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '37a66140-dc7e-4ea4-9ec7-d0dd91adf7c8',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '311ebab3-d310-44bb-b72b-65bdf74b3729',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '32543',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '3671c951-d20e-4d5c-82ec-fae5ee03821e',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '1f74a06c-8ae1-4b5c-b5ee-49abfd2d28e1',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }\n ]\n }\n }\n' |
ImplementationGuide.definition.resource[318].description (l1/c240653) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains a collection of questionnaire responses and related resources\n- Organizations\n- CareTeams\n- PlanDefinitions\n- ActivityDefinitions\n- Questionnaires\n- QuestionnaireResponses\n- Communication\n- ServiceRequestSummary\n### Grouping \nThis report is grouped by Questionnaire. Each group is returned as a FHIR bundle in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- condition: Filter on CarePlan.addresses.code match\n- period: Filter on QuestionnaireResponse.authored within period\n- plan: Filter on Plan match\n- questionnaire: Filter on ActivityDefinition.composed-of match\n- careteam: Filter on careteam in CarePlan.careteam or EpisodeOfCare.team\n- tag: Filter on tag match\n\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\n### Output\n{\n 'resourceType' : 'Bundle',\n 'id' : 'Questionnaire/44529',\n 'entry' : [ {\n 'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/24206/_history/1',\n 'resource' : {\n 'resourceType' : 'PlanDefinition',\n 'id' : '24206',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/14291'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'status' : 'active',\n 'action' : [ {\n 'definitionCanonical' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919'\n } ]\n }\n }, {\n 'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919/_history/1',\n 'resource' : {\n 'resourceType' : 'ActivityDefinition',\n 'id' : '10919',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code' : 'noSharing'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/25403'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'name' : '0ca879ed-678c-4439-aa4a-efc597f92dfb',\n 'status' : 'active',\n 'topic' : [ {\n 'coding' : [ {\n 'system' : 'http://terminology.hl7.org/CodeSystem/definition-topic',\n 'code' : 'treatment'\n } ]\n } ],\n 'relatedArtifact' : [ {\n 'type' : 'composed-of',\n 'resource' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529'\n } ],\n 'code' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code' : '273586006'\n } ]\n }\n }\n }, {\n 'fullUrl' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529/_history/1',\n 'resource' : {\n 'resourceType' : 'Questionnaire',\n 'id' : '44529',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/questionnaire-types',\n 'code' : 'QQ'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/24153'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'name' : '090b990e-046a-4374-b7c6-b08613a41cce',\n 'status' : 'active'\n }\n }, {\n 'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618/_history/1',\n 'resource' : {\n 'resourceType' : 'Organization',\n 'id' : '98618',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/organization-source',\n 'code' : 'manual'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/organization-synchronization-status',\n 'code' : 'NotSynchronized'\n } ]\n }\n } ],\n 'identifier' : [ {\n 'use' : 'official',\n 'system' : 'urn:oid:2.16.840.1.113883.2.24.1.1',\n 'value' : '11111111',\n 'period' : {\n 'start' : '2023-10-10T14:49:12+02:00'\n }\n } ],\n 'active' : false,\n 'name' : 'defaultTestFactory-be16f47b-1f8a-4440-a02e-23da1219b0ca',\n 'partOf' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/22124'\n }\n }\n }, {\n 'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455/_history/1',\n 'resource' : {\n 'resourceType' : 'CareTeam',\n 'id' : '87455',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam' ]\n },\n 'identifier' : [ {\n 'system' : 'urn:ietf:rfc:3986',\n 'value' : 'urn:uuid:9658ef5f-019a-4c90-9c41-f3ad14a31777'\n } ],\n 'status' : 'active',\n 'name' : '1b900db5-09dd-4563-b612-2b81201fab16',\n 'reasonCode' : [ {\n 'coding' : [ {\n 'system' : 'urn:oid:1.2.208.176.2.4',\n 'code' : 'DJ44'\n } ]\n } ]\n }\n }, {\n 'fullUrl' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491/_history/1',\n 'resource' : {\n 'resourceType' : 'QuestionnaireResponse',\n 'id' : '92491',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse' ]\n },\n 'extension' : [ {\n 'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/22208'\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-resolved-timing',\n 'extension' : [ {\n 'url' : 'serviceRequestVersionId',\n 'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'\n }, {\n 'url' : 'start',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'url' : 'end',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'url' : 'type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',\n 'code' : 'Resolved'\n } ]\n }\n } ]\n } ],\n 'basedOn' : [ {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n } ],\n 'questionnaire' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529',\n 'status' : 'completed',\n 'subject' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/64465'\n },\n 'authored' : '2023-10-10T14:49:12+02:00',\n 'source' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/75218'\n }\n }\n }, {\n 'fullUrl' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180/_history/1',\n 'resource' : {\n 'resourceType' : 'Communication',\n 'id' : '97180',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication' ]\n },\n 'extension' : [ {\n 'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/14233'\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/restriction-category',\n 'code' : 'None'\n } ]\n }\n } ],\n 'basedOn' : [ {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n } ],\n 'status' : 'in-progress',\n 'category' : [ {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/communication-category',\n 'code' : 'annotation'\n } ]\n }, {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/message-category',\n 'code' : 'advice'\n } ]\n } ],\n 'subject' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/35194'\n },\n 'topic' : {\n 'coding' : [ {\n 'system' : 'http://terminology.hl7.org/CodeSystem/communication-topic',\n 'code' : 'report-labs'\n } ]\n },\n 'sent' : '2023-10-10T14:49:12+02:00',\n 'reasonCode' : [ {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/message-reasonCode',\n 'code' : 'ReminderSubmitMeasurement'\n } ]\n } ]\n }\n }, {\n 'fullUrl' : 'urn:uuid:57cfd6a7-dd43-4caa-8220-d50c77aebd8b',\n 'resource' : {\n 'resourceType' : 'Parameters',\n 'parameter' : [ {\n 'name' : 'serviceRequestResponseSummary',\n 'part' : [ {\n 'name' : 'serviceRequest',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n },\n 'part' : [ {\n 'name' : 'condition',\n 'valueCoding' : {\n 'system' : 'urn:oid:1.2.208.176.2.4',\n 'code' : 'DJ44',\n 'display' : 'Kronisk obstruktiv lungesygdom'\n }\n }, {\n 'name' : 'episodeOfCareManagingOrganization',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618'\n }\n }, {\n 'name' : 'episodeOfCarePeriod',\n 'valuePeriod' : {\n 'start' : '1970-01-01T01:00:01+01:00',\n 'end' : '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'name' : 'patientIdentifier',\n 'valueIdentifier' : {\n 'system' : 'urn:oid:1.2.208.176.1.2',\n 'value' : '0101010001'\n }\n }, {\n 'name' : 'statusHistory',\n 'part' : [ {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'draft'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-02T12:49:12+00:00',\n 'end' : '2023-10-03T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'active'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-03T12:49:12+00:00',\n 'end' : '2023-10-04T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'on-hold'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-04T12:49:12+00:00',\n 'end' : '2023-10-05T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'active'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-05T12:49:12+00:00',\n 'end' : '2023-10-08T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'on-hold'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-08T12:49:12+00:00'\n }\n } ]\n } ]\n }, {\n 'name' : 'involvedCareTeams',\n 'part' : [ {\n 'name' : 'careTeam',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455'\n }\n } ]\n }, {\n 'name' : 'responses',\n 'part' : [ {\n 'name' : 'response',\n 'part' : [ {\n 'name' : 'occurrence',\n 'part' : [ {\n 'name' : 'serviceRequestVersionId',\n 'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'\n }, {\n 'name' : 'start',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'name' : 'end',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'name' : 'type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',\n 'code' : 'Resolved'\n } ]\n }\n } ]\n }, {\n 'name' : 'questionnaireResponse',\n 'valueReference' : {\n 'reference' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491'\n }\n }, {\n 'name' : 'submitted',\n 'valueDateTime' : '2023-10-10T12:49:12+00:00'\n } ]\n } ]\n }, {\n 'name' : 'communications',\n 'part' : [ {\n 'name' : 'communication',\n 'valueReference' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180'\n }\n } ]\n } ]\n } ]\n } ]\n }\n } ]\n}\n\n' |
ImplementationGuide.definition.resource[319].description (l1/c243213) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains SSL Orders\n- OrderDetails\n- OrderLines\n- TraceLines\n### Grouping \nOrder. Each Order is returned in a single JSon file.\n### Parameters\n- organization: Filter on Order.buyer\n- period: Filter on TraceLine.timestamp\n- seller: Filter on Order.seller\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are SSL resources. See the SSL API description for details\n\n {\n 'OrderDetails': {\n 'order': {\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'threadId': null,\n 'identifiers': null,\n 'status': null,\n 'priority': null,\n 'notes': null,\n 'buyer': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER',\n 'seller': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER',\n 'sellerDeliveryContactEmail': null,\n 'carePlanRef': null,\n 'carePlanTitle': null,\n 'earliestDeliveryDate': null,\n 'latestDeliveryDate': null,\n 'receiver': null\n },\n 'orderLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE',\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'status': null,\n 'item': null,\n 'agreedDate': null,\n 'device': null\n }\n ],\n 'traceLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1',\n 'timestamp': '2019-12-24T18:00:00Z',\n 'createdByOrganization': null,\n 'createdByUser': null,\n 'text': null,\n 'supplementaryText': null,\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'orderLine': null,\n 'statusChange': null\n }\n ]\n }\n }\n' |
ImplementationGuide.definition.resource[322].description (l1/c252619) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains statistics on status changes for CarePlans:\n- count: Number of CarePlans in each state\n- min: Shortest time spent in each state\n- max: Longest time spent in each state\n- sum: Sum of time spent in each state\n- average: Average time spent in each state.\n \nThe durations are specified in [ISO 8601](https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm) format.\n### Grouping \nThis report is grouped by PlanDefinition. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on CarePlan.period overlap\n- condition: Filter on EpisodeOfCare condition match\n\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nEHealthPlanDefinition is a Fhir resource. See the implementation guide for details\n\n {\n 'EHealthPlanDefinition': {\n 'resourceType': 'PlanDefinition',\n 'id': '257',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension': [{\n 'url': 'reference',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/73753'\n }\n }, {\n 'url': 'role',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code': 'owner'\n }\n ]\n }\n }\n ]\n }\n ],\n 'version': 'dc9ecd87-163f-4d2f-bdfe-434085eafe4f',\n 'status': 'active'\n },\n 'CarePlanStatusDurationSummary': {\n 'statusDurationStatistics': {\n 'draft': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'draft'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P10DT10H0M0S',\n 'max': 'P15DT0H0M0S',\n 'sum': 'P25DT10H0M0S',\n 'average': 'P12DT17H0M0S'\n }\n },\n 'active': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'active'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P200DT0H0M0S',\n 'max': 'P200DT0H0M0S',\n 'sum': 'P400DT0H0M0S',\n 'average': 'P200DT0H0M0S'\n }\n },\n 'completed': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'completed'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P284DT14H0M0S',\n 'max': 'P380DT0H0M0S',\n 'sum': 'P664DT14H0M0S',\n 'average': 'P332DT7H0M0S'\n }\n },\n 'suspended': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'suspended'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P5DT0H0M0S',\n 'max': 'P5DT0H0M0S',\n 'sum': 'P10DT0H0M0S',\n 'average': 'P5DT0H0M0S'\n }\n }\n }\n }\n }\n' |
ImplementationGuide.definition.resource[323].description (l1/c259950) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains the following resources:\n- EpisodeOfCare\n- PlanDefinition\n- CarePlan\n- ServiceRequest\n### Grouping \nThis report is grouped by EpisodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on CarePlan.period overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthEpisodeOfCare': {\n 'resourceType': 'EpisodeOfCare',\n 'id': '30254',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/88873'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/66740'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/18637'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/16046'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n },\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '1597',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/59578'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/57779'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/30254'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/74721'\n }\n ],\n 'activity': [{\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/76916'\n }\n }\n ]\n }\n ],\n 'EHealthPlanDefinition': [{\n 'resourceType': 'PlanDefinition',\n 'id': '59578',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension': [{\n 'url': 'reference',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41757'\n }\n }, {\n 'url': 'role',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code': 'owner'\n }\n ]\n }\n }\n ]\n }\n ],\n 'version': 'c701b8e8-abe6-41bd-9db5-c05b94bc1e2b',\n 'status': 'active'\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '76916',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/13593'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '31d136f2-0b98-4e0a-8f82-f0731b54893d'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/49397'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/72791'\n }\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[326].description (l1/c273223) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains Device information for each EpisodeOfCare:\n- Device\n- DeviceUseStatement\n- DeviceMetrics\n### Grouping \nThis report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on DeviceUseStatement.whenUsed overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthEpisodeOfCare': {\n 'resourceType': 'EpisodeOfCare',\n 'id': 'F417C17F9FDE24C9090BD629C8EE1697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/313D8B0E0AC8EA8169D1DA45ECEEACB9'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/9A7FCD55CA3031585A8F1690DB1D8034'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/A1D94F323D8EF09E5D913D9522FD83C4'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/8DC75F2B12BCC832F92CC065C3D0B451'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n },\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '9541E8EAEAD24376F208D5CD8A4D25F5',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23D34B29DD02EB232B6575537FE8ADC5'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/AC38B1F6391F256002E5A7BE69CB2586'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '08D51B81A7FE5B480278150A94D4048A',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '7EA21ACD27EE012439F1440574A6BB21',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A'\n },\n 'category': 'calculation'\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[327].description (l1/c308430) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains all information related to the specified Patient\n### Grouping \nNone. This report returns a single JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: not used.\n- patient: The patient to fetch information for.\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'Patient': {\n 'resourceType': 'Patient',\n 'id': '70791',\n 'meta': {\n 'versionId': '1'\n }\n },\n 'Communication': [{\n 'resourceType': 'Communication',\n 'id': '29256',\n 'meta': {\n 'versionId': '1'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'RelatedPerson': [{\n 'resourceType': 'RelatedPerson',\n 'id': '44196',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson']\n },\n 'identifier': [{\n 'use': 'official',\n 'system': 'urn:oid:1.2.208.176.1.2',\n 'value': '2412001234'\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'name': [{\n 'text': 'Tester'\n }\n ]\n }\n ],\n 'Appointment': [{\n 'resourceType': 'Appointment',\n 'id': '74036',\n 'meta': {\n 'versionId': '1'\n },\n 'participant': [{\n 'id': '5fda865d-5e46-4fc4-8dcc-9b5f9a6b501a',\n 'actor': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n }\n }\n ]\n }\n ],\n 'AppointmentResponse': [{\n 'resourceType': 'AppointmentResponse',\n 'id': '63226',\n 'meta': {\n 'versionId': '1'\n },\n 'actor': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n }\n }\n ],\n 'EHealthEpisodeOfCare': [{\n 'resourceType': 'EpisodeOfCare',\n 'id': '10928',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'resourceType': 'EpisodeOfCare',\n 'id': '48392',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }\n ],\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '4021',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n }\n }, {\n 'resourceType': 'DeviceUseStatement',\n 'id': '5732',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/91432'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '81729',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }, {\n 'resourceType': 'Device',\n 'id': '91432',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '35094',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }, {\n 'resourceType': 'DeviceMetric',\n 'id': '22449',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }\n ],\n 'EHealthConsent': [{\n 'resourceType': 'Consent',\n 'id': '51690',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent']\n },\n 'status': 'active',\n 'category': [{\n 'coding': [{\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'consentingParty': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034'\n }\n ],\n 'actor': [{\n 'id': 'f31bec27-965f-49ea-b8fe-5fdb259c539d',\n 'role': {\n 'coding': [{\n 'code': 'authserver'\n }\n ]\n },\n 'reference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499'\n }\n }\n ],\n 'policyRule': 'Rule',\n 'data': [{\n 'meaning': 'related',\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427'\n }\n }\n ]\n }\n ],\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '87235',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664'\n }\n ]\n }, {\n 'resourceType': 'CarePlan',\n 'id': '23385',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845'\n }\n ]\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '18904',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '7654414a-7f86-4170-9920-fde60368b58b'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCondition': [{\n 'resourceType': 'Condition',\n 'id': '22743',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition']\n },\n 'clinicalStatus': 'active',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthObservation': [{\n 'resourceType': 'Observation',\n 'id': '55832',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506'\n }\n ],\n 'status': 'amended',\n 'code': {\n 'coding': [{\n 'system': 'urn:oid:1.2.208.176.2.1',\n 'code': 'NPU03011'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'effectivePeriod': {\n 'start': '2020-03-26T13:37:40+01:00',\n 'end': '2020-03-26T13:37:40+01:00'\n },\n 'performer': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621'\n }\n ],\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/30416'\n }\n }\n ],\n 'EHealthQuestionnaireResponse': [{\n 'resourceType': 'QuestionnaireResponse',\n 'id': '21957',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403'\n }\n ],\n 'questionnaire': {\n 'reference': 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078'\n },\n 'status': 'completed',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'authored': '2020-03-26T13:37:40+01:00',\n 'source': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666'\n }\n }\n ],\n 'EHealthMedia': [{\n 'resourceType': 'Media',\n 'id': '18256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality',\n 'extension': [{\n 'url': 'qualityType',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/quality-types',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'qualityCode',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/usage-quality',\n 'code': 'TBD'\n }\n ]\n }\n }\n ]\n }\n ],\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474'\n }\n ],\n 'type': 'audio',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'occurrenceDateTime': '2020-03-26T13:37:40+01:00',\n 'content': {\n 'language': 'en'\n }\n }\n ],\n 'EHealthClinicalImpression': [{\n 'resourceType': 'ClinicalImpression',\n 'id': '39697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression']\n },\n 'status': 'draft',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/clinicalimpression-codes',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthTask': [{\n 'resourceType': 'Task',\n 'id': '96988',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/task-category',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/restriction-category',\n 'code': 'None'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-responsible',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/74334'\n }\n }\n ],\n 'status': 'draft',\n 'intent': 'proposal',\n 'priority': 'routine',\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCommunication': [{\n 'resourceType': 'Communication',\n 'id': '29256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication']\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthProvenance': [{\n 'resourceType': 'Provenance',\n 'id': '68399',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance']\n },\n 'target': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n ],\n 'recorded': '2020-03-26T13:37:39.772+01:00',\n 'policy': ['policy'],\n 'agent': [{\n 'whoReference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/6901'\n }\n }\n ]\n }, {\n 'resourceType': 'Provenance',\n 'id': '96195',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance']\n },\n 'target': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n }\n ],\n 'recorded': '2020-03-26T13:37:39.801+01:00',\n 'policy': ['policy'],\n 'agent': [{\n 'whoReference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/45854'\n }\n }\n ]\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[328].description (l1/c337593) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains clinical information for each Patient\n### Grouping \nThis report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on EpisodeOfCare.period overlap\n- conditionCode: Filter on Condition.code related to EpisodeOfCare\n- status: Filter on EpisodeOfCare.status\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'Patient': {\n 'resourceType': 'Patient',\n 'id': '70791',\n 'meta': {\n 'versionId': '1'\n }\n },\n 'EHealthEpisodeOfCare': [{\n 'resourceType': 'EpisodeOfCare',\n 'id': '10928',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'resourceType': 'EpisodeOfCare',\n 'id': '48392',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }\n ],\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '4021',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n }\n }, {\n 'resourceType': 'DeviceUseStatement',\n 'id': '5732',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/91432'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '81729',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }, {\n 'resourceType': 'Device',\n 'id': '91432',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '35094',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }, {\n 'resourceType': 'DeviceMetric',\n 'id': '22449',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }\n ],\n 'EHealthConsent': [{\n 'resourceType': 'Consent',\n 'id': '51690',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent']\n },\n 'status': 'active',\n 'category': [{\n 'coding': [{\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'consentingParty': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034'\n }\n ],\n 'actor': [{\n 'id': 'f31bec27-965f-49ea-b8fe-5fdb259c539d',\n 'role': {\n 'coding': [{\n 'code': 'authserver'\n }\n ]\n },\n 'reference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499'\n }\n }\n ],\n 'policyRule': 'Rule',\n 'data': [{\n 'meaning': 'related',\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427'\n }\n }\n ]\n }\n ],\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '87235',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664'\n }\n ]\n }, {\n 'resourceType': 'CarePlan',\n 'id': '23385',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845'\n }\n ]\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '18904',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '7654414a-7f86-4170-9920-fde60368b58b'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCondition': [{\n 'resourceType': 'Condition',\n 'id': '22743',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition']\n },\n 'clinicalStatus': 'active',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthObservation': [{\n 'resourceType': 'Observation',\n 'id': '55832',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506'\n }\n ],\n 'status': 'amended',\n 'code': {\n 'coding': [{\n 'system': 'urn:oid:1.2.208.176.2.1',\n 'code': 'NPU03011'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'effectivePeriod': {\n 'start': '2020-03-26T13:37:40+01:00',\n 'end': '2020-03-26T13:37:40+01:00'\n },\n 'performer': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621'\n }\n ],\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/30416'\n }\n }\n ],\n 'EHealthQuestionnaireResponse': [{\n 'resourceType': 'QuestionnaireResponse',\n 'id': '21957',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403'\n }\n ],\n 'questionnaire': {\n 'reference': 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078'\n },\n 'status': 'completed',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'authored': '2020-03-26T13:37:40+01:00',\n 'source': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666'\n }\n }\n ],\n 'EHealthMedia': [{\n 'resourceType': 'Media',\n 'id': '18256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality',\n 'extension': [{\n 'url': 'qualityType',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/quality-types',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'qualityCode',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/usage-quality',\n 'code': 'TBD'\n }\n ]\n }\n }\n ]\n }\n ],\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474'\n }\n ],\n 'type': 'audio',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'occurrenceDateTime': '2020-03-26T13:37:40+01:00',\n 'content': {\n 'language': 'en'\n }\n }\n ],\n 'EHealthClinicalImpression': [{\n 'resourceType': 'ClinicalImpression',\n 'id': '39697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression']\n },\n 'status': 'draft',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/clinicalimpression-codes',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[329].description (l1/c344471) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains an overview of the number of unique active citizens with Episodes of Care, shown both on monthly and yearly basis.\n### Grouping \nThis report is grouped by months and years. All groups are contained in the same JSON file.\n### Parameters\n- None\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing a JSon file corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\nFirst example is the monthly data:\n\n{\n\t'PatientsUsageSummary': {\n\t\t'monthData': [\n\t\t\t{\n\t\t\t\t'month': '1',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '2',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '3',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '4',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '5',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '6',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '7',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '8',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '9',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '10',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '11',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '12',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n ]\n }\n}\n\nSecond example is the yearly data:\n\n{\n\t'PatientsUsageSummary': {\n\t\t'yearData': [\n\t\t\t{\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 12,\n\t\t\t\t\t\t'average': 1.0,\n\t\t\t\t\t\t'usageBaseline': 10000,\n\t\t\t\t\t\t'averageRounded': 1000.0,\n\t\t\t\t\t\t'averageBeyondBaseline': 0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 12,\n\t\t\t\t\t\t'average': 1.0,\n\t\t\t\t\t\t'usageBaseline': 10000,\n\t\t\t\t\t\t'averageRounded': 1000.0,\n\t\t\t\t\t\t'averageBeyondBaseline': 0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n ]\n }\n}\n' |
ImplementationGuide.definition.resource[330].description (l1/c347360) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains all information related to the specified Practitioner\n- Practitioner\n- CareTeam\n- PractitionerRole\n### Grouping \nNone. The report is returned in a single JSon file.\n### Parameters\n- organization: \n - Practitioner: Not filtered\n - CareTeam: Filter on CareTeam.ManagingOrganization match\n - PractitionerRole: Filter on PractitionerRole.Organization match\n- period: not used\n- practitionerID: The practitioner to fetch information for\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthPractitioner': {\n 'resourceType': 'Practitioner',\n 'id': '20599',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner']\n },\n 'name': [{\n 'family': '2f82a48c-61cc-4c7f-855a-3e6b59729ef1'\n }\n ]\n },\n 'EHealthPractitionerRole': [],\n 'EHealthCareTeam': [{\n 'resourceType': 'CareTeam',\n 'id': '99438',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': 'f556eab1-dbe9-40e3-9edd-149fa3bd1ae0',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'f9d27974-6a6a-44fb-b6eb-bcd22d769a18',\n 'participant': [{\n 'member': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599'\n }\n }\n ],\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174'\n }\n ]\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[331].description (l1/c357357) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains counts of practitioners associated with Organizations and CareTeams\n- List of Organization and associated practitonerCount\n- List of CareTeam and associated practitionerCount\n### Grouping \nNone. The report is returned in a single JSon file.\n### Parameters\n- organization: \n - CareTeam: Filter on CareTeam.ManagingOrganization match\n - PractitionerRole: Filter on PractitionerRole.Organization match\n- period\n - CareTeam: Filter on CareTeam.participant.period overlap\n - PractitionerRole: Filter on PractitionerRole.perid overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nOrganization and CareTeam are Fhir resources. See the implementation guide for details\n\n {\n 'PractitionerSummary': {\n 'organizationPractitionerStatistics': [{\n 'organization': {\n 'resourceType': 'Organization',\n 'id': '69075',\n 'meta': {\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/organization-source',\n 'code': 'manual'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/organization-synchronization-status',\n 'code': 'NotSynchronized'\n }\n ]\n }\n }\n ],\n 'name': 'e7c2b264-b2d9-4a6d-aba9-f23be1017d39'\n },\n 'practitionerCount': 1\n }\n ],\n 'careTeamPractitionerStatistics': [{\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '44267',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '7ced02e2-3082-4e02-86cc-030e8df8906d',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'd1e7d427-1565-42f6-951d-5508d494d4c8',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '40831',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': 'f12b2b87-95d9-487c-b088-457acfa1693f',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'c572c5ac-bac3-4f9e-b948-795db7563145',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '78765',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '7378e850-aff6-430d-9e86-cca801bf2375',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '3e038dd3-9e80-41e4-9932-8597f8706da4',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '46096',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '37a66140-dc7e-4ea4-9ec7-d0dd91adf7c8',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '311ebab3-d310-44bb-b72b-65bdf74b3729',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '32543',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '3671c951-d20e-4d5c-82ec-fae5ee03821e',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '1f74a06c-8ae1-4b5c-b5ee-49abfd2d28e1',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }\n ]\n }\n }\n' |
ImplementationGuide.definition.resource[332].description (l1/c375085) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains a collection of questionnaire responses and related resources\n- Organizations\n- CareTeams\n- PlanDefinitions\n- ActivityDefinitions\n- Questionnaires\n- QuestionnaireResponses\n- Communication\n- ServiceRequestSummary\n### Grouping \nThis report is grouped by Questionnaire. Each group is returned as a FHIR bundle in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- condition: Filter on CarePlan.addresses.code match\n- period: Filter on QuestionnaireResponse.authored within period\n- plan: Filter on Plan match\n- questionnaire: Filter on ActivityDefinition.composed-of match\n- careteam: Filter on careteam in CarePlan.careteam or EpisodeOfCare.team\n- tag: Filter on tag match\n\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\n### Output\n{\n 'resourceType' : 'Bundle',\n 'id' : 'Questionnaire/44529',\n 'entry' : [ {\n 'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/24206/_history/1',\n 'resource' : {\n 'resourceType' : 'PlanDefinition',\n 'id' : '24206',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/14291'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'status' : 'active',\n 'action' : [ {\n 'definitionCanonical' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919'\n } ]\n }\n }, {\n 'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919/_history/1',\n 'resource' : {\n 'resourceType' : 'ActivityDefinition',\n 'id' : '10919',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code' : 'noSharing'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/25403'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'name' : '0ca879ed-678c-4439-aa4a-efc597f92dfb',\n 'status' : 'active',\n 'topic' : [ {\n 'coding' : [ {\n 'system' : 'http://terminology.hl7.org/CodeSystem/definition-topic',\n 'code' : 'treatment'\n } ]\n } ],\n 'relatedArtifact' : [ {\n 'type' : 'composed-of',\n 'resource' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529'\n } ],\n 'code' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code' : '273586006'\n } ]\n }\n }\n }, {\n 'fullUrl' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529/_history/1',\n 'resource' : {\n 'resourceType' : 'Questionnaire',\n 'id' : '44529',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/questionnaire-types',\n 'code' : 'QQ'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/24153'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'name' : '090b990e-046a-4374-b7c6-b08613a41cce',\n 'status' : 'active'\n }\n }, {\n 'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618/_history/1',\n 'resource' : {\n 'resourceType' : 'Organization',\n 'id' : '98618',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/organization-source',\n 'code' : 'manual'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/organization-synchronization-status',\n 'code' : 'NotSynchronized'\n } ]\n }\n } ],\n 'identifier' : [ {\n 'use' : 'official',\n 'system' : 'urn:oid:2.16.840.1.113883.2.24.1.1',\n 'value' : '11111111',\n 'period' : {\n 'start' : '2023-10-10T14:49:12+02:00'\n }\n } ],\n 'active' : false,\n 'name' : 'defaultTestFactory-be16f47b-1f8a-4440-a02e-23da1219b0ca',\n 'partOf' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/22124'\n }\n }\n }, {\n 'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455/_history/1',\n 'resource' : {\n 'resourceType' : 'CareTeam',\n 'id' : '87455',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam' ]\n },\n 'identifier' : [ {\n 'system' : 'urn:ietf:rfc:3986',\n 'value' : 'urn:uuid:9658ef5f-019a-4c90-9c41-f3ad14a31777'\n } ],\n 'status' : 'active',\n 'name' : '1b900db5-09dd-4563-b612-2b81201fab16',\n 'reasonCode' : [ {\n 'coding' : [ {\n 'system' : 'urn:oid:1.2.208.176.2.4',\n 'code' : 'DJ44'\n } ]\n } ]\n }\n }, {\n 'fullUrl' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491/_history/1',\n 'resource' : {\n 'resourceType' : 'QuestionnaireResponse',\n 'id' : '92491',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse' ]\n },\n 'extension' : [ {\n 'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/22208'\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-resolved-timing',\n 'extension' : [ {\n 'url' : 'serviceRequestVersionId',\n 'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'\n }, {\n 'url' : 'start',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'url' : 'end',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'url' : 'type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',\n 'code' : 'Resolved'\n } ]\n }\n } ]\n } ],\n 'basedOn' : [ {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n } ],\n 'questionnaire' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529',\n 'status' : 'completed',\n 'subject' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/64465'\n },\n 'authored' : '2023-10-10T14:49:12+02:00',\n 'source' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/75218'\n }\n }\n }, {\n 'fullUrl' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180/_history/1',\n 'resource' : {\n 'resourceType' : 'Communication',\n 'id' : '97180',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication' ]\n },\n 'extension' : [ {\n 'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/14233'\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/restriction-category',\n 'code' : 'None'\n } ]\n }\n } ],\n 'basedOn' : [ {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n } ],\n 'status' : 'in-progress',\n 'category' : [ {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/communication-category',\n 'code' : 'annotation'\n } ]\n }, {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/message-category',\n 'code' : 'advice'\n } ]\n } ],\n 'subject' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/35194'\n },\n 'topic' : {\n 'coding' : [ {\n 'system' : 'http://terminology.hl7.org/CodeSystem/communication-topic',\n 'code' : 'report-labs'\n } ]\n },\n 'sent' : '2023-10-10T14:49:12+02:00',\n 'reasonCode' : [ {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/message-reasonCode',\n 'code' : 'ReminderSubmitMeasurement'\n } ]\n } ]\n }\n }, {\n 'fullUrl' : 'urn:uuid:57cfd6a7-dd43-4caa-8220-d50c77aebd8b',\n 'resource' : {\n 'resourceType' : 'Parameters',\n 'parameter' : [ {\n 'name' : 'serviceRequestResponseSummary',\n 'part' : [ {\n 'name' : 'serviceRequest',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n },\n 'part' : [ {\n 'name' : 'condition',\n 'valueCoding' : {\n 'system' : 'urn:oid:1.2.208.176.2.4',\n 'code' : 'DJ44',\n 'display' : 'Kronisk obstruktiv lungesygdom'\n }\n }, {\n 'name' : 'episodeOfCareManagingOrganization',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618'\n }\n }, {\n 'name' : 'episodeOfCarePeriod',\n 'valuePeriod' : {\n 'start' : '1970-01-01T01:00:01+01:00',\n 'end' : '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'name' : 'patientIdentifier',\n 'valueIdentifier' : {\n 'system' : 'urn:oid:1.2.208.176.1.2',\n 'value' : '0101010001'\n }\n }, {\n 'name' : 'statusHistory',\n 'part' : [ {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'draft'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-02T12:49:12+00:00',\n 'end' : '2023-10-03T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'active'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-03T12:49:12+00:00',\n 'end' : '2023-10-04T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'on-hold'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-04T12:49:12+00:00',\n 'end' : '2023-10-05T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'active'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-05T12:49:12+00:00',\n 'end' : '2023-10-08T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'on-hold'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-08T12:49:12+00:00'\n }\n } ]\n } ]\n }, {\n 'name' : 'involvedCareTeams',\n 'part' : [ {\n 'name' : 'careTeam',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455'\n }\n } ]\n }, {\n 'name' : 'responses',\n 'part' : [ {\n 'name' : 'response',\n 'part' : [ {\n 'name' : 'occurrence',\n 'part' : [ {\n 'name' : 'serviceRequestVersionId',\n 'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'\n }, {\n 'name' : 'start',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'name' : 'end',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'name' : 'type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',\n 'code' : 'Resolved'\n } ]\n }\n } ]\n }, {\n 'name' : 'questionnaireResponse',\n 'valueReference' : {\n 'reference' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491'\n }\n }, {\n 'name' : 'submitted',\n 'valueDateTime' : '2023-10-10T12:49:12+00:00'\n } ]\n } ]\n }, {\n 'name' : 'communications',\n 'part' : [ {\n 'name' : 'communication',\n 'valueReference' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180'\n }\n } ]\n } ]\n } ]\n } ]\n }\n } ]\n}\n\n' |
ImplementationGuide.definition.resource[333].description (l1/c377641) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains SSL Orders\n- OrderDetails\n- OrderLines\n- TraceLines\n### Grouping \nOrder. Each Order is returned in a single JSon file.\n### Parameters\n- organization: Filter on Order.buyer\n- period: Filter on TraceLine.timestamp\n- seller: Filter on Order.seller\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are SSL resources. See the SSL API description for details\n\n {\n 'OrderDetails': {\n 'order': {\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'threadId': null,\n 'identifiers': null,\n 'status': null,\n 'priority': null,\n 'notes': null,\n 'buyer': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER',\n 'seller': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER',\n 'sellerDeliveryContactEmail': null,\n 'carePlanRef': null,\n 'carePlanTitle': null,\n 'earliestDeliveryDate': null,\n 'latestDeliveryDate': null,\n 'receiver': null\n },\n 'orderLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE',\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'status': null,\n 'item': null,\n 'agreedDate': null,\n 'device': null\n }\n ],\n 'traceLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1',\n 'timestamp': '2019-12-24T18:00:00Z',\n 'createdByOrganization': null,\n 'createdByUser': null,\n 'text': null,\n 'supplementaryText': null,\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'orderLine': null,\n 'statusChange': null\n }\n ]\n }\n }\n' |
ImplementationGuide.definition.resource[335].description (l1/c386099) | warning | value should not start or finish with whitespace '### Status Contents \nThis operation returns status for reports scheduled by the user (by schedule or execute)\n### Output\nThe output is a Bundle containing Parameters resources for each scheduled report.\nThe parts of the Parameters describe the class of report, the parameters that the report\nwas scheduled with, the user ID, the status of the report, a reference to the report Binary\nand time of creation, start, and end of execution.\n### Example output\n{\n 'resourceType': 'Bundle',\n 'type': 'collection',\n 'entry': [\n {\n 'fullUrl': 'ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc',\n 'resource': {\n 'resourceType': 'Parameters',\n 'id': 'ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc',\n 'parameter': [\n {\n 'name': 'reportJob',\n 'part': [\n {\n 'name': 'reportClass',\n 'valueString': 'com.systematic.ehealth.reporting.reports.PatientsUsageReport'\n },\n {\n 'name': 'userId',\n 'valueString': '0aaca7cd-67c3-48dd-a8c4-0cceecb5d276'\n },\n {\n 'name': 'status',\n 'valueString': 'DONE'\n },\n {\n 'name': 'binary',\n 'valueReference': {\n 'reference': 'https://reporting.local.ehealth.sundhed.dk/fhir/Binary/7'\n }\n },\n {\n 'name': 'parameters',\n 'resource': {\n 'resourceType': 'Parameters',\n 'parameter': [\n {\n 'name': 'anonymization',\n 'valueString': 'None'\n }\n ]\n }\n },\n {\n 'name': 'created',\n 'valueDateTime': '2023-10-12T09:51:50+00:00'\n },\n {\n 'name': 'started',\n 'valueDateTime': '2023-10-12T09:51:50+00:00'\n },\n {\n 'name': 'ended',\n 'valueDateTime': '2023-10-12T09:51:51+00:00'\n }\n ]\n }\n ]\n }\n }\n ]\n}\n' |
ImplementationGuide.definition.resource[341].description (l1/c397430) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains statistics on status changes for CarePlans:\n- count: Number of CarePlans in each state\n- min: Shortest time spent in each state\n- max: Longest time spent in each state\n- sum: Sum of time spent in each state\n- average: Average time spent in each state.\n \nThe durations are specified in [ISO 8601](https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm) format.\n### Grouping \nThis report is grouped by PlanDefinition. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on CarePlan.period overlap\n- condition: Filter on EpisodeOfCare condition match\n\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nEHealthPlanDefinition is a Fhir resource. See the implementation guide for details\n\n {\n 'EHealthPlanDefinition': {\n 'resourceType': 'PlanDefinition',\n 'id': '257',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension': [{\n 'url': 'reference',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/73753'\n }\n }, {\n 'url': 'role',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code': 'owner'\n }\n ]\n }\n }\n ]\n }\n ],\n 'version': 'dc9ecd87-163f-4d2f-bdfe-434085eafe4f',\n 'status': 'active'\n },\n 'CarePlanStatusDurationSummary': {\n 'statusDurationStatistics': {\n 'draft': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'draft'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P10DT10H0M0S',\n 'max': 'P15DT0H0M0S',\n 'sum': 'P25DT10H0M0S',\n 'average': 'P12DT17H0M0S'\n }\n },\n 'active': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'active'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P200DT0H0M0S',\n 'max': 'P200DT0H0M0S',\n 'sum': 'P400DT0H0M0S',\n 'average': 'P200DT0H0M0S'\n }\n },\n 'completed': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'completed'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P284DT14H0M0S',\n 'max': 'P380DT0H0M0S',\n 'sum': 'P664DT14H0M0S',\n 'average': 'P332DT7H0M0S'\n }\n },\n 'suspended': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'suspended'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P5DT0H0M0S',\n 'max': 'P5DT0H0M0S',\n 'sum': 'P10DT0H0M0S',\n 'average': 'P5DT0H0M0S'\n }\n }\n }\n }\n }\n' |
ImplementationGuide.definition.resource[342].description (l1/c404767) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains the following resources:\n- EpisodeOfCare\n- PlanDefinition\n- CarePlan\n- ServiceRequest\n### Grouping \nThis report is grouped by EpisodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on CarePlan.period overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthEpisodeOfCare': {\n 'resourceType': 'EpisodeOfCare',\n 'id': '30254',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/88873'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/66740'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/18637'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/16046'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n },\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '1597',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/59578'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/57779'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/30254'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/74721'\n }\n ],\n 'activity': [{\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/76916'\n }\n }\n ]\n }\n ],\n 'EHealthPlanDefinition': [{\n 'resourceType': 'PlanDefinition',\n 'id': '59578',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension': [{\n 'url': 'reference',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41757'\n }\n }, {\n 'url': 'role',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code': 'owner'\n }\n ]\n }\n }\n ]\n }\n ],\n 'version': 'c701b8e8-abe6-41bd-9db5-c05b94bc1e2b',\n 'status': 'active'\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '76916',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/13593'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '31d136f2-0b98-4e0a-8f82-f0731b54893d'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/49397'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/72791'\n }\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[345].description (l1/c418058) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains Device information for each EpisodeOfCare:\n- Device\n- DeviceUseStatement\n- DeviceMetrics\n### Grouping \nThis report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on DeviceUseStatement.whenUsed overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthEpisodeOfCare': {\n 'resourceType': 'EpisodeOfCare',\n 'id': 'F417C17F9FDE24C9090BD629C8EE1697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/313D8B0E0AC8EA8169D1DA45ECEEACB9'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/9A7FCD55CA3031585A8F1690DB1D8034'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/A1D94F323D8EF09E5D913D9522FD83C4'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/8DC75F2B12BCC832F92CC065C3D0B451'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n },\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '9541E8EAEAD24376F208D5CD8A4D25F5',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23D34B29DD02EB232B6575537FE8ADC5'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/AC38B1F6391F256002E5A7BE69CB2586'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '08D51B81A7FE5B480278150A94D4048A',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '7EA21ACD27EE012439F1440574A6BB21',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A'\n },\n 'category': 'calculation'\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[346].description (l1/c453272) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains all information related to the specified Patient:\n### Grouping \nNone. This report returns a single JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: not used.\n- patient: The patient to fetch information for.\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'Patient': {\n 'resourceType': 'Patient',\n 'id': '70791',\n 'meta': {\n 'versionId': '1'\n }\n },\n 'Communication': [{\n 'resourceType': 'Communication',\n 'id': '29256',\n 'meta': {\n 'versionId': '1'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'RelatedPerson': [{\n 'resourceType': 'RelatedPerson',\n 'id': '44196',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson']\n },\n 'identifier': [{\n 'use': 'official',\n 'system': 'urn:oid:1.2.208.176.1.2',\n 'value': '2412001234'\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'name': [{\n 'text': 'Tester'\n }\n ]\n }\n ],\n 'Appointment': [{\n 'resourceType': 'Appointment',\n 'id': '74036',\n 'meta': {\n 'versionId': '1'\n },\n 'participant': [{\n 'id': '5fda865d-5e46-4fc4-8dcc-9b5f9a6b501a',\n 'actor': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n }\n }\n ]\n }\n ],\n 'AppointmentResponse': [{\n 'resourceType': 'AppointmentResponse',\n 'id': '63226',\n 'meta': {\n 'versionId': '1'\n },\n 'actor': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n }\n }\n ],\n 'EHealthEpisodeOfCare': [{\n 'resourceType': 'EpisodeOfCare',\n 'id': '10928',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'resourceType': 'EpisodeOfCare',\n 'id': '48392',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }\n ],\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '4021',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n }\n }, {\n 'resourceType': 'DeviceUseStatement',\n 'id': '5732',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/91432'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '81729',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }, {\n 'resourceType': 'Device',\n 'id': '91432',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '35094',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }, {\n 'resourceType': 'DeviceMetric',\n 'id': '22449',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }\n ],\n 'EHealthConsent': [{\n 'resourceType': 'Consent',\n 'id': '51690',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent']\n },\n 'status': 'active',\n 'category': [{\n 'coding': [{\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'consentingParty': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034'\n }\n ],\n 'actor': [{\n 'id': 'f31bec27-965f-49ea-b8fe-5fdb259c539d',\n 'role': {\n 'coding': [{\n 'code': 'authserver'\n }\n ]\n },\n 'reference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499'\n }\n }\n ],\n 'policyRule': 'Rule',\n 'data': [{\n 'meaning': 'related',\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427'\n }\n }\n ]\n }\n ],\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '87235',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664'\n }\n ]\n }, {\n 'resourceType': 'CarePlan',\n 'id': '23385',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845'\n }\n ]\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '18904',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '7654414a-7f86-4170-9920-fde60368b58b'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCondition': [{\n 'resourceType': 'Condition',\n 'id': '22743',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition']\n },\n 'clinicalStatus': 'active',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthObservation': [{\n 'resourceType': 'Observation',\n 'id': '55832',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506'\n }\n ],\n 'status': 'amended',\n 'code': {\n 'coding': [{\n 'system': 'urn:oid:1.2.208.176.2.1',\n 'code': 'NPU03011'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'effectivePeriod': {\n 'start': '2020-03-26T13:37:40+01:00',\n 'end': '2020-03-26T13:37:40+01:00'\n },\n 'performer': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621'\n }\n ],\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/30416'\n }\n }\n ],\n 'EHealthQuestionnaireResponse': [{\n 'resourceType': 'QuestionnaireResponse',\n 'id': '21957',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403'\n }\n ],\n 'questionnaire': {\n 'reference': 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078'\n },\n 'status': 'completed',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'authored': '2020-03-26T13:37:40+01:00',\n 'source': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666'\n }\n }\n ],\n 'EHealthMedia': [{\n 'resourceType': 'Media',\n 'id': '18256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality',\n 'extension': [{\n 'url': 'qualityType',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/quality-types',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'qualityCode',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/usage-quality',\n 'code': 'TBD'\n }\n ]\n }\n }\n ]\n }\n ],\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474'\n }\n ],\n 'type': 'audio',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'occurrenceDateTime': '2020-03-26T13:37:40+01:00',\n 'content': {\n 'language': 'en'\n }\n }\n ],\n 'EHealthClinicalImpression': [{\n 'resourceType': 'ClinicalImpression',\n 'id': '39697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression']\n },\n 'status': 'draft',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/clinicalimpression-codes',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthTask': [{\n 'resourceType': 'Task',\n 'id': '96988',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/task-category',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/restriction-category',\n 'code': 'None'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-responsible',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/74334'\n }\n }\n ],\n 'status': 'draft',\n 'intent': 'proposal',\n 'priority': 'routine',\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCommunication': [{\n 'resourceType': 'Communication',\n 'id': '29256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication']\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthProvenance': [{\n 'resourceType': 'Provenance',\n 'id': '68399',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance']\n },\n 'target': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n ],\n 'recorded': '2020-03-26T13:37:39.772+01:00',\n 'policy': ['policy'],\n 'agent': [{\n 'whoReference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/6901'\n }\n }\n ]\n }, {\n 'resourceType': 'Provenance',\n 'id': '96195',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance']\n },\n 'target': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n }\n ],\n 'recorded': '2020-03-26T13:37:39.801+01:00',\n 'policy': ['policy'],\n 'agent': [{\n 'whoReference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/45854'\n }\n }\n ]\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[347].description (l1/c482441) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains clinical information for each Patient\n### Grouping \nThis report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on EpisodeOfCare.period overlap\n- conditionCode: Filter on Condition.code related to EpisodeOfCare\n- status: Filter on EpisodeOfCare.status\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'Patient': {\n 'resourceType': 'Patient',\n 'id': '70791',\n 'meta': {\n 'versionId': '1'\n }\n },\n 'EHealthEpisodeOfCare': [{\n 'resourceType': 'EpisodeOfCare',\n 'id': '10928',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'resourceType': 'EpisodeOfCare',\n 'id': '48392',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }\n ],\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '4021',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n }\n }, {\n 'resourceType': 'DeviceUseStatement',\n 'id': '5732',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/91432'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '81729',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }, {\n 'resourceType': 'Device',\n 'id': '91432',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '35094',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }, {\n 'resourceType': 'DeviceMetric',\n 'id': '22449',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }\n ],\n 'EHealthConsent': [{\n 'resourceType': 'Consent',\n 'id': '51690',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent']\n },\n 'status': 'active',\n 'category': [{\n 'coding': [{\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'consentingParty': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034'\n }\n ],\n 'actor': [{\n 'id': 'f31bec27-965f-49ea-b8fe-5fdb259c539d',\n 'role': {\n 'coding': [{\n 'code': 'authserver'\n }\n ]\n },\n 'reference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499'\n }\n }\n ],\n 'policyRule': 'Rule',\n 'data': [{\n 'meaning': 'related',\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427'\n }\n }\n ]\n }\n ],\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '87235',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664'\n }\n ]\n }, {\n 'resourceType': 'CarePlan',\n 'id': '23385',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845'\n }\n ]\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '18904',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '7654414a-7f86-4170-9920-fde60368b58b'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCondition': [{\n 'resourceType': 'Condition',\n 'id': '22743',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition']\n },\n 'clinicalStatus': 'active',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthObservation': [{\n 'resourceType': 'Observation',\n 'id': '55832',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506'\n }\n ],\n 'status': 'amended',\n 'code': {\n 'coding': [{\n 'system': 'urn:oid:1.2.208.176.2.1',\n 'code': 'NPU03011'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'effectivePeriod': {\n 'start': '2020-03-26T13:37:40+01:00',\n 'end': '2020-03-26T13:37:40+01:00'\n },\n 'performer': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621'\n }\n ],\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/30416'\n }\n }\n ],\n 'EHealthQuestionnaireResponse': [{\n 'resourceType': 'QuestionnaireResponse',\n 'id': '21957',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403'\n }\n ],\n 'questionnaire': {\n 'reference': 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078'\n },\n 'status': 'completed',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'authored': '2020-03-26T13:37:40+01:00',\n 'source': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666'\n }\n }\n ],\n 'EHealthMedia': [{\n 'resourceType': 'Media',\n 'id': '18256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality',\n 'extension': [{\n 'url': 'qualityType',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/quality-types',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'qualityCode',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/usage-quality',\n 'code': 'TBD'\n }\n ]\n }\n }\n ]\n }\n ],\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474'\n }\n ],\n 'type': 'audio',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'occurrenceDateTime': '2020-03-26T13:37:40+01:00',\n 'content': {\n 'language': 'en'\n }\n }\n ],\n 'EHealthClinicalImpression': [{\n 'resourceType': 'ClinicalImpression',\n 'id': '39697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression']\n },\n 'status': 'draft',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/clinicalimpression-codes',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[348].description (l1/c489320) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains an overview of the number of unique active citizens with Episodes of Care, shown both on monthly and yearly basis.\n### Grouping \nThis report is grouped by months and years. All groups are contained in the same JSON file.\n### Parameters\n- None\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing a JSon file corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\nFirst example is the monthly data:\n\n{\n\t'PatientsUsageSummary': {\n\t\t'monthData': [\n\t\t\t{\n\t\t\t\t'month': '1',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '2',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '3',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '4',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '5',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '6',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '7',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '8',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '9',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '10',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '11',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '12',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n ]\n }\n}\n\nSecond example is the yearly data:\n\n{\n\t'PatientsUsageSummary': {\n\t\t'yearData': [\n\t\t\t{\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 12,\n\t\t\t\t\t\t'average': 1.0,\n\t\t\t\t\t\t'usageBaseline': 10000,\n\t\t\t\t\t\t'averageRounded': 1000.0,\n\t\t\t\t\t\t'averageBeyondBaseline': 0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 12,\n\t\t\t\t\t\t'average': 1.0,\n\t\t\t\t\t\t'usageBaseline': 10000,\n\t\t\t\t\t\t'averageRounded': 1000.0,\n\t\t\t\t\t\t'averageBeyondBaseline': 0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n ]\n }\n}\n' |
ImplementationGuide.definition.resource[349].description (l1/c492215) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains all information related to the specified Practitioner\n- Practitioner\n- CareTeam\n- PractitionerRole\n### Grouping \nNone. The report is returned in a single JSon file.\n### Parameters\n- organization: \n - Practitioner: Not filtered\n - CareTeam: Filter on CareTeam.ManagingOrganization match\n - PractitionerRole: Filter on PractitionerRole.Organization match\n- period: not used\n- practitionerID: The practitioner to fetch information for\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthPractitioner': {\n 'resourceType': 'Practitioner',\n 'id': '20599',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner']\n },\n 'name': [{\n 'family': '2f82a48c-61cc-4c7f-855a-3e6b59729ef1'\n }\n ]\n },\n 'EHealthPractitionerRole': [],\n 'EHealthCareTeam': [{\n 'resourceType': 'CareTeam',\n 'id': '99438',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': 'f556eab1-dbe9-40e3-9edd-149fa3bd1ae0',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'f9d27974-6a6a-44fb-b6eb-bcd22d769a18',\n 'participant': [{\n 'member': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599'\n }\n }\n ],\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174'\n }\n ]\n }\n ]\n }\n' |
ImplementationGuide.definition.resource[350].description (l1/c502218) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains counts of practitioners associated with Organizations and CareTeams\n- List of Organization and associated practitonerCount\n- List of CareTeam and associated practitionerCount\n### Grouping \nNone. The report is returned in a single JSon file.\n### Parameters\n- organization: \n - CareTeam: Filter on CareTeam.ManagingOrganization match\n - PractitionerRole: Filter on PractitionerRole.Organization match\n- period\n - CareTeam: Filter on CareTeam.participant.period overlap\n - PractitionerRole: Filter on PractitionerRole.perid overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nOrganization and CareTeam are Fhir resources. See the implementation guide for details\n\n {\n 'PractitionerSummary': {\n 'organizationPractitionerStatistics': [{\n 'organization': {\n 'resourceType': 'Organization',\n 'id': '69075',\n 'meta': {\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/organization-source',\n 'code': 'manual'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/organization-synchronization-status',\n 'code': 'NotSynchronized'\n }\n ]\n }\n }\n ],\n 'name': 'e7c2b264-b2d9-4a6d-aba9-f23be1017d39'\n },\n 'practitionerCount': 1\n }\n ],\n 'careTeamPractitionerStatistics': [{\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '44267',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '7ced02e2-3082-4e02-86cc-030e8df8906d',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'd1e7d427-1565-42f6-951d-5508d494d4c8',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '40831',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': 'f12b2b87-95d9-487c-b088-457acfa1693f',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'c572c5ac-bac3-4f9e-b948-795db7563145',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '78765',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '7378e850-aff6-430d-9e86-cca801bf2375',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '3e038dd3-9e80-41e4-9932-8597f8706da4',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '46096',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '37a66140-dc7e-4ea4-9ec7-d0dd91adf7c8',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '311ebab3-d310-44bb-b72b-65bdf74b3729',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '32543',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '3671c951-d20e-4d5c-82ec-fae5ee03821e',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '1f74a06c-8ae1-4b5c-b5ee-49abfd2d28e1',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }\n ]\n }\n }\n' |
ImplementationGuide.definition.resource[351].description (l1/c519952) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains a collection of questionnaire responses and related resources\n- Organizations\n- CareTeams\n- PlanDefinitions\n- ActivityDefinitions\n- Questionnaires\n- QuestionnaireResponses\n- Communication\n- ServiceRequestSummary\n### Grouping \nThis report is grouped by Questionnaire. Each group is returned as a FHIR bundle in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- condition: Filter on CarePlan.addresses.code match\n- period: Filter on QuestionnaireResponse.authored within period\n- plan: Filter on Plan match\n- questionnaire: Filter on ActivityDefinition.composed-of match\n- careteam: Filter on careteam in CarePlan.careteam or EpisodeOfCare.team\n- tag: Filter on tag match\n\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\n### Output\n{\n 'resourceType' : 'Bundle',\n 'id' : 'Questionnaire/44529',\n 'entry' : [ {\n 'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/24206/_history/1',\n 'resource' : {\n 'resourceType' : 'PlanDefinition',\n 'id' : '24206',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/14291'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'status' : 'active',\n 'action' : [ {\n 'definitionCanonical' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919'\n } ]\n }\n }, {\n 'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919/_history/1',\n 'resource' : {\n 'resourceType' : 'ActivityDefinition',\n 'id' : '10919',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code' : 'noSharing'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/25403'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'name' : '0ca879ed-678c-4439-aa4a-efc597f92dfb',\n 'status' : 'active',\n 'topic' : [ {\n 'coding' : [ {\n 'system' : 'http://terminology.hl7.org/CodeSystem/definition-topic',\n 'code' : 'treatment'\n } ]\n } ],\n 'relatedArtifact' : [ {\n 'type' : 'composed-of',\n 'resource' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529'\n } ],\n 'code' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code' : '273586006'\n } ]\n }\n }\n }, {\n 'fullUrl' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529/_history/1',\n 'resource' : {\n 'resourceType' : 'Questionnaire',\n 'id' : '44529',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/questionnaire-types',\n 'code' : 'QQ'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/24153'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'name' : '090b990e-046a-4374-b7c6-b08613a41cce',\n 'status' : 'active'\n }\n }, {\n 'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618/_history/1',\n 'resource' : {\n 'resourceType' : 'Organization',\n 'id' : '98618',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/organization-source',\n 'code' : 'manual'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/organization-synchronization-status',\n 'code' : 'NotSynchronized'\n } ]\n }\n } ],\n 'identifier' : [ {\n 'use' : 'official',\n 'system' : 'urn:oid:2.16.840.1.113883.2.24.1.1',\n 'value' : '11111111',\n 'period' : {\n 'start' : '2023-10-10T14:49:12+02:00'\n }\n } ],\n 'active' : false,\n 'name' : 'defaultTestFactory-be16f47b-1f8a-4440-a02e-23da1219b0ca',\n 'partOf' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/22124'\n }\n }\n }, {\n 'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455/_history/1',\n 'resource' : {\n 'resourceType' : 'CareTeam',\n 'id' : '87455',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam' ]\n },\n 'identifier' : [ {\n 'system' : 'urn:ietf:rfc:3986',\n 'value' : 'urn:uuid:9658ef5f-019a-4c90-9c41-f3ad14a31777'\n } ],\n 'status' : 'active',\n 'name' : '1b900db5-09dd-4563-b612-2b81201fab16',\n 'reasonCode' : [ {\n 'coding' : [ {\n 'system' : 'urn:oid:1.2.208.176.2.4',\n 'code' : 'DJ44'\n } ]\n } ]\n }\n }, {\n 'fullUrl' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491/_history/1',\n 'resource' : {\n 'resourceType' : 'QuestionnaireResponse',\n 'id' : '92491',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse' ]\n },\n 'extension' : [ {\n 'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/22208'\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-resolved-timing',\n 'extension' : [ {\n 'url' : 'serviceRequestVersionId',\n 'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'\n }, {\n 'url' : 'start',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'url' : 'end',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'url' : 'type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',\n 'code' : 'Resolved'\n } ]\n }\n } ]\n } ],\n 'basedOn' : [ {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n } ],\n 'questionnaire' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529',\n 'status' : 'completed',\n 'subject' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/64465'\n },\n 'authored' : '2023-10-10T14:49:12+02:00',\n 'source' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/75218'\n }\n }\n }, {\n 'fullUrl' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180/_history/1',\n 'resource' : {\n 'resourceType' : 'Communication',\n 'id' : '97180',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication' ]\n },\n 'extension' : [ {\n 'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/14233'\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/restriction-category',\n 'code' : 'None'\n } ]\n }\n } ],\n 'basedOn' : [ {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n } ],\n 'status' : 'in-progress',\n 'category' : [ {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/communication-category',\n 'code' : 'annotation'\n } ]\n }, {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/message-category',\n 'code' : 'advice'\n } ]\n } ],\n 'subject' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/35194'\n },\n 'topic' : {\n 'coding' : [ {\n 'system' : 'http://terminology.hl7.org/CodeSystem/communication-topic',\n 'code' : 'report-labs'\n } ]\n },\n 'sent' : '2023-10-10T14:49:12+02:00',\n 'reasonCode' : [ {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/message-reasonCode',\n 'code' : 'ReminderSubmitMeasurement'\n } ]\n } ]\n }\n }, {\n 'fullUrl' : 'urn:uuid:57cfd6a7-dd43-4caa-8220-d50c77aebd8b',\n 'resource' : {\n 'resourceType' : 'Parameters',\n 'parameter' : [ {\n 'name' : 'serviceRequestResponseSummary',\n 'part' : [ {\n 'name' : 'serviceRequest',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n },\n 'part' : [ {\n 'name' : 'condition',\n 'valueCoding' : {\n 'system' : 'urn:oid:1.2.208.176.2.4',\n 'code' : 'DJ44',\n 'display' : 'Kronisk obstruktiv lungesygdom'\n }\n }, {\n 'name' : 'episodeOfCareManagingOrganization',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618'\n }\n }, {\n 'name' : 'episodeOfCarePeriod',\n 'valuePeriod' : {\n 'start' : '1970-01-01T01:00:01+01:00',\n 'end' : '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'name' : 'patientIdentifier',\n 'valueIdentifier' : {\n 'system' : 'urn:oid:1.2.208.176.1.2',\n 'value' : '0101010001'\n }\n }, {\n 'name' : 'statusHistory',\n 'part' : [ {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'draft'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-02T12:49:12+00:00',\n 'end' : '2023-10-03T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'active'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-03T12:49:12+00:00',\n 'end' : '2023-10-04T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'on-hold'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-04T12:49:12+00:00',\n 'end' : '2023-10-05T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'active'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-05T12:49:12+00:00',\n 'end' : '2023-10-08T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'on-hold'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-08T12:49:12+00:00'\n }\n } ]\n } ]\n }, {\n 'name' : 'involvedCareTeams',\n 'part' : [ {\n 'name' : 'careTeam',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455'\n }\n } ]\n }, {\n 'name' : 'responses',\n 'part' : [ {\n 'name' : 'response',\n 'part' : [ {\n 'name' : 'occurrence',\n 'part' : [ {\n 'name' : 'serviceRequestVersionId',\n 'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'\n }, {\n 'name' : 'start',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'name' : 'end',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'name' : 'type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',\n 'code' : 'Resolved'\n } ]\n }\n } ]\n }, {\n 'name' : 'questionnaireResponse',\n 'valueReference' : {\n 'reference' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491'\n }\n }, {\n 'name' : 'submitted',\n 'valueDateTime' : '2023-10-10T12:49:12+00:00'\n } ]\n } ]\n }, {\n 'name' : 'communications',\n 'part' : [ {\n 'name' : 'communication',\n 'valueReference' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180'\n }\n } ]\n } ]\n } ]\n } ]\n }\n } ]\n}\n\n' |
ImplementationGuide.definition.resource[352].description (l1/c522514) | warning | value should not start or finish with whitespace '### Report Contents\nThis report contains SSL Orders\n- OrderDetails\n- OrderLines\n- TraceLines\n### Grouping \nOrder. Each Order is returned in a single JSon file.\n### Parameters\n- organization: Filter on Order.buyer\n- period: Filter on TraceLine.timestamp\n- seller: Filter on Order.seller\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are SSL resources. See the SSL API description for details\n\n {\n 'OrderDetails': {\n 'order': {\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'threadId': null,\n 'identifiers': null,\n 'status': null,\n 'priority': null,\n 'notes': null,\n 'buyer': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER',\n 'seller': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER',\n 'sellerDeliveryContactEmail': null,\n 'carePlanRef': null,\n 'carePlanTitle': null,\n 'earliestDeliveryDate': null,\n 'latestDeliveryDate': null,\n 'receiver': null\n },\n 'orderLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE',\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'status': null,\n 'item': null,\n 'agreedDate': null,\n 'device': null\n }\n ],\n 'traceLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1',\n 'timestamp': '2019-12-24T18:00:00Z',\n 'createdByOrganization': null,\n 'createdByUser': null,\n 'text': null,\n 'supplementaryText': null,\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'orderLine': null,\n 'statusChange': null\n }\n ]\n }\n }\n' |
ImplementationGuide.definition.resource[353].description (l1/c524746) | warning | value should not start or finish with whitespace 'The search-measurements operation searches for bundles of related resources having Observations, Media or QuestionnaireResponses matching the search criteria.\n\n\n### Parameter description\n- patient: Find resource(s) referring the specified patient - Reference(eHealth Patient).\n- episodeOfCare: Find resource(s) referring the specified episode of care - Reference(eHealth EpisodeOfCare).\n- device: Find resource(s) referring the specified device - Reference(eHealth Device | eHealth DeviceMetric).\n- 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.\n- based-on: Resources(s) must be based on any of the specified procedure requests - Reference(eHealth ServiceRequest).\n- _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.\n\n\n\"period\" must always be specified.\n\nAdditionally at least \"patient\" or \"episodeOfCare\" must be specified.\n\n### Output description\n\nThe result of this operation will return a Bundle with a list of nested Bundles having resources matching the search parameters.\n\nEach of the nested bundles will contain the full set of related eHealth Observation, eHealth Media, eHealth QuestionnaireResponse and eHealth Provenance resources.\n\nIf a eHealth QuestionnaireResponse is part of the nested bundle the referenced eHealth Questionnaire will also be included in the nested bundle.\n\nRelated resources are the set of resources created by a single invocation of the submit-measurement operation.\n\n' |
ImplementationGuide.definition.resource[354].description (l1/c526539) | information | The string value contains text that looks like embedded HTML tags. If this content is rendered to HTML without appropriate post-processing, it may be a security risk |
ImplementationGuide.definition.resource[364].description (l1/c533744) | warning | value should not start or finish with whitespace '### Input\n- resourceId: reference to the ActivityDefinition resource that should be cloned\n- clone_operation: minor-version/major-version/copy Coding from codesystem: http://ehealth.sundhed.dk/cs/ehealth-clone-operation \n- default-clone-behavior: true/false. False signifies deep-clone mode where the list of deep-clone-references determine which resources should be cloned \n- deep-clone-references: References to resources to create as new resources rather than referencing the existing ones.\n\n### Output\nBundle containing all resources that were created during the operation.\n\n### Validation\n- New business versions require that the user has modifier-role: owner or co-author for the resource\n- New copy does not require that the user has a modifier-role.\n- New business version can be made only when no draft resource exists (having identical base identifier).\n- Read/search/create privileges are required for the resource types affected by $create-clone\n' |
ImplementationGuide.definition.resource[369].description (l1/c537122) | warning | value should not start or finish with whitespace '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.\n\nThe operation is idempotent.\n### Input\n- 1..1 Parameters: HL7 FHIR [Parameters](https://www.hl7.org/fhir/stu3/parameters.html) resource containing input parameters for the clinical decision support computation.This should either be a QuestionnaireResponse or an Observation for evaluation.\n\n### Output\nUpon success this operation returns an GuidanceResponse resource containing the decision support result.\n\n' |
ImplementationGuide.definition.resource[373].description (l1/c538957) | warning | value should not start or finish with whitespace 'Export a PlanDefinition.\n### Export Contents\nThe export contains the PlanDefinition including referenced resources:- PlanDefinitions\n- ActivityDefinitions\n- Questionnaires\n- Libraries\n- Organizations\n\nEach resource is returned in a separate JSon file.\n### Parameters\n- exclude: references to ActivityDefinitions or PlanDefinitions to exclude from the export.\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files.\nAll returned objects are Fhir resources. See the implementation guide for details\n' |
ImplementationGuide.definition.resource[374].description (l1/c539569) | warning | value should not start or finish with whitespace 'Import a Plandefinition\n### Parameters\n- planDefinitionPackage: Binary package produced by the export operation\n### Output\nBundle containing the created resources. PlanDefinitions, ActivityDefinitions, and Questionnaires will be created. Libraries and Organizations are used to find the corresponding resources on the target system.\n' |
ImplementationGuide.definition.resource[375].description (l1/c540550) | warning | value should not start or finish with whitespace '### Input\n- resourceId: reference to the Questionnaire resource that should be cloned\n- clone-operation: minor-version/major-version/copy Coding from codesystem: http://ehealth.sundhed.dk/cs/ehealth-clone-operation \n\n### Output\nBundle containing all resources that were created during the operation.\n\n### Validation\n- New business versions require that the user has modifier-role: owner or co-author for the resource\n- New copy does not require that the user has a modifier-role.\n- New business version can be made only when no draft resource exists (having identical base identifier).\n- Read/search/create privileges are required for the resource types affected by $create-clone\n' |
Path | Severity | Message |
CapabilityStatement (l1/c71779) | warning | Rule cpb-0: 'Name should be usable as an identifier for the module by machine processing applications such as code generation' Failed |
CapabilityStatement.format[6] (l1/c6303) | error | The value provided ('html/json') is not in the value set 'MimeType' (http://hl7.org/fhir/ValueSet/mimetypes|4.0.1), and a code is required from this value set) (error message = Unknown Code 'html/json' in the system 'urn:ietf:bcp:13'; The provided code 'urn:ietf:bcp:13#html/json' is not in the value set 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1' (from Tx-Server)) (see Tx log) |
CapabilityStatement.format[7] (l1/c6314) | error | The value provided ('html/xml') is not in the value set 'MimeType' (http://hl7.org/fhir/ValueSet/mimetypes|4.0.1), and a code is required from this value set) (error message = Unknown Code 'html/xml' in the system 'urn:ietf:bcp:13'; The provided code 'urn:ietf:bcp:13#html/xml' is not in the value set 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1' (from Tx-Server)) (see Tx log) |
CapabilityStatement.format[8] (l1/c6328) | error | The value provided ('html/turtle') is not in the value set 'MimeType' (http://hl7.org/fhir/ValueSet/mimetypes|4.0.1), and a code is required from this value set) (error message = Unknown Code 'html/turtle' in the system 'urn:ietf:bcp:13'; The provided code 'urn:ietf:bcp:13#html/turtle' is not in the value set 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1' (from Tx-Server)) (see Tx log) |
CapabilityStatement.rest[0].security.extension[0] (l1/c6857) | error | The extension http://ehealth.sundhed.dk/security/oauth-uris is unknown, and not allowed here |
CapabilityStatement.rest[0].resource[0].searchParam[0].definition (l1/c8076) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/appointment-_language' does not resolve |
CapabilityStatement.rest[0].resource[0].searchParam[23].definition (l1/c12631) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Resource-has' does not resolve |
CapabilityStatement.rest[0].resource[1].extension[0] (l1/c14644) | error | The extension http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount is unknown, and not allowed here |
CapabilityStatement.rest[0].resource[1].searchParam[0].definition (l1/c15272) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-_language' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[1].definition (l1/c15418) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-date' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[2].definition (l1/c15566) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-code' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[3].definition (l1/c15744) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-context-type-value' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[4].definition (l1/c15937) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-jurisdiction' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[6].definition (l1/c16315) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-description' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[7].definition (l1/c16483) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-context-type' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[8].definition (l1/c16657) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-language' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[9].definition (l1/c16821) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-title' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[10].definition (l1/c17005) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-context-quantity' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[11].definition (l1/c17198) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-context' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[12].definition (l1/c17390) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-context-type-quantity' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[13].definition (l1/c17604) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-identifier' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[14].definition (l1/c17776) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-content-mode' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[16].definition (l1/c18147) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-version' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[17].definition (l1/c18301) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-url' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[19].definition (l1/c18658) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-supplements' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[20].definition (l1/c18842) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-system' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[22].definition (l1/c19202) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Resource-has' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[24].definition (l1/c19525) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-name' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[25].definition (l1/c19701) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-publisher' does not resolve |
CapabilityStatement.rest[0].resource[1].searchParam[30].definition (l1/c20580) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Codesystem-status' does not resolve |
CapabilityStatement.rest[0].resource[2].searchParam[0].definition (l1/c22176) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Communication-_language' does not resolve |
CapabilityStatement.rest[0].resource[2].searchParam[25].definition (l1/c26689) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Resource-has' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[0].definition (l1/c29074) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-_language' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[1].definition (l1/c29229) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-date' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[2].definition (l1/c29395) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-code' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[3].definition (l1/c29562) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-instance' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[4].definition (l1/c29738) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-context-type-value' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[5].definition (l1/c29949) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-jurisdiction' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[6].definition (l1/c30139) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-description' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[7].definition (l1/c30325) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-context-type' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[8].definition (l1/c30511) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-title' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[9].definition (l1/c30689) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-type' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[10].definition (l1/c30864) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-context-quantity' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[11].definition (l1/c31089) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-output-profile' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[12].definition (l1/c31266) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-context' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[13].definition (l1/c31476) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-context-type-quantity' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[14].definition (l1/c31696) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-kind' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[15].definition (l1/c31845) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-version' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[16].definition (l1/c32017) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-url' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[17].definition (l1/c32207) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-input-profile' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[18].definition (l1/c32381) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-system' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[19].definition (l1/c32534) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-name' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[20].definition (l1/c32728) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-publisher' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[22].definition (l1/c33038) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-base' does not resolve |
CapabilityStatement.rest[0].resource[3].searchParam[23].definition (l1/c33207) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Operationdefinition-status' does not resolve |
CapabilityStatement.rest[0].resource[4].searchParam[0].definition (l1/c34307) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Patient-_language' does not resolve |
CapabilityStatement.rest[0].resource[5].searchParam[0].definition (l1/c39775) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Person-_language' does not resolve |
CapabilityStatement.rest[0].resource[6].searchParam[0].definition (l1/c44449) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/RelatedPerson-_language' does not resolve |
CapabilityStatement.rest[0].resource[6].searchParam[5].definition (l1/c45302) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/RelatedPerson-address-country' does not resolve |
CapabilityStatement.rest[0].resource[6].searchParam[6].definition (l1/c45464) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/RelatedPerson-phonetic' does not resolve |
CapabilityStatement.rest[0].resource[6].searchParam[9].definition (l1/c45995) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/RelatedPerson-address-city' does not resolve |
CapabilityStatement.rest[0].resource[6].searchParam[11].definition (l1/c46342) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/RelatedPerson-email' does not resolve |
CapabilityStatement.rest[0].resource[6].searchParam[13].definition (l1/c46661) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/RelatedPerson-address' does not resolve |
CapabilityStatement.rest[0].resource[6].searchParam[16].definition (l1/c47328) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/RelatedPerson-address-postalcode' does not resolve |
CapabilityStatement.rest[0].resource[6].searchParam[18].definition (l1/c47671) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/RelatedPerson-phone' does not resolve |
CapabilityStatement.rest[0].resource[6].searchParam[19].definition (l1/c47811) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Resource-has' does not resolve |
CapabilityStatement.rest[0].resource[6].searchParam[21].definition (l1/c48151) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/RelatedPerson-address-use' does not resolve |
CapabilityStatement.rest[0].resource[7].extension[0] (l1/c49236) | error | The extension http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount is unknown, and not allowed here |
CapabilityStatement.rest[0].resource[7].searchParam[0].definition (l1/c50145) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-_language' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[1].definition (l1/c50296) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-date' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[2].definition (l1/c50454) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-code' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[3].definition (l1/c50620) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-context-type-value' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[4].definition (l1/c50823) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-jurisdiction' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[6].definition (l1/c51213) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-derived-from' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[7].definition (l1/c51397) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-description' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[8].definition (l1/c51575) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-context-type' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[10].definition (l1/c51978) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-context-quantity' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[11].definition (l1/c52181) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-context' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[12].definition (l1/c52383) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-context-type-quantity' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[15].definition (l1/c53009) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-version' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[17].definition (l1/c53361) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-target' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[19].definition (l1/c53730) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-component' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[21].definition (l1/c54059) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Resource-has' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[23].definition (l1/c54387) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-name' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[24].definition (l1/c54573) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-publisher' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[29].definition (l1/c55463) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-base' does not resolve |
CapabilityStatement.rest[0].resource[7].searchParam[30].definition (l1/c55642) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/searchparameter-status' does not resolve |
CapabilityStatement.rest[0].resource[8].extension[0] (l1/c56652) | error | The extension http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount is unknown, and not allowed here |
CapabilityStatement.rest[0].resource[8].searchParam[0].definition (l1/c57554) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-_language' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[1].definition (l1/c57709) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-date' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[2].definition (l1/c57903) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-context-type-value' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[3].definition (l1/c58114) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-jurisdiction' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[5].definition (l1/c58510) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-description' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[6].definition (l1/c58696) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-context-type' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[7].definition (l1/c58896) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-experimental' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[8].definition (l1/c59060) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-title' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[9].definition (l1/c59238) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-type' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[10].definition (l1/c59431) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-context-quantity' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[11].definition (l1/c59636) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-path' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[12].definition (l1/c59825) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-base-path' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[13].definition (l1/c59994) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-context' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[15].definition (l1/c60395) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-keyword' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[16].definition (l1/c60589) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-context-type-quantity' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[17].definition (l1/c60821) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-identifier' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[18].definition (l1/c61003) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-valueset' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[19].definition (l1/c61163) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-kind' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[21].definition (l1/c61548) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-abstract' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[22].definition (l1/c61713) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-version' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[26].definition (l1/c62478) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-ext-context' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[27].definition (l1/c62712) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Resource-has' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[29].definition (l1/c63044) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-name' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[30].definition (l1/c63238) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-publisher' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[31].definition (l1/c63426) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-derivation' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[36].definition (l1/c64338) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-base' does not resolve |
CapabilityStatement.rest[0].resource[8].searchParam[37].definition (l1/c64529) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/structuredefinition-status' does not resolve |
CapabilityStatement.rest[0].resource[9].extension[0] (l1/c65082) | error | The extension http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount is unknown, and not allowed here |
CapabilityStatement.rest[0].resource[9].searchParam[0].definition (l1/c65710) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-_language' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[1].definition (l1/c65854) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-date' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[3].definition (l1/c66246) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-context-type-value' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[4].definition (l1/c66435) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-jurisdiction' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[6].definition (l1/c66809) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-description' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[7].definition (l1/c66973) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-context-type' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[8].definition (l1/c67137) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-title' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[10].definition (l1/c67516) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-context-quantity' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[11].definition (l1/c67705) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-context' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[12].definition (l1/c67893) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-context-type-quantity' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[13].definition (l1/c68103) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-identifier' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[15].definition (l1/c68451) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-version' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[16].definition (l1/c68601) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-url' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[20].definition (l1/c69294) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/Resource-has' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[22].definition (l1/c69615) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-name' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[23].definition (l1/c69787) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-publisher' does not resolve |
CapabilityStatement.rest[0].resource[9].searchParam[28].definition (l1/c70660) | error | Canonical URL 'http://hl7.org/fhir/SearchParameter/ValueSet-status' does not resolve |
input/resources/CodeSystem-EventTiming.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-EventTiming.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/EventTiming) does not match the URL (http://hl7.org/fhir/event-timing) |
input/resources/CodeSystem-care-plan-status.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-care-plan-status.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/care-plan-status) does not match the URL (http://hl7.org/fhir/care-plan-status) |
input/resources/CodeSystem-ehealth-action.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-action.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-action) does not match the URL (http://ehealth.sundhed.dk/cs/action) |
input/resources/CodeSystem-ehealth-action-guidance-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-action-guidance-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-action-guidance-types) does not match the URL (http://ehealth.sundhed.dk/cs/action-guidance-types) |
input/resources/CodeSystem-ehealth-action-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-action-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-action-type) does not match the URL (http://ehealth.sundhed.dk/cs/action-type) |
input/resources/CodeSystem-ehealth-activitydefinition-code.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-activitydefinition-code.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-activitydefinition-code) does not match the URL (http://ehealth.sundhed.dk/cs/activitydefinition-code) |
input/resources/CodeSystem-ehealth-administrative-status.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-administrative-status.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-administrative-status) does not match the URL (http://ehealth.sundhed.dk/cs/administrative-status) |
input/resources/CodeSystem-ehealth-appointment-reason.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-appointment-reason.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-appointment-reason) does not match the URL (http://ehealth.sundhed.dk/cs/appointment-reason) |
input/resources/CodeSystem-ehealth-appointment-servicetype.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-appointment-servicetype.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-appointment-servicetype) does not match the URL (http://ehealth.sundhed.dk/cs/appointment-servicetype) |
input/resources/CodeSystem-ehealth-appointmenttype-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-appointmenttype-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-appointmenttype-codes) does not match the URL (http://ehealth.sundhed.dk/cs/appointmenttype-codes) |
input/resources/CodeSystem-ehealth-basic-resource-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-basic-resource-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-basic-resource-type) does not match the URL (http://ehealth.sundhed.dk/cs/basic-resource-type) |
input/resources/CodeSystem-ehealth-careplan-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-careplan-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-careplan-category) does not match the URL (http://ehealth.sundhed.dk/cs/careplan-category) |
input/resources/CodeSystem-ehealth-careteam-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-careteam-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-careteam-category) does not match the URL (http://ehealth.sundhed.dk/cs/careteam-category) |
input/resources/CodeSystem-ehealth-careteam-participant-role.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-careteam-participant-role.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-careteam-participant-role) does not match the URL (http://ehealth.sundhed.dk/cs/careteam-participant-role) |
input/resources/CodeSystem-ehealth-clinicalimpression-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-clinicalimpression-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-clinicalimpression-codes) does not match the URL (http://ehealth.sundhed.dk/cs/clinicalimpression-codes) |
input/resources/CodeSystem-ehealth-clinicalimpression-decision-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-clinicalimpression-decision-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-clinicalimpression-decision-codes) does not match the URL (http://ehealth.sundhed.dk/cs/clinicalimpression-decision-codes) |
input/resources/CodeSystem-ehealth-clinicalimpression-finding-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-clinicalimpression-finding-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-clinicalimpression-finding-codes) does not match the URL (http://ehealth.sundhed.dk/cs/clinicalimpression-finding-codes) |
input/resources/CodeSystem-ehealth-clone-operation.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-clone-operation.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-clone-operation) does not match the URL (http://ehealth.sundhed.dk/cs/ehealth-clone-operation) |
input/resources/CodeSystem-ehealth-communication-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-communication-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-communication-category) does not match the URL (http://ehealth.sundhed.dk/cs/communication-category) |
input/resources/CodeSystem-ehealth-conditions.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-conditions.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-conditions) does not match the URL (http://ehealth.sundhed.dk/cs/conditions) |
input/resources/CodeSystem-ehealth-consent-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-consent-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-consent-category) does not match the URL (http://ehealth.sundhed.dk/cs/consent-category) |
input/resources/CodeSystem-ehealth-contactpoint-custodian.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-contactpoint-custodian.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-contactpoint-custodian) does not match the URL (http://ehealth.sundhed.dk/cs/contactpoint-custodian) |
input/resources/CodeSystem-ehealth-contactpoint-system.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-contactpoint-system.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-contactpoint-system) does not match the URL (http://ehealth.sundhed.dk/cs/contactpoint-system) |
input/resources/CodeSystem-ehealth-device-calibration-actor.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-device-calibration-actor.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-device-calibration-actor) does not match the URL (http://ehealth.sundhed.dk/cs/device-calibration-actor) |
input/resources/CodeSystem-ehealth-device-calibration-period.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-device-calibration-period.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-device-calibration-period) does not match the URL (http://ehealth.sundhed.dk/cs/device-calibration-period) |
input/resources/CodeSystem-ehealth-device-measuring-quality.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-device-measuring-quality.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-device-measuring-quality) does not match the URL (http://ehealth.sundhed.dk/cs/device-measuring-quality) |
input/resources/CodeSystem-ehealth-device-safety.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-device-safety.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-device-safety) does not match the URL (http://ehealth.sundhed.dk/cs/device-safety) |
input/resources/CodeSystem-ehealth-device-service-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-device-service-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-device-service-types) does not match the URL (http://ehealth.sundhed.dk/cs/device-service-types) |
input/resources/CodeSystem-ehealth-device-supplier-roles.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-device-supplier-roles.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-device-supplier-roles) does not match the URL (http://ehealth.sundhed.dk/cs/device-supplier-roles) |
input/resources/CodeSystem-ehealth-device-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-device-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-device-types) does not match the URL (http://ehealth.sundhed.dk/cs/device-types) |
input/resources/CodeSystem-ehealth-device-use-reason.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-device-use-reason.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-device-use-reason) does not match the URL (http://ehealth.sundhed.dk/cs/device-use-reason) |
input/resources/CodeSystem-ehealth-devicemetric-property-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-devicemetric-property-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-devicemetric-property-types) does not match the URL (http://ehealth.sundhed.dk/cs/devicemetric-property-types) |
input/resources/CodeSystem-ehealth-devicemetric-quality-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-devicemetric-quality-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-devicemetric-quality-types) does not match the URL (http://ehealth.sundhed.dk/cs/devicemetric-quality-types) |
input/resources/CodeSystem-ehealth-document-class.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-document-class.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-document-class) does not match the URL (http://ehealth.sundhed.dk/cs/document-class) |
input/resources/CodeSystem-ehealth-document-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-document-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-document-type) does not match the URL (http://ehealth.sundhed.dk/cs/document-type) |
input/resources/CodeSystem-ehealth-ehealth-provenance-policies.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-ehealth-provenance-policies.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-provenance-policies) does not match the URL (http://ehealth.sundhed.dk/cs/ehealth-provenance-policies) |
input/resources/CodeSystem-ehealth-ehealth-ucum-printsymbol-supplement.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-ehealth-ucum-printsymbol-supplement.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-ucum-printsymbol-supplement) does not match the URL (http://ehealth.sundhed.dk/cs/ehealth-ucum-printsymbol-supplement) |
input/resources/CodeSystem-ehealth-ehealth-usage-context-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-ehealth-usage-context-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-usage-context-type) does not match the URL (http://ehealth.sundhed.dk/cs/ehealth-usage-context-type) |
input/resources/CodeSystem-ehealth-fs3-citizen-importance-scores.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-citizen-importance-scores.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-citizen-importance-scores) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-citizen-importance-scores) |
input/resources/CodeSystem-ehealth-fs3-citizen-performance-scores.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-citizen-performance-scores.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-citizen-performance-scores) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-citizen-performance-scores) |
input/resources/CodeSystem-ehealth-fs3-group-communitylife.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-group-communitylife.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-group-communitylife) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-group-communitylife) |
input/resources/CodeSystem-ehealth-fs3-group-mentalfunctions.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-group-mentalfunctions.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-group-mentalfunctions) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-group-mentalfunctions) |
input/resources/CodeSystem-ehealth-fs3-group-mobility.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-group-mobility.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-group-mobility) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-group-mobility) |
input/resources/CodeSystem-ehealth-fs3-group-practicaltasks.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-group-practicaltasks.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-group-practicaltasks) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-group-practicaltasks) |
input/resources/CodeSystem-ehealth-fs3-group-selfcare.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-group-selfcare.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-group-selfcare) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-group-selfcare) |
input/resources/CodeSystem-ehealth-fs3-health-communication.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-health-communication.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-health-communication) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-health-communication) |
input/resources/CodeSystem-ehealth-fs3-health-excretion-of-waste-materials.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-health-excretion-of-waste-materials.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-health-excretion-of-waste-materials) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-health-excretion-of-waste-materials) |
input/resources/CodeSystem-ehealth-fs3-health-function-level.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-health-function-level.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-health-function-level) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-health-function-level) |
input/resources/CodeSystem-ehealth-fs3-health-knowledge-and-development.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-health-knowledge-and-development.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-health-knowledge-and-development) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-health-knowledge-and-development) |
input/resources/CodeSystem-ehealth-fs3-health-musculoskeletal.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-health-musculoskeletal.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-health-musculoskeletal) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-health-musculoskeletal) |
input/resources/CodeSystem-ehealth-fs3-health-nutrition.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-health-nutrition.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-health-nutrition) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-health-nutrition) |
input/resources/CodeSystem-ehealth-fs3-health-pain-and-sensory-impressions.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-health-pain-and-sensory-impressions.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-health-pain-and-sensory-impressions) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-health-pain-and-sensory-impressions) |
input/resources/CodeSystem-ehealth-fs3-health-psychosocial-conditions.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-health-psychosocial-conditions.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-health-psychosocial-conditions) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-health-psychosocial-conditions) |
input/resources/CodeSystem-ehealth-fs3-health-respiration-and-circulation.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-health-respiration-and-circulation.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-health-respiration-and-circulation) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-health-respiration-and-circulation) |
input/resources/CodeSystem-ehealth-fs3-health-sexuality.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-health-sexuality.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-health-sexuality) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-health-sexuality) |
input/resources/CodeSystem-ehealth-fs3-health-skin-and-mucous-membranes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-health-skin-and-mucous-membranes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-health-skin-and-mucous-membranes) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-health-skin-and-mucous-membranes) |
input/resources/CodeSystem-ehealth-fs3-health-sleep-and-rest.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-health-sleep-and-rest.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-health-sleep-and-rest) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-health-sleep-and-rest) |
input/resources/CodeSystem-ehealth-fs3-scores.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-fs3-scores.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/fs3-scores) does not match the URL (http://ehealth.sundhed.dk/cs/fs3-scores) |
input/resources/CodeSystem-ehealth-goal-description.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-goal-description.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-goal-description) does not match the URL (http://ehealth.sundhed.dk/cs/goal-description) |
input/resources/CodeSystem-ehealth-jurisdiction.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-jurisdiction.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-jurisdiction) does not match the URL (http://ehealth.sundhed.dk/cs/jurisdiction) |
input/resources/CodeSystem-ehealth-library-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-library-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-library-type) does not match the URL (http://ehealth.sundhed.dk/cs/library-type) |
input/resources/CodeSystem-ehealth-measurement-sharing-policies.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-measurement-sharing-policies.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-measurement-sharing-policies) does not match the URL (http://ehealth.sundhed.dk/cs/measurement-sharing-policies) |
input/resources/CodeSystem-ehealth-message-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-message-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-message-category) does not match the URL (http://ehealth.sundhed.dk/cs/message-category) |
input/resources/CodeSystem-ehealth-message-medium.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-message-medium.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-message-medium) does not match the URL (http://ehealth.sundhed.dk/cs/message-medium) |
input/resources/CodeSystem-ehealth-message-reasonCode.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-message-reasonCode.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-message-reasonCode) does not match the URL (http://ehealth.sundhed.dk/cs/message-reasonCode) |
input/resources/CodeSystem-ehealth-modifier-role.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-modifier-role.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-modifier-role) does not match the URL (http://ehealth.sundhed.dk/cs/modifier-role) |
input/resources/CodeSystem-ehealth-oio-bpp-roles.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-oio-bpp-roles.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-oio-bpp-roles) does not match the URL (http://ehealth.sundhed.dk/cs/oio-bpp-roles) |
input/resources/CodeSystem-ehealth-oio-organization-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-oio-organization-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-oio-organization-type) does not match the URL (http://ehealth.sundhed.dk/cs/oio-organization-type) |
input/resources/CodeSystem-ehealth-organization-relation-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-organization-relation-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-organization-relation-type) does not match the URL (http://ehealth.sundhed.dk/cs/organization-relation-type) |
input/resources/CodeSystem-ehealth-organization-source.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-organization-source.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-organization-source) does not match the URL (http://ehealth.sundhed.dk/cs/organization-source) |
input/resources/CodeSystem-ehealth-organization-synchronization-status.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-organization-synchronization-status.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-organization-synchronization-status) does not match the URL (http://ehealth.sundhed.dk/cs/organization-synchronization-status) |
input/resources/CodeSystem-ehealth-overviewUsageMode.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-overviewUsageMode.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-overviewUsageMode) does not match the URL (http://ehealth.sundhed.dk/cs/overviewUsageMode) |
input/resources/CodeSystem-ehealth-percentage-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-percentage-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/percentage-codes) does not match the URL (http://ehealth.sundhed.dk/cs/percentage-codes) |
input/resources/CodeSystem-ehealth-plandefinition-recommendation.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-plandefinition-recommendation.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-plandefinition-recommendation) does not match the URL (http://ehealth.sundhed.dk/cs/plandefinition-recommendation) |
input/resources/CodeSystem-ehealth-priority.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-priority.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-priority) does not match the URL (http://ehealth.sundhed.dk/cs/priority) |
input/resources/CodeSystem-ehealth-quality-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-quality-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-quality-types) does not match the URL (http://ehealth.sundhed.dk/cs/quality-types) |
input/resources/CodeSystem-ehealth-questionnaire-elements.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-questionnaire-elements.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-questionnaire-elements) does not match the URL (http://ehealth.sundhed.dk/cs/questionnaire-elements) |
input/resources/CodeSystem-ehealth-questionnaire-item-significance-indicator.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-questionnaire-item-significance-indicator.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-questionnaire-item-significance-indicator) does not match the URL (http://ehealth.sundhed.dk/cs/questionnaire-item-significance-indicator) |
input/resources/CodeSystem-ehealth-questionnaire-recommendation.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-questionnaire-recommendation.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-questionnaire-recommendation) does not match the URL (http://ehealth.sundhed.dk/cs/questionnaire-recommendation) |
input/resources/CodeSystem-ehealth-questionnaire-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-questionnaire-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-questionnaire-types) does not match the URL (http://ehealth.sundhed.dk/cs/questionnaire-types) |
input/resources/CodeSystem-ehealth-reference-range-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-reference-range-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-reference-range-type) does not match the URL (http://ehealth.sundhed.dk/cs/reference-range-type) |
input/resources/CodeSystem-ehealth-resolved-timing-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-resolved-timing-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/resolved-timing-type) does not match the URL (http://ehealth.sundhed.dk/cs/resolved-timing-type) |
input/resources/CodeSystem-ehealth-restriction-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-restriction-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-restriction-category) does not match the URL (http://ehealth.sundhed.dk/cs/restriction-category) |
input/resources/CodeSystem-ehealth-situation-quality.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-situation-quality.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-situation-quality) does not match the URL (http://ehealth.sundhed.dk/cs/situation-quality) |
input/resources/CodeSystem-ehealth-sor-organization-specialty.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-sor-organization-specialty.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-sor-organization-specialty) does not match the URL (http://ehealth.sundhed.dk/cs/sor-organization-specialty) |
input/resources/CodeSystem-ehealth-sor-organization-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-sor-organization-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-sor-organization-type) does not match the URL (http://ehealth.sundhed.dk/cs/sor-organization-type) |
input/resources/CodeSystem-ehealth-system.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-system.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-system) does not match the URL (http://ehealth.sundhed.dk/cs/ehealth-system) |
input/resources/CodeSystem-ehealth-task-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-task-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-task-category) does not match the URL (http://ehealth.sundhed.dk/cs/task-category) |
input/resources/CodeSystem-ehealth-topic-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-topic-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-topic-type) does not match the URL (http://ehealth.sundhed.dk/cs/topic-type) |
input/resources/CodeSystem-ehealth-trigger-enablement-code.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-trigger-enablement-code.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-trigger-enablement-code) does not match the URL (http://ehealth.sundhed.dk/cs/trigger-enablement-code) |
input/resources/CodeSystem-ehealth-unit-code.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-unit-code.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-unit-code) does not match the URL (http://ehealth.sundhed.dk/cs/ehealth-unit-code) |
input/resources/CodeSystem-ehealth-usage-quality.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-usage-quality.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-usage-quality) does not match the URL (http://ehealth.sundhed.dk/cs/usage-quality) |
input/resources/CodeSystem-ehealth-view-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-ehealth-view-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-view-type) does not match the URL (http://ehealth.sundhed.dk/cs/view-type) |
input/resources/CodeSystem-hl7.org-fhir-address-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-hl7.org-fhir-address-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/hl7.org-fhir-address-type) does not match the URL (http://hl7.org/fhir/address-type) |
input/resources/CodeSystem-hl7.org-fhir-address-use.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-hl7.org-fhir-address-use.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/hl7.org-fhir-address-use) does not match the URL (http://hl7.org/fhir/address-use) |
input/resources/CodeSystem-hl7.org-fhir-care-team-status.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-hl7.org-fhir-care-team-status.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/hl7.org-fhir-care-team-status) does not match the URL (http://hl7.org/fhir/care-team-status) |
input/resources/CodeSystem-hl7.org-fhir-consent-state-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-hl7.org-fhir-consent-state-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/hl7.org-fhir-consent-state-codes) does not match the URL (http://hl7.org/fhir/consent-state-codes) |
input/resources/CodeSystem-hl7.org-fhir-days-of-week.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-hl7.org-fhir-days-of-week.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/hl7.org-fhir-days-of-week) does not match the URL (http://hl7.org/fhir/days-of-week) |
input/resources/CodeSystem-hl7.org-fhir-episode-of-care-status.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-hl7.org-fhir-episode-of-care-status.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/hl7.org-fhir-episode-of-care-status) does not match the URL (http://hl7.org/fhir/episode-of-care-status) |
input/resources/CodeSystem-hl7.org-fhir-item-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-hl7.org-fhir-item-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/item-type) does not match the URL (http://hl7.org/fhir/item-type) |
input/resources/CodeSystem-hl7.org-fhir-publication-status.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-hl7.org-fhir-publication-status.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/hl7.org-fhir-publication-status) does not match the URL (http://hl7.org/fhir/publication-status) |
input/resources/CodeSystem-hl7.org-fhir-request-status.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-hl7.org-fhir-request-status.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/hl7.org-fhir-request-status) does not match the URL (http://hl7.org/fhir/request-status) |
input/resources/CodeSystem-hl7.org-fhir-resource-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-hl7.org-fhir-resource-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/hl7.org-fhir-resource-types) does not match the URL (http://hl7.org/fhir/resource-types) |
input/resources/CodeSystem-hl7.org-fhir-v3-TimingEvent.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-hl7.org-fhir-v3-TimingEvent.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/v3-TimingEvent) does not match the URL (http://hl7.org/fhir/v3/TimingEvent) |
input/resources/CodeSystem-iso-obp-ui-iso-code-3166-DK.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-iso-obp-ui-iso-code-3166-DK.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/iso-reg-subdiv-codes) does not match the URL (https://www.iso.org/obp/ui/#iso:code:3166:DK) |
input/resources/CodeSystem-kl.dk-fhir-common-caresocial-CodeSystem-FSIII.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-kl.dk-fhir-common-caresocial-CodeSystem-FSIII.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/kl.dk-fhir-common-caresocial-CodeSystem-FSIII) does not match the URL (http://kl.dk/fhir/common/caresocial/CodeSystem/FSIII) |
input/resources/CodeSystem-snomed-554471000005108-version-20150731.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-snomed-554471000005108-version-20150731.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/snomed-20150731) does not match the URL (http://snomed.info/sct/554471000005108/version/20150731) |
input/resources/CodeSystem-snomed-554471000005108-version-20180331.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-snomed-554471000005108-version-20180331.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/snomed-20180331) does not match the URL (http://snomed.info/sct/554471000005108/version/20180331) |
input/resources/CodeSystem-snomed-554471000005108-version-20180930.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-snomed-554471000005108-version-20180930.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/snomed-20180930) does not match the URL (http://snomed.info/sct/554471000005108/version/20180930) |
input/resources/CodeSystem-terminology.hl7.org-CodeSystem-data-absent-reason.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-terminology.hl7.org-CodeSystem-data-absent-reason.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/data-absent-reason) does not match the URL (http://terminology.hl7.org/CodeSystem/data-absent-reason) |
input/resources/CodeSystem-terminology.hl7.org-CodeSystem-hl7TermMaintInfra.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-terminology.hl7.org-CodeSystem-hl7TermMaintInfra.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/hl7TermMaintInfra) does not match the URL (http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra) |
input/resources/CodeSystem-urn-ietf-bcp-47.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-urn-ietf-bcp-47.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/urn-ietf-bcp-47) does not match the URL (urn:ietf:bcp:47) |
input/resources/CodeSystem-urn-oid-1.2.208.176.2.1.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-urn-oid-1.2.208.176.2.1.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/1.2.208.176.2.1--20190829) does not match the URL (urn:oid:1.2.208.176.2.1) |
input/resources/CodeSystem-urn-oid-1.2.208.176.2.4.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-urn-oid-1.2.208.176.2.4.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/urn-oid-1.2.208.176.2.4) does not match the URL (urn:oid:1.2.208.176.2.4) |
input/resources/CodeSystem-urn-oid-1.2.208.184.100.1.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-urn-oid-1.2.208.184.100.1.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/urn-oid-1.2.208.184.100.1) does not match the URL (urn:oid:1.2.208.184.100.1) |
input/resources/CodeSystem-urn-oid-1.2.208.184.100.10.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-urn-oid-1.2.208.184.100.10.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/dk-ihe-formatcode-cs) does not match the URL (urn:oid:1.2.208.184.100.10) |
input/resources/CodeSystem-urn-oid-1.2.208.184.100.8.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-urn-oid-1.2.208.184.100.8.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/urn-oid-1.2.208.184.100.8) does not match the URL (urn:oid:1.2.208.184.100.8) |
input/resources/CodeSystem-urn-oid-1.2.208.184.100.9.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/CodeSystem-urn-oid-1.2.208.184.100.9.json - the canonical URL (http://ehealth.sundhed.dk/fhir/CodeSystem/urn-oid-1.2.208.184.100.9) does not match the URL (urn:oid:1.2.208.184.100.9) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-do-missing-measurement.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-do-missing-measurement.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/activitydefinition-code-to-do-missing-measurement) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/activitydefinition-code-to-do-missing-measurement) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-do-missing-measurement.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-do-missing-measurement.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/activitydefinition-code-to-do-missing-measurement) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/activitydefinition-code-to-do-missing-measurement) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-do-reminder.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-do-reminder.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/activitydefinition-code-to-do-reminder) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/activitydefinition-code-to-do-reminder) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-do-reminder.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-do-reminder.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/activitydefinition-code-to-do-reminder) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/activitydefinition-code-to-do-reminder) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-measurement-resource-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-measurement-resource-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/activitydefinition-code-to-measurement-resource-type) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/activitydefinition-code-to-measurement-resource-type) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-measurement-resource-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-measurement-resource-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/activitydefinition-code-to-measurement-resource-type) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/activitydefinition-code-to-measurement-resource-type) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-observation-code.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-observation-code.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/activitydefinition-code-to-observation-code) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/activitydefinition-code-to-observation-code) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-observation-code.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-activitydefinition-code-to-observation-code.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/activitydefinition-code-to-observation-code) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/activitydefinition-code-to-observation-code) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-conceptmap-obs-code-to-ucum.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-conceptmap-obs-code-to-ucum.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/conceptmap-obs-code-to-ucum) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/conceptmap-obs-code-to-ucum) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-conceptmap-obs-code-to-ucum.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-conceptmap-obs-code-to-ucum.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/conceptmap-obs-code-to-ucum) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/conceptmap-obs-code-to-ucum) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-conceptmap-obs-code-to-value-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-conceptmap-obs-code-to-value-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/conceptmap-obs-code-to-value-type) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/conceptmap-obs-code-to-value-type) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-conceptmap-obs-code-to-value-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-conceptmap-obs-code-to-value-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/conceptmap-obs-code-to-value-type) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/conceptmap-obs-code-to-value-type) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-conceptmap-ucum-to-printsymbol.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-conceptmap-ucum-to-printsymbol.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/conceptmap-ucum-to-printsymbol) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/conceptmap-ucum-to-printsymbol) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-conceptmap-ucum-to-printsymbol.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-conceptmap-ucum-to-printsymbol.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/conceptmap-ucum-to-printsymbol) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/conceptmap-ucum-to-printsymbol) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-oio-bpp-roles-to-careteam-participant-roles.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-oio-bpp-roles-to-careteam-participant-roles.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/oio-bpp-roles-to-careteam-participant-roles) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/oio-bpp-roles-to-careteam-participant-roles) |
input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-oio-bpp-roles-to-careteam-participant-roles.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ConceptMap-ehealth.sundhed.dk-ConceptMap-oio-bpp-roles-to-careteam-participant-roles.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ConceptMap/oio-bpp-roles-to-careteam-participant-roles) does not match the URL (http://ehealth.sundhed.dk/ConceptMap/oio-bpp-roles-to-careteam-participant-roles) |
input/resources/OperationDefinition--s-apply.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-apply.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-apply) does not match the URL (https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-apply) |
input/resources/OperationDefinition--s-create-episode-of-care.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-create-episode-of-care.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-create-episode-of-care) does not match the URL (https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-create-episode-of-care) |
input/resources/OperationDefinition--s-execute-careplan-and-episode-of-care-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-careplan-and-episode-of-care-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-careplan-and-episode-of-care-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-careplan-and-episode-of-care-stats) |
input/resources/OperationDefinition--s-execute-careplan-customization-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-careplan-customization-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-careplan-customization-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-careplan-customization-stats) |
input/resources/OperationDefinition--s-execute-careplan-duration-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-careplan-duration-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-careplan-duration-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-careplan-duration-stats) |
input/resources/OperationDefinition--s-execute-careplans-by-patient.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-careplans-by-patient.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-careplans-by-patient) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-careplans-by-patient) |
input/resources/OperationDefinition--s-execute-careteam-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-careteam-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-careteam-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-careteam-stats) |
input/resources/OperationDefinition--s-execute-measurement-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-measurement-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-measurement-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-measurement-stats) |
input/resources/OperationDefinition--s-execute-patient-devices.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-patient-devices.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-patient-devices) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-patient-devices) |
input/resources/OperationDefinition--s-execute-patient-gdpr.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-patient-gdpr.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-patient-gdpr) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-patient-gdpr) |
input/resources/OperationDefinition--s-execute-patient-total.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-patient-total.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-patient-total) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-patient-total) |
input/resources/OperationDefinition--s-execute-patient-usage-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-patient-usage-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-patient-usage-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-patient-usage-stats) |
input/resources/OperationDefinition--s-execute-practitioner-gdpr.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-practitioner-gdpr.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-practitioner-gdpr) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-practitioner-gdpr) |
input/resources/OperationDefinition--s-execute-practitioner-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-practitioner-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-practitioner-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-practitioner-stats) |
input/resources/OperationDefinition--s-execute-questionnaireresponses.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-questionnaireresponses.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-questionnaireresponses) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-questionnaireresponses) |
input/resources/OperationDefinition--s-execute-ssl-orders.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-execute-ssl-orders.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-execute-ssl-orders) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-ssl-orders) |
input/resources/OperationDefinition--s-fetch-careplan-and-episode-of-care-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-careplan-and-episode-of-care-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-careplan-and-episode-of-care-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careplan-and-episode-of-care-stats) |
input/resources/OperationDefinition--s-fetch-careplan-customization-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-careplan-customization-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-careplan-customization-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careplan-customization-stats) |
input/resources/OperationDefinition--s-fetch-careplan-duration-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-careplan-duration-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-careplan-duration-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careplan-duration-stats) |
input/resources/OperationDefinition--s-fetch-careplans-by-patient.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-careplans-by-patient.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-careplans-by-patient) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careplans-by-patient) |
input/resources/OperationDefinition--s-fetch-careteam-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-careteam-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-careteam-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careteam-stats) |
input/resources/OperationDefinition--s-fetch-measurement-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-measurement-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-measurement-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-measurement-stats) |
input/resources/OperationDefinition--s-fetch-patient-devices.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-patient-devices.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-patient-devices) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-patient-devices) |
input/resources/OperationDefinition--s-fetch-patient-gdpr.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-patient-gdpr.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-patient-gdpr) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-patient-gdpr) |
input/resources/OperationDefinition--s-fetch-patient-total.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-patient-total.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-patient-total) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-patient-total) |
input/resources/OperationDefinition--s-fetch-patient-usage-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-patient-usage-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-patient-usage-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-patient-usage-stats) |
input/resources/OperationDefinition--s-fetch-practitioner-gdpr.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-practitioner-gdpr.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-practitioner-gdpr) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-practitioner-gdpr) |
input/resources/OperationDefinition--s-fetch-practitioner-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-practitioner-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-practitioner-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-practitioner-stats) |
input/resources/OperationDefinition--s-fetch-questionnaireresponses.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-questionnaireresponses.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-questionnaireresponses) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-questionnaireresponses) |
input/resources/OperationDefinition--s-fetch-ssl-orders.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-fetch-ssl-orders.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-ssl-orders) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-ssl-orders) |
input/resources/OperationDefinition--s-get-patient-procedures.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-get-patient-procedures.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-get-patient-procedures) does not match the URL (https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-patient-procedures) |
input/resources/OperationDefinition--s-get-report-job-status.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-get-report-job-status.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-get-report-job-status) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-report-job-status) |
input/resources/OperationDefinition--s-import-organizations.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-import-organizations.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-import-organizations) does not match the URL (https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-import-organizations) |
input/resources/OperationDefinition--s-persist-login.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-persist-login.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-persist-login) does not match the URL (https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-persist-login) |
input/resources/OperationDefinition--s-schedule-careplan-and-episode-of-care-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-careplan-and-episode-of-care-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-careplan-and-episode-of-care-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-careplan-and-episode-of-care-stats) |
input/resources/OperationDefinition--s-schedule-careplan-customization-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-careplan-customization-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-careplan-customization-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-careplan-customization-stats) |
input/resources/OperationDefinition--s-schedule-careplan-duration-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-careplan-duration-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-careplan-duration-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-careplan-duration-stats) |
input/resources/OperationDefinition--s-schedule-careplans-by-patient.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-careplans-by-patient.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-careplans-by-patient) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-careplans-by-patient) |
input/resources/OperationDefinition--s-schedule-careteam-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-careteam-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-careteam-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-careteam-stats) |
input/resources/OperationDefinition--s-schedule-measurement-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-measurement-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-measurement-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-measurement-stats) |
input/resources/OperationDefinition--s-schedule-patient-devices.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-patient-devices.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-patient-devices) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-patient-devices) |
input/resources/OperationDefinition--s-schedule-patient-gdpr.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-patient-gdpr.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-patient-gdpr) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-patient-gdpr) |
input/resources/OperationDefinition--s-schedule-patient-total.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-patient-total.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-patient-total) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-patient-total) |
input/resources/OperationDefinition--s-schedule-patient-usage-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-patient-usage-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-patient-usage-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-patient-usage-stats) |
input/resources/OperationDefinition--s-schedule-practitioner-gdpr.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-practitioner-gdpr.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-practitioner-gdpr) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-practitioner-gdpr) |
input/resources/OperationDefinition--s-schedule-practitioner-stats.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-practitioner-stats.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-practitioner-stats) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-practitioner-stats) |
input/resources/OperationDefinition--s-schedule-questionnaireresponses.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-questionnaireresponses.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-questionnaireresponses) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-questionnaireresponses) |
input/resources/OperationDefinition--s-schedule-ssl-orders.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-schedule-ssl-orders.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-ssl-orders) does not match the URL (https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-ssl-orders) |
input/resources/OperationDefinition--s-search-measurements.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-search-measurements.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-search-measurements) does not match the URL (https://measurement.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-search-measurements) |
input/resources/OperationDefinition--s-submit-measurement.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-submit-measurement.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-submit-measurement) does not match the URL (https://measurement.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-submit-measurement) |
input/resources/OperationDefinition--s-transform-from-APD.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-transform-from-APD.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-transform-from-APD) does not match the URL (https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-APD) |
input/resources/OperationDefinition--s-transform-from-PHMR.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-transform-from-PHMR.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-transform-from-PHMR) does not match the URL (https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-PHMR) |
input/resources/OperationDefinition--s-transform-from-QFDD.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-transform-from-QFDD.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-transform-from-QFDD) does not match the URL (https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-QFDD) |
input/resources/OperationDefinition--s-transform-from-QRD.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-transform-from-QRD.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-transform-from-QRD) does not match the URL (https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-QRD) |
input/resources/OperationDefinition--s-transform-to-APD.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-transform-to-APD.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-transform-to-APD) does not match the URL (https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-APD) |
input/resources/OperationDefinition--s-transform-to-PHMR.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-transform-to-PHMR.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-transform-to-PHMR) does not match the URL (https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-PHMR) |
input/resources/OperationDefinition--s-transform-to-QFDD.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-transform-to-QFDD.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-transform-to-QFDD) does not match the URL (https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-QFDD) |
input/resources/OperationDefinition--s-transform-to-QRD.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition--s-transform-to-QRD.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-transform-to-QRD) does not match the URL (https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-QRD) |
input/resources/OperationDefinition-ActivityDefinitionPlanDefinition-i-create-clone.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition-ActivityDefinitionPlanDefinition-i-create-clone.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/ActivityDefinitionPlanDefinition-i-create-clone) does not match the URL (https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/ActivityDefinitionPlanDefinition-i-create-clone) |
input/resources/OperationDefinition-Binary-t-retrieve-document.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition-Binary-t-retrieve-document.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/Binary-t-retrieve-document) does not match the URL (https://document-query.devtest.systematic-ehealth.com/fhir/OperationDefinition/Binary-t-retrieve-document) |
input/resources/OperationDefinition-CarePlan-i-suggest-care-teams.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition-CarePlan-i-suggest-care-teams.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/CarePlan-i-suggest-care-teams) does not match the URL (https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/CarePlan-i-suggest-care-teams) |
input/resources/OperationDefinition-CarePlanEpisodeOfCare-i-update-care-teams.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition-CarePlanEpisodeOfCare-i-update-care-teams.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/CarePlanEpisodeOfCare-i-update-care-teams) does not match the URL (https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/CarePlanEpisodeOfCare-i-update-care-teams) |
input/resources/OperationDefinition-EpisodeOfCare-i-is-context-allowed.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition-EpisodeOfCare-i-is-context-allowed.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/EpisodeOfCare-i-is-context-allowed) does not match the URL (https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/EpisodeOfCare-i-is-context-allowed) |
input/resources/OperationDefinition-Library-it-evaluate.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition-Library-it-evaluate.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/Library-it-evaluate) does not match the URL (https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/Library-it-evaluate) |
input/resources/OperationDefinition-Media-t-get-data.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition-Media-t-get-data.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/Media-t-get-data) does not match the URL (https://measurement.devtest.systematic-ehealth.com/fhir/OperationDefinition/Media-t-get-data) |
input/resources/OperationDefinition-Organization-i-traverse-to-sor.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition-Organization-i-traverse-to-sor.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/Organization-i-traverse-to-sor) does not match the URL (https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Organization-i-traverse-to-sor) |
input/resources/OperationDefinition-PlanDefinition-i-apply.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition-PlanDefinition-i-apply.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/PlanDefinition-i-apply) does not match the URL (https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/PlanDefinition-i-apply) |
input/resources/OperationDefinition-PlanDefinition-i-export.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition-PlanDefinition-i-export.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/PlanDefinition-i-export) does not match the URL (https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/PlanDefinition-i-export) |
input/resources/OperationDefinition-PlanDefinition-t-import.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition-PlanDefinition-t-import.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/PlanDefinition-t-import) does not match the URL (https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/PlanDefinition-t-import) |
input/resources/OperationDefinition-Questionnaire-i-create-clone.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/OperationDefinition-Questionnaire-i-create-clone.json - the canonical URL (http://ehealth.sundhed.dk/fhir/OperationDefinition/Questionnaire-i-create-clone) does not match the URL (https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Questionnaire-i-create-clone) |
input/resources/SearchParameter-ehealth-appointment-search-careteam-participant.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-appointment-search-careteam-participant.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-appointment-search-careteam-participant) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Appointment/careteamParticipant) |
input/resources/SearchParameter-ehealth-appointment-search-careteam-participant.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-appointment-search-careteam-participant.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-appointment-search-careteam-participant) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Appointment/careteamParticipant) |
input/resources/SearchParameter-ehealth-appointment-search-groupId.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-appointment-search-groupId.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-appointment-search-groupId) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Appointment/groupId) |
input/resources/SearchParameter-ehealth-appointment-search-groupId.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-appointment-search-groupId.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-appointment-search-groupId) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Appointment/groupId) |
input/resources/SearchParameter-ehealth-appointment-search-intended-audience.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-appointment-search-intended-audience.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-appointment-search-intended-audience) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Appointment/intended-audience) |
input/resources/SearchParameter-ehealth-appointment-search-intended-audience.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-appointment-search-intended-audience.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-appointment-search-intended-audience) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Appointment/intended-audience) |
input/resources/SearchParameter-ehealth-appointment-search-responsible.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-appointment-search-responsible.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-appointment-search-responsible) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Appointment/responsible) |
input/resources/SearchParameter-ehealth-appointment-search-responsible.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-appointment-search-responsible.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-appointment-search-responsible) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Appointment/responsible) |
input/resources/SearchParameter-ehealth-communication-search-about.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-about.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-communicationAbout) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/about) |
input/resources/SearchParameter-ehealth-communication-search-about.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-about.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-communicationAbout) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/about) |
input/resources/SearchParameter-ehealth-communication-search-administrativeStatus.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-administrativeStatus.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-administrativeStatus) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/administrativeStatus) |
input/resources/SearchParameter-ehealth-communication-search-administrativeStatus.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-administrativeStatus.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-administrativeStatus) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/administrativeStatus) |
input/resources/SearchParameter-ehealth-communication-search-careTeamRecipient.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-careTeamRecipient.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-careTeamRecipient) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/careTeamRecipient) |
input/resources/SearchParameter-ehealth-communication-search-careTeamRecipient.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-careTeamRecipient.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-careTeamRecipient) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/careTeamRecipient) |
input/resources/SearchParameter-ehealth-communication-search-careTeamSender.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-careTeamSender.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-careTeamSender) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/careTeamSender) |
input/resources/SearchParameter-ehealth-communication-search-careTeamSender.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-careTeamSender.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-careTeamSender) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/careTeamSender) |
input/resources/SearchParameter-ehealth-communication-search-communicationCategory.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-communicationCategory.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-communicationCategory) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/category) |
input/resources/SearchParameter-ehealth-communication-search-communicationCategory.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-communicationCategory.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-communicationCategory) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/category) |
input/resources/SearchParameter-ehealth-communication-search-episodeOfCare.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-episodeOfCare.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-episodeOfCare) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/episodeOfCare) |
input/resources/SearchParameter-ehealth-communication-search-episodeOfCare.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-episodeOfCare.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-episodeOfCare) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/episodeOfCare) |
input/resources/SearchParameter-ehealth-communication-search-groupId.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-groupId.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-groupId) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/groupId) |
input/resources/SearchParameter-ehealth-communication-search-groupId.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-groupId.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-groupId) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/groupId) |
input/resources/SearchParameter-ehealth-communication-search-on-behalf-of.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-on-behalf-of.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-on-behalf-of) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/on-behalf-of) |
input/resources/SearchParameter-ehealth-communication-search-on-behalf-of.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-on-behalf-of.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-on-behalf-of) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/on-behalf-of) |
input/resources/SearchParameter-ehealth-communication-search-period.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-period.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-period) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/period) |
input/resources/SearchParameter-ehealth-communication-search-period.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-period.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-period) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/period) |
input/resources/SearchParameter-ehealth-communication-search-restrictionCategory.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-restrictionCategory.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-restrictionCategory) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/restrictionCategory) |
input/resources/SearchParameter-ehealth-communication-search-restrictionCategory.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-restrictionCategory.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-restrictionCategory) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/restrictionCategory) |
input/resources/SearchParameter-ehealth-communication-search-threadId.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-threadId.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-threadId) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/threadId) |
input/resources/SearchParameter-ehealth-communication-search-threadId.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-communication-search-threadId.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-communication-search-threadId) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/threadId) |
input/resources/SearchParameter-ehealth-patient-search-cpridentifier.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-patient-search-cpridentifier.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-patient-search-cpridentifier) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Patient/cprIdentifier) |
input/resources/SearchParameter-ehealth-patient-search-cpridentifier.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-patient-search-cpridentifier.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-patient-search-cpridentifier) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Patient/cprIdentifier) |
input/resources/SearchParameter-ehealth-patient-search-cpridentifier-unique.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-patient-search-cpridentifier-unique.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-patient-search-cpridentifier-unique) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Patient/cprIdentifierUnique) |
input/resources/SearchParameter-ehealth-patient-search-cpridentifier-unique.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/SearchParameter-ehealth-patient-search-cpridentifier-unique.json - the canonical URL (http://ehealth.sundhed.dk/fhir/SearchParameter/ehealth-patient-search-cpridentifier-unique) does not match the URL (http://ehealth.sundhed.dk/fhir/SearchParameter/Patient/cprIdentifierUnique) |
input/resources/ValueSet-ehealth-action.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-action.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-action) does not match the URL (http://ehealth.sundhed.dk/vs/action) |
input/resources/ValueSet-ehealth-action-guidance-for-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-action-guidance-for-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-action-guidance-for-types) does not match the URL (http://ehealth.sundhed.dk/vs/action-guidance-for-types) |
input/resources/ValueSet-ehealth-action-guidance-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-action-guidance-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-action-guidance-types) does not match the URL (http://ehealth.sundhed.dk/vs/action-guidance-types) |
input/resources/ValueSet-ehealth-activitydefinition-code.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-activitydefinition-code.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-activitydefinition-code) does not match the URL (http://ehealth.sundhed.dk/vs/activitydefinition-code) |
input/resources/ValueSet-ehealth-administrative-status.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-administrative-status.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/administrative-status) does not match the URL (http://ehealth.sundhed.dk/vs/administrative-status) |
input/resources/ValueSet-ehealth-appointment-reason.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-appointment-reason.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-appointment-reason) does not match the URL (http://ehealth.sundhed.dk/vs/appointment-reason) |
input/resources/ValueSet-ehealth-appointment-servicetype.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-appointment-servicetype.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-appointment-servicetype) does not match the URL (http://ehealth.sundhed.dk/vs/appointment-servicetype) |
input/resources/ValueSet-ehealth-appointmenttype-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-appointmenttype-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/appointmenttype-codes) does not match the URL (http://ehealth.sundhed.dk/vs/appointmenttype-codes) |
input/resources/ValueSet-ehealth-basic-resource-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-basic-resource-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-basic-resource-type) does not match the URL (http://ehealth.sundhed.dk/vs/basic-resource-type) |
input/resources/ValueSet-ehealth-careplan-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-careplan-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-careplan-category) does not match the URL (http://ehealth.sundhed.dk/vs/careplan-category) |
input/resources/ValueSet-ehealth-careteam-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-careteam-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-careteam-category) does not match the URL (http://ehealth.sundhed.dk/vs/careteam-category) |
input/resources/ValueSet-ehealth-careteam-participant-role.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-careteam-participant-role.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-careteam-participant-role) does not match the URL (http://ehealth.sundhed.dk/vs/careteam-participant-role) |
input/resources/ValueSet-ehealth-clinicalimpression-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-clinicalimpression-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-clinicalimpression-codes) does not match the URL (http://ehealth.sundhed.dk/vs/clinicalimpression-codes) |
input/resources/ValueSet-ehealth-clinicalimpression-decision-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-clinicalimpression-decision-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-clinicalimpression-decision-codes) does not match the URL (http://ehealth.sundhed.dk/vs/clinicalimpression-decision-codes) |
input/resources/ValueSet-ehealth-clinicalimpression-finding-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-clinicalimpression-finding-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-clinicalimpression-finding-codes) does not match the URL (http://ehealth.sundhed.dk/vs/clinicalimpression-finding-codes) |
input/resources/ValueSet-ehealth-communication-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-communication-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-communication-category) does not match the URL (http://ehealth.sundhed.dk/vs/communication-category) |
input/resources/ValueSet-ehealth-condition-conditions.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-condition-conditions.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-condition-conditions) does not match the URL (http://ehealth.sundhed.dk/vs/condition-conditions) |
input/resources/ValueSet-ehealth-conditions.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-conditions.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-conditions) does not match the URL (http://ehealth.sundhed.dk/vs/conditions) |
input/resources/ValueSet-ehealth-consent-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-consent-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-consent-category) does not match the URL (http://ehealth.sundhed.dk/vs/consent-category) |
input/resources/ValueSet-ehealth-contactpoint-custodian.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-contactpoint-custodian.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-contactpoint-custodian) does not match the URL (http://ehealth.sundhed.dk/vs/contactpoint-custodian) |
input/resources/ValueSet-ehealth-contactpoint-system.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-contactpoint-system.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-contactpoint-system) does not match the URL (http://ehealth.sundhed.dk/vs/contactpoint-system) |
input/resources/ValueSet-ehealth-data-absent-reason.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-data-absent-reason.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-data-absent-reason) does not match the URL (http://ehealth.sundhed.dk/vs/data-absent-reason) |
input/resources/ValueSet-ehealth-device-calibration-actor.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-device-calibration-actor.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-device-calibration-actor) does not match the URL (http://ehealth.sundhed.dk/vs/device-calibration-actor) |
input/resources/ValueSet-ehealth-device-calibration-period.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-device-calibration-period.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-device-calibration-period) does not match the URL (http://ehealth.sundhed.dk/vs/device-calibration-period) |
input/resources/ValueSet-ehealth-device-calibration-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-device-calibration-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-device-calibration-type) does not match the URL (http://ehealth.sundhed.dk/vs/device-calibration-type) |
input/resources/ValueSet-ehealth-device-measurement-unit.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-device-measurement-unit.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-device-measurement-unit) does not match the URL (http://ehealth.sundhed.dk/vs/device-measurement-unit) |
input/resources/ValueSet-ehealth-device-measuring-quality.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-device-measuring-quality.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-device-measuring-quality) does not match the URL (http://ehealth.sundhed.dk/vs/device-measuring-quality) |
input/resources/ValueSet-ehealth-device-safety.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-device-safety.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-device-safety) does not match the URL (http://ehealth.sundhed.dk/vs/device-safety) |
input/resources/ValueSet-ehealth-device-service-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-device-service-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-device-service-types) does not match the URL (http://ehealth.sundhed.dk/vs/device-service-types) |
input/resources/ValueSet-ehealth-device-supplier-roles.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-device-supplier-roles.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-device-supplier-roles) does not match the URL (http://ehealth.sundhed.dk/vs/device-supplier-roles) |
input/resources/ValueSet-ehealth-device-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-device-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-device-types) does not match the URL (http://ehealth.sundhed.dk/vs/device-types) |
input/resources/ValueSet-ehealth-device-use-reason.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-device-use-reason.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-device-use-reason) does not match the URL (http://ehealth.sundhed.dk/vs/device-use-reason) |
input/resources/ValueSet-ehealth-devicemetric-property-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-devicemetric-property-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-devicemetric-property-types) does not match the URL (http://ehealth.sundhed.dk/vs/devicemetric-property-types) |
input/resources/ValueSet-ehealth-devicemetric-quality-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-devicemetric-quality-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-devicemetric-quality-types) does not match the URL (http://ehealth.sundhed.dk/vs/devicemetric-quality-types) |
input/resources/ValueSet-ehealth-document-class.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-document-class.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-document-class) does not match the URL (http://ehealth.sundhed.dk/vs/document-class) |
input/resources/ValueSet-ehealth-document-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-document-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-document-type) does not match the URL (http://ehealth.sundhed.dk/vs/document-type) |
input/resources/ValueSet-ehealth-ehealth-provenance-policies.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-ehealth-provenance-policies.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-provenance-policies) does not match the URL (http://ehealth.sundhed.dk/vs/ehealth-provenance-policies) |
input/resources/ValueSet-ehealth-ehealth-ucum-printsymbol-supplement.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-ehealth-ucum-printsymbol-supplement.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-ucum-printsymbol-supplement) does not match the URL (http://ehealth.sundhed.dk/vs/ehealth-ucum-printsymbol-supplement) |
input/resources/ValueSet-ehealth-ehealth-usage-context-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-ehealth-usage-context-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-usage-context-type) does not match the URL (http://ehealth.sundhed.dk/vs/ehealth-usage-context-type) |
input/resources/ValueSet-ehealth-event-type-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-event-type-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-event-type-codes) does not match the URL (http://ehealth.sundhed.dk/vs/event-type-codes) |
input/resources/ValueSet-ehealth-facility-type-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-facility-type-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-facility-type-codes) does not match the URL (http://ehealth.sundhed.dk/vs/facility-type-codes) |
input/resources/ValueSet-ehealth-format-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-format-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-format-codes) does not match the URL (http://ehealth.sundhed.dk/vs/format-codes) |
input/resources/ValueSet-ehealth-fs3-health.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-fs3-health.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/fs3-health) does not match the URL (http://ehealth.sundhed.dk/vs/fs3-health) |
input/resources/ValueSet-ehealth-goal-description.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-goal-description.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-goal-description) does not match the URL (http://ehealth.sundhed.dk/vs/goal-description) |
input/resources/ValueSet-ehealth-goal-target-measure.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-goal-target-measure.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/goal-target-measure) does not match the URL (http://ehealth.sundhed.dk/vs/goal-target-measure) |
input/resources/ValueSet-ehealth-health-conditions.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-health-conditions.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-health-conditions) does not match the URL (http://ehealth.sundhed.dk/vs/health-conditions) |
input/resources/ValueSet-ehealth-itcompetencelevel-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-itcompetencelevel-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/competence-percentage-codes) does not match the URL (http://ehealth.sundhed.dk/vs/itcompetencelevel-codes) |
input/resources/ValueSet-ehealth-jurisdiction.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-jurisdiction.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-jurisdiction) does not match the URL (http://ehealth.sundhed.dk/vs/jurisdiction) |
input/resources/ValueSet-ehealth-library-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-library-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-library-type) does not match the URL (http://ehealth.sundhed.dk/vs/library-type) |
input/resources/ValueSet-ehealth-measurement-sharing-policies.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-measurement-sharing-policies.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-measurement-sharing-policies) does not match the URL (http://ehealth.sundhed.dk/vs/measurement-sharing-policies) |
input/resources/ValueSet-ehealth-message-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-message-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/message-category) does not match the URL (http://ehealth.sundhed.dk/vs/message-category) |
input/resources/ValueSet-ehealth-message-medium.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-message-medium.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/message-medium) does not match the URL (http://ehealth.sundhed.dk/vs/message-medium) |
input/resources/ValueSet-ehealth-message-reasonCode.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-message-reasonCode.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-message-reasonCode) does not match the URL (http://ehealth.sundhed.dk/vs/message-reasonCode) |
input/resources/ValueSet-ehealth-modifier-role.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-modifier-role.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-modifier-role) does not match the URL (http://ehealth.sundhed.dk/vs/modifier-role) |
input/resources/ValueSet-ehealth-observation-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-observation-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-observation-codes) does not match the URL (http://ehealth.sundhed.dk/vs/observation-codes) |
input/resources/ValueSet-ehealth-oio-bpp-roles.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-oio-bpp-roles.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-oio-bpp-roles) does not match the URL (http://ehealth.sundhed.dk/vs/oio-bpp-roles) |
input/resources/ValueSet-ehealth-oio-organization-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-oio-organization-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-oio-organization-type) does not match the URL (http://ehealth.sundhed.dk/vs/oio-organization-type) |
input/resources/ValueSet-ehealth-organization-relation-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-organization-relation-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-organization-relation-type) does not match the URL (http://ehealth.sundhed.dk/vs/organization-relation-type) |
input/resources/ValueSet-ehealth-organization-source.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-organization-source.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-organization-source) does not match the URL (http://ehealth.sundhed.dk/vs/organization-source) |
input/resources/ValueSet-ehealth-organization-specialty.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-organization-specialty.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-organization-specialty) does not match the URL (http://ehealth.sundhed.dk/vs/organization-specialty) |
input/resources/ValueSet-ehealth-organization-synchronization-status.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-organization-synchronization-status.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-organization-synchronization-status) does not match the URL (http://ehealth.sundhed.dk/vs/organization-synchronization-status) |
input/resources/ValueSet-ehealth-organization-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-organization-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-organization-type) does not match the URL (http://ehealth.sundhed.dk/vs/organization-type) |
input/resources/ValueSet-ehealth-overviewUsageMode.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-overviewUsageMode.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-overviewUsageMode) does not match the URL (http://ehealth.sundhed.dk/vs/overviewUsageMode) |
input/resources/ValueSet-ehealth-plandefinition-recommendation.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-plandefinition-recommendation.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-plandefinition-recommendation) does not match the URL (http://ehealth.sundhed.dk/vs/plandefinition-recommendation) |
input/resources/ValueSet-ehealth-practice-setting-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-practice-setting-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-practice-setting-codes) does not match the URL (http://ehealth.sundhed.dk/vs/practice-setting-codes) |
input/resources/ValueSet-ehealth-priority.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-priority.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-priority) does not match the URL (http://ehealth.sundhed.dk/vs/priority) |
input/resources/ValueSet-ehealth-quality-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-quality-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-quality-types) does not match the URL (http://ehealth.sundhed.dk/vs/quality-types) |
input/resources/ValueSet-ehealth-questionnaire-elements.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-questionnaire-elements.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-questionnaire-elements) does not match the URL (http://ehealth.sundhed.dk/vs/questionnaire-elements) |
input/resources/ValueSet-ehealth-questionnaire-item-control.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-questionnaire-item-control.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-questionnaire-item-control) does not match the URL (http://ehealth.sundhed.dk/vs/questionnaire-item-control) |
input/resources/ValueSet-ehealth-questionnaire-item-image-format.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-questionnaire-item-image-format.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-questionnaire-item-image-format) does not match the URL (http://ehealth.sundhed.dk/vs/questionnaire-item-image-format) |
input/resources/ValueSet-ehealth-questionnaire-item-significance-indicator.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-questionnaire-item-significance-indicator.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-questionnaire-significance-indicator) does not match the URL (http://ehealth.sundhed.dk/vs/questionnaire-item-significance-indicator) |
input/resources/ValueSet-ehealth-questionnaire-recommendation.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-questionnaire-recommendation.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-questionnaire-recommendation) does not match the URL (http://ehealth.sundhed.dk/vs/questionnaire-recommendation) |
input/resources/ValueSet-ehealth-questionnaire-types.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-questionnaire-types.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-questionnaire-types) does not match the URL (http://ehealth.sundhed.dk/vs/questionnaire-types) |
input/resources/ValueSet-ehealth-reference-range-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-reference-range-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-reference-range-type) does not match the URL (http://ehealth.sundhed.dk/vs/reference-range-type) |
input/resources/ValueSet-ehealth-regional-subdivision-codes.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-regional-subdivision-codes.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/regional-subdivision-codes) does not match the URL (http://ehealth.sundhed.dk/vs/regional-subdivision-codes) |
input/resources/ValueSet-ehealth-relatedperson-relationshiptype.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-relatedperson-relationshiptype.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/relatedperson-relationshiptype) does not match the URL (http://ehealth.sundhed.dk/vs/relatedperson-relationshiptype) |
input/resources/ValueSet-ehealth-resolved-timing-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-resolved-timing-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/resolved-timing-type) does not match the URL (http://ehealth.sundhed.dk/vs/resolved-timing-type) |
input/resources/ValueSet-ehealth-restriction-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-restriction-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-restriction-category) does not match the URL (http://ehealth.sundhed.dk/vs/restriction-category) |
input/resources/ValueSet-ehealth-situation-quality.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-situation-quality.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-situation-quality) does not match the URL (http://ehealth.sundhed.dk/vs/situation-quality) |
input/resources/ValueSet-ehealth-sor-organization-specialty.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-sor-organization-specialty.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/sor-organization-specialty) does not match the URL (http://ehealth.sundhed.dk/vs/sor-organization-specialty) |
input/resources/ValueSet-ehealth-sor-organization-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-sor-organization-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-sor-organization-type) does not match the URL (http://ehealth.sundhed.dk/vs/sor-organization-type) |
input/resources/ValueSet-ehealth-task-category.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-task-category.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-task-category) does not match the URL (http://ehealth.sundhed.dk/vs/task-category) |
input/resources/ValueSet-ehealth-topic-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-topic-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-topic-type) does not match the URL (http://ehealth.sundhed.dk/vs/topic-type) |
input/resources/ValueSet-ehealth-trigger-behavior.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-trigger-behavior.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-trigger-behavior) does not match the URL (http://ehealth.sundhed.dk/vs/trigger-behavior) |
input/resources/ValueSet-ehealth-trigger-enablement-code.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-trigger-enablement-code.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-trigger-enablement-code) does not match the URL (http://ehealth.sundhed.dk/vs/trigger-enablement-code) |
input/resources/ValueSet-ehealth-unit.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-unit.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-unit) does not match the URL (http://ehealth.sundhed.dk/vs/ehealth-unit) |
input/resources/ValueSet-ehealth-unit-code.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-unit-code.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-unit-code) does not match the URL (http://ehealth.sundhed.dk/vs/ehealth-unit-code) |
input/resources/ValueSet-ehealth-usage-quality.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-usage-quality.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-usage-quality) does not match the URL (http://ehealth.sundhed.dk/vs/usage-quality) |
input/resources/ValueSet-ehealth-view-for-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-view-for-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-view-for-type) does not match the URL (http://ehealth.sundhed.dk/vs/view-for-type) |
input/resources/ValueSet-ehealth-view-type.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-ehealth-view-type.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-view-type) does not match the URL (http://ehealth.sundhed.dk/vs/view-type) |
input/resources/ValueSet-kl.dk-fhir-common-caresocial-ValueSet-KLConditionCodesNursing.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-kl.dk-fhir-common-caresocial-ValueSet-KLConditionCodesNursing.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/kl.dk-fhir-common-caresocial-ValueSet-KLConditionCodesNursing) does not match the URL (http://kl.dk/fhir/common/caresocial/ValueSet/KLConditionCodesNursing) |
input/resources/ValueSet-sundhedsdatastyrelsen-dk-ihe-classcode-vs.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-sundhedsdatastyrelsen-dk-ihe-classcode-vs.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/dk-ihe-classcode-vs) does not match the URL (http://sundhedsdatastyrelsen.dk/terminologi/dk-ihe-classcode-vs) |
input/resources/ValueSet-sundhedsdatastyrelsen-dk-ihe-eventcodelists-vs.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-sundhedsdatastyrelsen-dk-ihe-eventcodelists-vs.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/dk-ihe-eventcodelists-vs) does not match the URL (http://sundhedsdatastyrelsen.dk/terminologi/dk-ihe-eventcodelists-vs) |
input/resources/ValueSet-sundhedsdatastyrelsen-dk-ihe-formatcode-vs.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-sundhedsdatastyrelsen-dk-ihe-formatcode-vs.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/dk-ihe-formatcode-vs) does not match the URL (http://sundhedsdatastyrelsen.dk/terminologi/dk-ihe-formatcode-vs) |
input/resources/ValueSet-sundhedsdatastyrelsen-dk-ihe-healthcarefacilitytypecode-vs.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-sundhedsdatastyrelsen-dk-ihe-healthcarefacilitytypecode-vs.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/dk-ihe-healthcarefacilitytypecode-vs) does not match the URL (http://sundhedsdatastyrelsen.dk/terminologi/dk-ihe-healthcarefacilitytypecode-vs) |
input/resources/ValueSet-sundhedsdatastyrelsen-dk-ihe-practicesettingcode-vs.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-sundhedsdatastyrelsen-dk-ihe-practicesettingcode-vs.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/dk-ihe-practicesettingcode-vs) does not match the URL (http://sundhedsdatastyrelsen.dk/terminologi/dk-ihe-practicesettingcode-vs) |
input/resources/ValueSet-sundhedsdatastyrelsen-dk-ihe-typecode-vs.json | Conformance resource /home/jenkins/agent/workspace/ommon-implementationguide_master/fsh-content/input/resources/ValueSet-sundhedsdatastyrelsen-dk-ihe-typecode-vs.json - the canonical URL (http://ehealth.sundhed.dk/fhir/ValueSet/dk-ihe-typecode-vs) does not match the URL (http://sundhedsdatastyrelsen.dk/terminologi/dk-ihe-typecode-vs) |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace 'This operation persists an EpisodeOfCare based on the transient value of an EpisodeOfCare provided in the input.\r\n## Input\r\nThe 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).\r\n### The EpisodeOfCare resource\r\nThe EpisodeOfCare has to have `PLANNED` status \r\nThe 'id' property of the EpisodeOfCare will be reassigned by the server, but can be referenced by other resources in the same bundle. \r\nThe 'managingOrganization' property of the EpisodeOfCare references the GDPR Data Controller (Danish: 'Dataansvarlig').\r\n### The privacy-Provenance resource\r\nA 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:\r\n- 'http://ehealth.sundhed.dk/policy/dk/sundhedsloven'\r\n- 'http://ehealth.sundhed.dk/policy/dk/serviceloven'\r\n### Diagnosis referenced Condition resource\r\nFor any diagnosis listed, the referenced Condition must be concerning the same Patient as the EpisodeOfCare.\r\n## Output\r\nFor valid inputs, the server will create, persist and return a new EpisodeOfCare, client-supplied provenances, conditions and origin-provenance carrying a server-assigned ids.\r\nTo get resources bodies in the output the request header has to contain parameter ```Prefer: return=representation```.\r\n### The origin-Provenance resource\r\nWhenever 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.\r\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains statistics on status changes for CarePlans:\n- count: Number of CarePlans in each state\n- min: Shortest time spent in each state\n- max: Longest time spent in each state\n- sum: Sum of time spent in each state\n- average: Average time spent in each state.\n \nThe durations are specified in [ISO 8601](https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm) format.\n### Grouping \nThis report is grouped by PlanDefinition. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on CarePlan.period overlap\n- condition: Filter on EpisodeOfCare condition match\n\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nEHealthPlanDefinition is a Fhir resource. See the implementation guide for details\n\n {\n 'EHealthPlanDefinition': {\n 'resourceType': 'PlanDefinition',\n 'id': '257',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension': [{\n 'url': 'reference',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/73753'\n }\n }, {\n 'url': 'role',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code': 'owner'\n }\n ]\n }\n }\n ]\n }\n ],\n 'version': 'dc9ecd87-163f-4d2f-bdfe-434085eafe4f',\n 'status': 'active'\n },\n 'CarePlanStatusDurationSummary': {\n 'statusDurationStatistics': {\n 'draft': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'draft'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P10DT10H0M0S',\n 'max': 'P15DT0H0M0S',\n 'sum': 'P25DT10H0M0S',\n 'average': 'P12DT17H0M0S'\n }\n },\n 'active': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'active'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P200DT0H0M0S',\n 'max': 'P200DT0H0M0S',\n 'sum': 'P400DT0H0M0S',\n 'average': 'P200DT0H0M0S'\n }\n },\n 'completed': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'completed'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P284DT14H0M0S',\n 'max': 'P380DT0H0M0S',\n 'sum': 'P664DT14H0M0S',\n 'average': 'P332DT7H0M0S'\n }\n },\n 'suspended': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'suspended'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P5DT0H0M0S',\n 'max': 'P5DT0H0M0S',\n 'sum': 'P10DT0H0M0S',\n 'average': 'P5DT0H0M0S'\n }\n }\n }\n }\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains the following resources:\n- EpisodeOfCare\n- PlanDefinition\n- CarePlan\n- ServiceRequest\n### Grouping \nThis report is grouped by EpisodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on CarePlan.period overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthEpisodeOfCare': {\n 'resourceType': 'EpisodeOfCare',\n 'id': '30254',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/88873'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/66740'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/18637'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/16046'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n },\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '1597',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/59578'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/57779'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/30254'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/74721'\n }\n ],\n 'activity': [{\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/76916'\n }\n }\n ]\n }\n ],\n 'EHealthPlanDefinition': [{\n 'resourceType': 'PlanDefinition',\n 'id': '59578',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension': [{\n 'url': 'reference',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41757'\n }\n }, {\n 'url': 'role',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code': 'owner'\n }\n ]\n }\n }\n ]\n }\n ],\n 'version': 'c701b8e8-abe6-41bd-9db5-c05b94bc1e2b',\n 'status': 'active'\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '76916',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/13593'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '31d136f2-0b98-4e0a-8f82-f0731b54893d'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/49397'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/72791'\n }\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains Device information for each EpisodeOfCare:\n- Device\n- DeviceUseStatement\n- DeviceMetrics\n### Grouping \nThis report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on DeviceUseStatement.whenUsed overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthEpisodeOfCare': {\n 'resourceType': 'EpisodeOfCare',\n 'id': 'F417C17F9FDE24C9090BD629C8EE1697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/313D8B0E0AC8EA8169D1DA45ECEEACB9'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/9A7FCD55CA3031585A8F1690DB1D8034'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/A1D94F323D8EF09E5D913D9522FD83C4'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/8DC75F2B12BCC832F92CC065C3D0B451'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n },\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '9541E8EAEAD24376F208D5CD8A4D25F5',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23D34B29DD02EB232B6575537FE8ADC5'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/AC38B1F6391F256002E5A7BE69CB2586'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '08D51B81A7FE5B480278150A94D4048A',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '7EA21ACD27EE012439F1440574A6BB21',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A'\n },\n 'category': 'calculation'\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains all information related to the specified Patient\n### Grouping \nNone. This report returns a single JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: not used.\n- patient: The patient to fetch information for.\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'Patient': {\n 'resourceType': 'Patient',\n 'id': '70791',\n 'meta': {\n 'versionId': '1'\n }\n },\n 'Communication': [{\n 'resourceType': 'Communication',\n 'id': '29256',\n 'meta': {\n 'versionId': '1'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'RelatedPerson': [{\n 'resourceType': 'RelatedPerson',\n 'id': '44196',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson']\n },\n 'identifier': [{\n 'use': 'official',\n 'system': 'urn:oid:1.2.208.176.1.2',\n 'value': '2412001234'\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'name': [{\n 'text': 'Tester'\n }\n ]\n }\n ],\n 'Appointment': [{\n 'resourceType': 'Appointment',\n 'id': '74036',\n 'meta': {\n 'versionId': '1'\n },\n 'participant': [{\n 'id': '5fda865d-5e46-4fc4-8dcc-9b5f9a6b501a',\n 'actor': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n }\n }\n ]\n }\n ],\n 'AppointmentResponse': [{\n 'resourceType': 'AppointmentResponse',\n 'id': '63226',\n 'meta': {\n 'versionId': '1'\n },\n 'actor': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n }\n }\n ],\n 'EHealthEpisodeOfCare': [{\n 'resourceType': 'EpisodeOfCare',\n 'id': '10928',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'resourceType': 'EpisodeOfCare',\n 'id': '48392',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }\n ],\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '4021',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n }\n }, {\n 'resourceType': 'DeviceUseStatement',\n 'id': '5732',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/91432'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '81729',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }, {\n 'resourceType': 'Device',\n 'id': '91432',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '35094',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }, {\n 'resourceType': 'DeviceMetric',\n 'id': '22449',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }\n ],\n 'EHealthConsent': [{\n 'resourceType': 'Consent',\n 'id': '51690',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent']\n },\n 'status': 'active',\n 'category': [{\n 'coding': [{\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'consentingParty': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034'\n }\n ],\n 'actor': [{\n 'id': 'f31bec27-965f-49ea-b8fe-5fdb259c539d',\n 'role': {\n 'coding': [{\n 'code': 'authserver'\n }\n ]\n },\n 'reference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499'\n }\n }\n ],\n 'policyRule': 'Rule',\n 'data': [{\n 'meaning': 'related',\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427'\n }\n }\n ]\n }\n ],\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '87235',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664'\n }\n ]\n }, {\n 'resourceType': 'CarePlan',\n 'id': '23385',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845'\n }\n ]\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '18904',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '7654414a-7f86-4170-9920-fde60368b58b'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCondition': [{\n 'resourceType': 'Condition',\n 'id': '22743',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition']\n },\n 'clinicalStatus': 'active',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthObservation': [{\n 'resourceType': 'Observation',\n 'id': '55832',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506'\n }\n ],\n 'status': 'amended',\n 'code': {\n 'coding': [{\n 'system': 'urn:oid:1.2.208.176.2.1',\n 'code': 'NPU03011'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'effectivePeriod': {\n 'start': '2020-03-26T13:37:40+01:00',\n 'end': '2020-03-26T13:37:40+01:00'\n },\n 'performer': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621'\n }\n ],\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/30416'\n }\n }\n ],\n 'EHealthQuestionnaireResponse': [{\n 'resourceType': 'QuestionnaireResponse',\n 'id': '21957',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403'\n }\n ],\n 'questionnaire': {\n 'reference': 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078'\n },\n 'status': 'completed',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'authored': '2020-03-26T13:37:40+01:00',\n 'source': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666'\n }\n }\n ],\n 'EHealthMedia': [{\n 'resourceType': 'Media',\n 'id': '18256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality',\n 'extension': [{\n 'url': 'qualityType',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/quality-types',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'qualityCode',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/usage-quality',\n 'code': 'TBD'\n }\n ]\n }\n }\n ]\n }\n ],\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474'\n }\n ],\n 'type': 'audio',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'occurrenceDateTime': '2020-03-26T13:37:40+01:00',\n 'content': {\n 'language': 'en'\n }\n }\n ],\n 'EHealthClinicalImpression': [{\n 'resourceType': 'ClinicalImpression',\n 'id': '39697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression']\n },\n 'status': 'draft',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/clinicalimpression-codes',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthTask': [{\n 'resourceType': 'Task',\n 'id': '96988',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/task-category',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/restriction-category',\n 'code': 'None'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-responsible',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/74334'\n }\n }\n ],\n 'status': 'draft',\n 'intent': 'proposal',\n 'priority': 'routine',\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCommunication': [{\n 'resourceType': 'Communication',\n 'id': '29256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication']\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthProvenance': [{\n 'resourceType': 'Provenance',\n 'id': '68399',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance']\n },\n 'target': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n ],\n 'recorded': '2020-03-26T13:37:39.772+01:00',\n 'policy': ['policy'],\n 'agent': [{\n 'whoReference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/6901'\n }\n }\n ]\n }, {\n 'resourceType': 'Provenance',\n 'id': '96195',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance']\n },\n 'target': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n }\n ],\n 'recorded': '2020-03-26T13:37:39.801+01:00',\n 'policy': ['policy'],\n 'agent': [{\n 'whoReference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/45854'\n }\n }\n ]\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains clinical information for each Patient\n### Grouping \nThis report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on EpisodeOfCare.period overlap\n- conditionCode: Filter on Condition.code related to EpisodeOfCare\n- status: Filter on EpisodeOfCare.status\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'Patient': {\n 'resourceType': 'Patient',\n 'id': '70791',\n 'meta': {\n 'versionId': '1'\n }\n },\n 'EHealthEpisodeOfCare': [{\n 'resourceType': 'EpisodeOfCare',\n 'id': '10928',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'resourceType': 'EpisodeOfCare',\n 'id': '48392',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }\n ],\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '4021',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n }\n }, {\n 'resourceType': 'DeviceUseStatement',\n 'id': '5732',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/91432'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '81729',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }, {\n 'resourceType': 'Device',\n 'id': '91432',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '35094',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }, {\n 'resourceType': 'DeviceMetric',\n 'id': '22449',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }\n ],\n 'EHealthConsent': [{\n 'resourceType': 'Consent',\n 'id': '51690',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent']\n },\n 'status': 'active',\n 'category': [{\n 'coding': [{\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'consentingParty': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034'\n }\n ],\n 'actor': [{\n 'id': 'f31bec27-965f-49ea-b8fe-5fdb259c539d',\n 'role': {\n 'coding': [{\n 'code': 'authserver'\n }\n ]\n },\n 'reference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499'\n }\n }\n ],\n 'policyRule': 'Rule',\n 'data': [{\n 'meaning': 'related',\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427'\n }\n }\n ]\n }\n ],\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '87235',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664'\n }\n ]\n }, {\n 'resourceType': 'CarePlan',\n 'id': '23385',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845'\n }\n ]\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '18904',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '7654414a-7f86-4170-9920-fde60368b58b'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCondition': [{\n 'resourceType': 'Condition',\n 'id': '22743',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition']\n },\n 'clinicalStatus': 'active',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthObservation': [{\n 'resourceType': 'Observation',\n 'id': '55832',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506'\n }\n ],\n 'status': 'amended',\n 'code': {\n 'coding': [{\n 'system': 'urn:oid:1.2.208.176.2.1',\n 'code': 'NPU03011'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'effectivePeriod': {\n 'start': '2020-03-26T13:37:40+01:00',\n 'end': '2020-03-26T13:37:40+01:00'\n },\n 'performer': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621'\n }\n ],\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/30416'\n }\n }\n ],\n 'EHealthQuestionnaireResponse': [{\n 'resourceType': 'QuestionnaireResponse',\n 'id': '21957',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403'\n }\n ],\n 'questionnaire': {\n 'reference': 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078'\n },\n 'status': 'completed',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'authored': '2020-03-26T13:37:40+01:00',\n 'source': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666'\n }\n }\n ],\n 'EHealthMedia': [{\n 'resourceType': 'Media',\n 'id': '18256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality',\n 'extension': [{\n 'url': 'qualityType',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/quality-types',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'qualityCode',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/usage-quality',\n 'code': 'TBD'\n }\n ]\n }\n }\n ]\n }\n ],\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474'\n }\n ],\n 'type': 'audio',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'occurrenceDateTime': '2020-03-26T13:37:40+01:00',\n 'content': {\n 'language': 'en'\n }\n }\n ],\n 'EHealthClinicalImpression': [{\n 'resourceType': 'ClinicalImpression',\n 'id': '39697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression']\n },\n 'status': 'draft',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/clinicalimpression-codes',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains an overview of the number of unique active citizens with Episodes of Care, shown both on monthly and yearly basis.\n### Grouping \nThis report is grouped by months and years. All groups are contained in the same JSON file.\n### Parameters\n- None\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing a JSon file corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\nFirst example is the monthly data:\n\n{\n\t'PatientsUsageSummary': {\n\t\t'monthData': [\n\t\t\t{\n\t\t\t\t'month': '1',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '2',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '3',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '4',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '5',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '6',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '7',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '8',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '9',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '10',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '11',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '12',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n ]\n }\n}\n\nSecond example is the yearly data:\n\n{\n\t'PatientsUsageSummary': {\n\t\t'yearData': [\n\t\t\t{\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 12,\n\t\t\t\t\t\t'average': 1.0,\n\t\t\t\t\t\t'usageBaseline': 10000,\n\t\t\t\t\t\t'averageRounded': 1000.0,\n\t\t\t\t\t\t'averageBeyondBaseline': 0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 12,\n\t\t\t\t\t\t'average': 1.0,\n\t\t\t\t\t\t'usageBaseline': 10000,\n\t\t\t\t\t\t'averageRounded': 1000.0,\n\t\t\t\t\t\t'averageBeyondBaseline': 0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n ]\n }\n}\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains all information related to the specified Practitioner\n- Practitioner\n- CareTeam\n- PractitionerRole\n### Grouping \nNone. The report is returned in a single JSon file.\n### Parameters\n- organization: \n - Practitioner: Not filtered\n - CareTeam: Filter on CareTeam.ManagingOrganization match\n - PractitionerRole: Filter on PractitionerRole.Organization match\n- period: not used\n- practitionerID: The practitioner to fetch information for\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthPractitioner': {\n 'resourceType': 'Practitioner',\n 'id': '20599',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner']\n },\n 'name': [{\n 'family': '2f82a48c-61cc-4c7f-855a-3e6b59729ef1'\n }\n ]\n },\n 'EHealthPractitionerRole': [],\n 'EHealthCareTeam': [{\n 'resourceType': 'CareTeam',\n 'id': '99438',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': 'f556eab1-dbe9-40e3-9edd-149fa3bd1ae0',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'f9d27974-6a6a-44fb-b6eb-bcd22d769a18',\n 'participant': [{\n 'member': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599'\n }\n }\n ],\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174'\n }\n ]\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains counts of practitioners associated with Organizations and CareTeams\n- List of Organization and associated practitonerCount\n- List of CareTeam and associated practitionerCount\n### Grouping \nNone. The report is returned in a single JSon file.\n### Parameters\n- organization: \n - CareTeam: Filter on CareTeam.ManagingOrganization match\n - PractitionerRole: Filter on PractitionerRole.Organization match\n- period\n - CareTeam: Filter on CareTeam.participant.period overlap\n - PractitionerRole: Filter on PractitionerRole.perid overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nOrganization and CareTeam are Fhir resources. See the implementation guide for details\n\n {\n 'PractitionerSummary': {\n 'organizationPractitionerStatistics': [{\n 'organization': {\n 'resourceType': 'Organization',\n 'id': '69075',\n 'meta': {\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/organization-source',\n 'code': 'manual'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/organization-synchronization-status',\n 'code': 'NotSynchronized'\n }\n ]\n }\n }\n ],\n 'name': 'e7c2b264-b2d9-4a6d-aba9-f23be1017d39'\n },\n 'practitionerCount': 1\n }\n ],\n 'careTeamPractitionerStatistics': [{\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '44267',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '7ced02e2-3082-4e02-86cc-030e8df8906d',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'd1e7d427-1565-42f6-951d-5508d494d4c8',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '40831',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': 'f12b2b87-95d9-487c-b088-457acfa1693f',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'c572c5ac-bac3-4f9e-b948-795db7563145',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '78765',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '7378e850-aff6-430d-9e86-cca801bf2375',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '3e038dd3-9e80-41e4-9932-8597f8706da4',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '46096',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '37a66140-dc7e-4ea4-9ec7-d0dd91adf7c8',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '311ebab3-d310-44bb-b72b-65bdf74b3729',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '32543',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '3671c951-d20e-4d5c-82ec-fae5ee03821e',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '1f74a06c-8ae1-4b5c-b5ee-49abfd2d28e1',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }\n ]\n }\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains a collection of questionnaire responses and related resources\n- Organizations\n- CareTeams\n- PlanDefinitions\n- ActivityDefinitions\n- Questionnaires\n- QuestionnaireResponses\n- Communication\n- ServiceRequestSummary\n### Grouping \nThis report is grouped by Questionnaire. Each group is returned as a FHIR bundle in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- condition: Filter on CarePlan.addresses.code match\n- period: Filter on QuestionnaireResponse.authored within period\n- plan: Filter on Plan match\n- questionnaire: Filter on ActivityDefinition.composed-of match\n- careteam: Filter on careteam in CarePlan.careteam or EpisodeOfCare.team\n- tag: Filter on tag match\n\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\n### Output\n{\n 'resourceType' : 'Bundle',\n 'id' : 'Questionnaire/44529',\n 'entry' : [ {\n 'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/24206/_history/1',\n 'resource' : {\n 'resourceType' : 'PlanDefinition',\n 'id' : '24206',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/14291'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'status' : 'active',\n 'action' : [ {\n 'definitionCanonical' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919'\n } ]\n }\n }, {\n 'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919/_history/1',\n 'resource' : {\n 'resourceType' : 'ActivityDefinition',\n 'id' : '10919',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code' : 'noSharing'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/25403'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'name' : '0ca879ed-678c-4439-aa4a-efc597f92dfb',\n 'status' : 'active',\n 'topic' : [ {\n 'coding' : [ {\n 'system' : 'http://terminology.hl7.org/CodeSystem/definition-topic',\n 'code' : 'treatment'\n } ]\n } ],\n 'relatedArtifact' : [ {\n 'type' : 'composed-of',\n 'resource' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529'\n } ],\n 'code' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code' : '273586006'\n } ]\n }\n }\n }, {\n 'fullUrl' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529/_history/1',\n 'resource' : {\n 'resourceType' : 'Questionnaire',\n 'id' : '44529',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/questionnaire-types',\n 'code' : 'QQ'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/24153'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'name' : '090b990e-046a-4374-b7c6-b08613a41cce',\n 'status' : 'active'\n }\n }, {\n 'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618/_history/1',\n 'resource' : {\n 'resourceType' : 'Organization',\n 'id' : '98618',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/organization-source',\n 'code' : 'manual'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/organization-synchronization-status',\n 'code' : 'NotSynchronized'\n } ]\n }\n } ],\n 'identifier' : [ {\n 'use' : 'official',\n 'system' : 'urn:oid:2.16.840.1.113883.2.24.1.1',\n 'value' : '11111111',\n 'period' : {\n 'start' : '2023-10-10T14:49:12+02:00'\n }\n } ],\n 'active' : false,\n 'name' : 'defaultTestFactory-be16f47b-1f8a-4440-a02e-23da1219b0ca',\n 'partOf' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/22124'\n }\n }\n }, {\n 'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455/_history/1',\n 'resource' : {\n 'resourceType' : 'CareTeam',\n 'id' : '87455',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam' ]\n },\n 'identifier' : [ {\n 'system' : 'urn:ietf:rfc:3986',\n 'value' : 'urn:uuid:9658ef5f-019a-4c90-9c41-f3ad14a31777'\n } ],\n 'status' : 'active',\n 'name' : '1b900db5-09dd-4563-b612-2b81201fab16',\n 'reasonCode' : [ {\n 'coding' : [ {\n 'system' : 'urn:oid:1.2.208.176.2.4',\n 'code' : 'DJ44'\n } ]\n } ]\n }\n }, {\n 'fullUrl' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491/_history/1',\n 'resource' : {\n 'resourceType' : 'QuestionnaireResponse',\n 'id' : '92491',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse' ]\n },\n 'extension' : [ {\n 'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/22208'\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-resolved-timing',\n 'extension' : [ {\n 'url' : 'serviceRequestVersionId',\n 'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'\n }, {\n 'url' : 'start',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'url' : 'end',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'url' : 'type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',\n 'code' : 'Resolved'\n } ]\n }\n } ]\n } ],\n 'basedOn' : [ {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n } ],\n 'questionnaire' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529',\n 'status' : 'completed',\n 'subject' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/64465'\n },\n 'authored' : '2023-10-10T14:49:12+02:00',\n 'source' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/75218'\n }\n }\n }, {\n 'fullUrl' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180/_history/1',\n 'resource' : {\n 'resourceType' : 'Communication',\n 'id' : '97180',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication' ]\n },\n 'extension' : [ {\n 'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/14233'\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/restriction-category',\n 'code' : 'None'\n } ]\n }\n } ],\n 'basedOn' : [ {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n } ],\n 'status' : 'in-progress',\n 'category' : [ {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/communication-category',\n 'code' : 'annotation'\n } ]\n }, {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/message-category',\n 'code' : 'advice'\n } ]\n } ],\n 'subject' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/35194'\n },\n 'topic' : {\n 'coding' : [ {\n 'system' : 'http://terminology.hl7.org/CodeSystem/communication-topic',\n 'code' : 'report-labs'\n } ]\n },\n 'sent' : '2023-10-10T14:49:12+02:00',\n 'reasonCode' : [ {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/message-reasonCode',\n 'code' : 'ReminderSubmitMeasurement'\n } ]\n } ]\n }\n }, {\n 'fullUrl' : 'urn:uuid:57cfd6a7-dd43-4caa-8220-d50c77aebd8b',\n 'resource' : {\n 'resourceType' : 'Parameters',\n 'parameter' : [ {\n 'name' : 'serviceRequestResponseSummary',\n 'part' : [ {\n 'name' : 'serviceRequest',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n },\n 'part' : [ {\n 'name' : 'condition',\n 'valueCoding' : {\n 'system' : 'urn:oid:1.2.208.176.2.4',\n 'code' : 'DJ44',\n 'display' : 'Kronisk obstruktiv lungesygdom'\n }\n }, {\n 'name' : 'episodeOfCareManagingOrganization',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618'\n }\n }, {\n 'name' : 'episodeOfCarePeriod',\n 'valuePeriod' : {\n 'start' : '1970-01-01T01:00:01+01:00',\n 'end' : '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'name' : 'patientIdentifier',\n 'valueIdentifier' : {\n 'system' : 'urn:oid:1.2.208.176.1.2',\n 'value' : '0101010001'\n }\n }, {\n 'name' : 'statusHistory',\n 'part' : [ {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'draft'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-02T12:49:12+00:00',\n 'end' : '2023-10-03T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'active'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-03T12:49:12+00:00',\n 'end' : '2023-10-04T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'on-hold'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-04T12:49:12+00:00',\n 'end' : '2023-10-05T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'active'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-05T12:49:12+00:00',\n 'end' : '2023-10-08T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'on-hold'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-08T12:49:12+00:00'\n }\n } ]\n } ]\n }, {\n 'name' : 'involvedCareTeams',\n 'part' : [ {\n 'name' : 'careTeam',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455'\n }\n } ]\n }, {\n 'name' : 'responses',\n 'part' : [ {\n 'name' : 'response',\n 'part' : [ {\n 'name' : 'occurrence',\n 'part' : [ {\n 'name' : 'serviceRequestVersionId',\n 'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'\n }, {\n 'name' : 'start',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'name' : 'end',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'name' : 'type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',\n 'code' : 'Resolved'\n } ]\n }\n } ]\n }, {\n 'name' : 'questionnaireResponse',\n 'valueReference' : {\n 'reference' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491'\n }\n }, {\n 'name' : 'submitted',\n 'valueDateTime' : '2023-10-10T12:49:12+00:00'\n } ]\n } ]\n }, {\n 'name' : 'communications',\n 'part' : [ {\n 'name' : 'communication',\n 'valueReference' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180'\n }\n } ]\n } ]\n } ]\n } ]\n }\n } ]\n}\n\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains SSL Orders\n- OrderDetails\n- OrderLines\n- TraceLines\n### Grouping \nOrder. Each Order is returned in a single JSon file.\n### Parameters\n- organization: Filter on Order.buyer\n- period: Filter on TraceLine.timestamp\n- seller: Filter on Order.seller\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are SSL resources. See the SSL API description for details\n\n {\n 'OrderDetails': {\n 'order': {\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'threadId': null,\n 'identifiers': null,\n 'status': null,\n 'priority': null,\n 'notes': null,\n 'buyer': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER',\n 'seller': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER',\n 'sellerDeliveryContactEmail': null,\n 'carePlanRef': null,\n 'carePlanTitle': null,\n 'earliestDeliveryDate': null,\n 'latestDeliveryDate': null,\n 'receiver': null\n },\n 'orderLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE',\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'status': null,\n 'item': null,\n 'agreedDate': null,\n 'device': null\n }\n ],\n 'traceLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1',\n 'timestamp': '2019-12-24T18:00:00Z',\n 'createdByOrganization': null,\n 'createdByUser': null,\n 'text': null,\n 'supplementaryText': null,\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'orderLine': null,\n 'statusChange': null\n }\n ]\n }\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains statistics on status changes for CarePlans:\n- count: Number of CarePlans in each state\n- min: Shortest time spent in each state\n- max: Longest time spent in each state\n- sum: Sum of time spent in each state\n- average: Average time spent in each state.\n \nThe durations are specified in [ISO 8601](https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm) format.\n### Grouping \nThis report is grouped by PlanDefinition. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on CarePlan.period overlap\n- condition: Filter on EpisodeOfCare condition match\n\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nEHealthPlanDefinition is a Fhir resource. See the implementation guide for details\n\n {\n 'EHealthPlanDefinition': {\n 'resourceType': 'PlanDefinition',\n 'id': '257',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension': [{\n 'url': 'reference',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/73753'\n }\n }, {\n 'url': 'role',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code': 'owner'\n }\n ]\n }\n }\n ]\n }\n ],\n 'version': 'dc9ecd87-163f-4d2f-bdfe-434085eafe4f',\n 'status': 'active'\n },\n 'CarePlanStatusDurationSummary': {\n 'statusDurationStatistics': {\n 'draft': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'draft'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P10DT10H0M0S',\n 'max': 'P15DT0H0M0S',\n 'sum': 'P25DT10H0M0S',\n 'average': 'P12DT17H0M0S'\n }\n },\n 'active': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'active'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P200DT0H0M0S',\n 'max': 'P200DT0H0M0S',\n 'sum': 'P400DT0H0M0S',\n 'average': 'P200DT0H0M0S'\n }\n },\n 'completed': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'completed'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P284DT14H0M0S',\n 'max': 'P380DT0H0M0S',\n 'sum': 'P664DT14H0M0S',\n 'average': 'P332DT7H0M0S'\n }\n },\n 'suspended': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'suspended'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P5DT0H0M0S',\n 'max': 'P5DT0H0M0S',\n 'sum': 'P10DT0H0M0S',\n 'average': 'P5DT0H0M0S'\n }\n }\n }\n }\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains the following resources:\n- EpisodeOfCare\n- PlanDefinition\n- CarePlan\n- ServiceRequest\n### Grouping \nThis report is grouped by EpisodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on CarePlan.period overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthEpisodeOfCare': {\n 'resourceType': 'EpisodeOfCare',\n 'id': '30254',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/88873'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/66740'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/18637'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/16046'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n },\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '1597',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/59578'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/57779'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/30254'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/74721'\n }\n ],\n 'activity': [{\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/76916'\n }\n }\n ]\n }\n ],\n 'EHealthPlanDefinition': [{\n 'resourceType': 'PlanDefinition',\n 'id': '59578',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension': [{\n 'url': 'reference',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41757'\n }\n }, {\n 'url': 'role',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code': 'owner'\n }\n ]\n }\n }\n ]\n }\n ],\n 'version': 'c701b8e8-abe6-41bd-9db5-c05b94bc1e2b',\n 'status': 'active'\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '76916',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/13593'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '31d136f2-0b98-4e0a-8f82-f0731b54893d'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/49397'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/72791'\n }\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains Device information for each EpisodeOfCare:\n- Device\n- DeviceUseStatement\n- DeviceMetrics\n### Grouping \nThis report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on DeviceUseStatement.whenUsed overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthEpisodeOfCare': {\n 'resourceType': 'EpisodeOfCare',\n 'id': 'F417C17F9FDE24C9090BD629C8EE1697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/313D8B0E0AC8EA8169D1DA45ECEEACB9'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/9A7FCD55CA3031585A8F1690DB1D8034'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/A1D94F323D8EF09E5D913D9522FD83C4'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/8DC75F2B12BCC832F92CC065C3D0B451'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n },\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '9541E8EAEAD24376F208D5CD8A4D25F5',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23D34B29DD02EB232B6575537FE8ADC5'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/AC38B1F6391F256002E5A7BE69CB2586'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '08D51B81A7FE5B480278150A94D4048A',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '7EA21ACD27EE012439F1440574A6BB21',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A'\n },\n 'category': 'calculation'\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains all information related to the specified Patient\n### Grouping \nNone. This report returns a single JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: not used.\n- patient: The patient to fetch information for.\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'Patient': {\n 'resourceType': 'Patient',\n 'id': '70791',\n 'meta': {\n 'versionId': '1'\n }\n },\n 'Communication': [{\n 'resourceType': 'Communication',\n 'id': '29256',\n 'meta': {\n 'versionId': '1'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'RelatedPerson': [{\n 'resourceType': 'RelatedPerson',\n 'id': '44196',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson']\n },\n 'identifier': [{\n 'use': 'official',\n 'system': 'urn:oid:1.2.208.176.1.2',\n 'value': '2412001234'\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'name': [{\n 'text': 'Tester'\n }\n ]\n }\n ],\n 'Appointment': [{\n 'resourceType': 'Appointment',\n 'id': '74036',\n 'meta': {\n 'versionId': '1'\n },\n 'participant': [{\n 'id': '5fda865d-5e46-4fc4-8dcc-9b5f9a6b501a',\n 'actor': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n }\n }\n ]\n }\n ],\n 'AppointmentResponse': [{\n 'resourceType': 'AppointmentResponse',\n 'id': '63226',\n 'meta': {\n 'versionId': '1'\n },\n 'actor': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n }\n }\n ],\n 'EHealthEpisodeOfCare': [{\n 'resourceType': 'EpisodeOfCare',\n 'id': '10928',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'resourceType': 'EpisodeOfCare',\n 'id': '48392',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }\n ],\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '4021',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n }\n }, {\n 'resourceType': 'DeviceUseStatement',\n 'id': '5732',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/91432'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '81729',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }, {\n 'resourceType': 'Device',\n 'id': '91432',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '35094',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }, {\n 'resourceType': 'DeviceMetric',\n 'id': '22449',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }\n ],\n 'EHealthConsent': [{\n 'resourceType': 'Consent',\n 'id': '51690',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent']\n },\n 'status': 'active',\n 'category': [{\n 'coding': [{\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'consentingParty': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034'\n }\n ],\n 'actor': [{\n 'id': 'f31bec27-965f-49ea-b8fe-5fdb259c539d',\n 'role': {\n 'coding': [{\n 'code': 'authserver'\n }\n ]\n },\n 'reference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499'\n }\n }\n ],\n 'policyRule': 'Rule',\n 'data': [{\n 'meaning': 'related',\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427'\n }\n }\n ]\n }\n ],\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '87235',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664'\n }\n ]\n }, {\n 'resourceType': 'CarePlan',\n 'id': '23385',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845'\n }\n ]\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '18904',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '7654414a-7f86-4170-9920-fde60368b58b'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCondition': [{\n 'resourceType': 'Condition',\n 'id': '22743',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition']\n },\n 'clinicalStatus': 'active',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthObservation': [{\n 'resourceType': 'Observation',\n 'id': '55832',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506'\n }\n ],\n 'status': 'amended',\n 'code': {\n 'coding': [{\n 'system': 'urn:oid:1.2.208.176.2.1',\n 'code': 'NPU03011'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'effectivePeriod': {\n 'start': '2020-03-26T13:37:40+01:00',\n 'end': '2020-03-26T13:37:40+01:00'\n },\n 'performer': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621'\n }\n ],\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/30416'\n }\n }\n ],\n 'EHealthQuestionnaireResponse': [{\n 'resourceType': 'QuestionnaireResponse',\n 'id': '21957',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403'\n }\n ],\n 'questionnaire': {\n 'reference': 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078'\n },\n 'status': 'completed',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'authored': '2020-03-26T13:37:40+01:00',\n 'source': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666'\n }\n }\n ],\n 'EHealthMedia': [{\n 'resourceType': 'Media',\n 'id': '18256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality',\n 'extension': [{\n 'url': 'qualityType',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/quality-types',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'qualityCode',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/usage-quality',\n 'code': 'TBD'\n }\n ]\n }\n }\n ]\n }\n ],\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474'\n }\n ],\n 'type': 'audio',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'occurrenceDateTime': '2020-03-26T13:37:40+01:00',\n 'content': {\n 'language': 'en'\n }\n }\n ],\n 'EHealthClinicalImpression': [{\n 'resourceType': 'ClinicalImpression',\n 'id': '39697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression']\n },\n 'status': 'draft',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/clinicalimpression-codes',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthTask': [{\n 'resourceType': 'Task',\n 'id': '96988',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/task-category',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/restriction-category',\n 'code': 'None'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-responsible',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/74334'\n }\n }\n ],\n 'status': 'draft',\n 'intent': 'proposal',\n 'priority': 'routine',\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCommunication': [{\n 'resourceType': 'Communication',\n 'id': '29256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication']\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthProvenance': [{\n 'resourceType': 'Provenance',\n 'id': '68399',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance']\n },\n 'target': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n ],\n 'recorded': '2020-03-26T13:37:39.772+01:00',\n 'policy': ['policy'],\n 'agent': [{\n 'whoReference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/6901'\n }\n }\n ]\n }, {\n 'resourceType': 'Provenance',\n 'id': '96195',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance']\n },\n 'target': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n }\n ],\n 'recorded': '2020-03-26T13:37:39.801+01:00',\n 'policy': ['policy'],\n 'agent': [{\n 'whoReference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/45854'\n }\n }\n ]\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains clinical information for each Patient\n### Grouping \nThis report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on EpisodeOfCare.period overlap\n- conditionCode: Filter on Condition.code related to EpisodeOfCare\n- status: Filter on EpisodeOfCare.status\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'Patient': {\n 'resourceType': 'Patient',\n 'id': '70791',\n 'meta': {\n 'versionId': '1'\n }\n },\n 'EHealthEpisodeOfCare': [{\n 'resourceType': 'EpisodeOfCare',\n 'id': '10928',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'resourceType': 'EpisodeOfCare',\n 'id': '48392',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }\n ],\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '4021',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n }\n }, {\n 'resourceType': 'DeviceUseStatement',\n 'id': '5732',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/91432'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '81729',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }, {\n 'resourceType': 'Device',\n 'id': '91432',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '35094',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }, {\n 'resourceType': 'DeviceMetric',\n 'id': '22449',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }\n ],\n 'EHealthConsent': [{\n 'resourceType': 'Consent',\n 'id': '51690',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent']\n },\n 'status': 'active',\n 'category': [{\n 'coding': [{\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'consentingParty': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034'\n }\n ],\n 'actor': [{\n 'id': 'f31bec27-965f-49ea-b8fe-5fdb259c539d',\n 'role': {\n 'coding': [{\n 'code': 'authserver'\n }\n ]\n },\n 'reference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499'\n }\n }\n ],\n 'policyRule': 'Rule',\n 'data': [{\n 'meaning': 'related',\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427'\n }\n }\n ]\n }\n ],\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '87235',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664'\n }\n ]\n }, {\n 'resourceType': 'CarePlan',\n 'id': '23385',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845'\n }\n ]\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '18904',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '7654414a-7f86-4170-9920-fde60368b58b'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCondition': [{\n 'resourceType': 'Condition',\n 'id': '22743',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition']\n },\n 'clinicalStatus': 'active',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthObservation': [{\n 'resourceType': 'Observation',\n 'id': '55832',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506'\n }\n ],\n 'status': 'amended',\n 'code': {\n 'coding': [{\n 'system': 'urn:oid:1.2.208.176.2.1',\n 'code': 'NPU03011'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'effectivePeriod': {\n 'start': '2020-03-26T13:37:40+01:00',\n 'end': '2020-03-26T13:37:40+01:00'\n },\n 'performer': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621'\n }\n ],\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/30416'\n }\n }\n ],\n 'EHealthQuestionnaireResponse': [{\n 'resourceType': 'QuestionnaireResponse',\n 'id': '21957',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403'\n }\n ],\n 'questionnaire': {\n 'reference': 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078'\n },\n 'status': 'completed',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'authored': '2020-03-26T13:37:40+01:00',\n 'source': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666'\n }\n }\n ],\n 'EHealthMedia': [{\n 'resourceType': 'Media',\n 'id': '18256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality',\n 'extension': [{\n 'url': 'qualityType',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/quality-types',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'qualityCode',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/usage-quality',\n 'code': 'TBD'\n }\n ]\n }\n }\n ]\n }\n ],\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474'\n }\n ],\n 'type': 'audio',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'occurrenceDateTime': '2020-03-26T13:37:40+01:00',\n 'content': {\n 'language': 'en'\n }\n }\n ],\n 'EHealthClinicalImpression': [{\n 'resourceType': 'ClinicalImpression',\n 'id': '39697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression']\n },\n 'status': 'draft',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/clinicalimpression-codes',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains an overview of the number of unique active citizens with Episodes of Care, shown both on monthly and yearly basis.\n### Grouping \nThis report is grouped by months and years. All groups are contained in the same JSON file.\n### Parameters\n- None\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing a JSon file corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\nFirst example is the monthly data:\n\n{\n\t'PatientsUsageSummary': {\n\t\t'monthData': [\n\t\t\t{\n\t\t\t\t'month': '1',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '2',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '3',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '4',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '5',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '6',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '7',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '8',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '9',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '10',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '11',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '12',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n ]\n }\n}\n\nSecond example is the yearly data:\n\n{\n\t'PatientsUsageSummary': {\n\t\t'yearData': [\n\t\t\t{\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 12,\n\t\t\t\t\t\t'average': 1.0,\n\t\t\t\t\t\t'usageBaseline': 10000,\n\t\t\t\t\t\t'averageRounded': 1000.0,\n\t\t\t\t\t\t'averageBeyondBaseline': 0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 12,\n\t\t\t\t\t\t'average': 1.0,\n\t\t\t\t\t\t'usageBaseline': 10000,\n\t\t\t\t\t\t'averageRounded': 1000.0,\n\t\t\t\t\t\t'averageBeyondBaseline': 0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n ]\n }\n}\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains all information related to the specified Practitioner\n- Practitioner\n- CareTeam\n- PractitionerRole\n### Grouping \nNone. The report is returned in a single JSon file.\n### Parameters\n- organization: \n - Practitioner: Not filtered\n - CareTeam: Filter on CareTeam.ManagingOrganization match\n - PractitionerRole: Filter on PractitionerRole.Organization match\n- period: not used\n- practitionerID: The practitioner to fetch information for\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthPractitioner': {\n 'resourceType': 'Practitioner',\n 'id': '20599',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner']\n },\n 'name': [{\n 'family': '2f82a48c-61cc-4c7f-855a-3e6b59729ef1'\n }\n ]\n },\n 'EHealthPractitionerRole': [],\n 'EHealthCareTeam': [{\n 'resourceType': 'CareTeam',\n 'id': '99438',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': 'f556eab1-dbe9-40e3-9edd-149fa3bd1ae0',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'f9d27974-6a6a-44fb-b6eb-bcd22d769a18',\n 'participant': [{\n 'member': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599'\n }\n }\n ],\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174'\n }\n ]\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains counts of practitioners associated with Organizations and CareTeams\n- List of Organization and associated practitonerCount\n- List of CareTeam and associated practitionerCount\n### Grouping \nNone. The report is returned in a single JSon file.\n### Parameters\n- organization: \n - CareTeam: Filter on CareTeam.ManagingOrganization match\n - PractitionerRole: Filter on PractitionerRole.Organization match\n- period\n - CareTeam: Filter on CareTeam.participant.period overlap\n - PractitionerRole: Filter on PractitionerRole.perid overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nOrganization and CareTeam are Fhir resources. See the implementation guide for details\n\n {\n 'PractitionerSummary': {\n 'organizationPractitionerStatistics': [{\n 'organization': {\n 'resourceType': 'Organization',\n 'id': '69075',\n 'meta': {\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/organization-source',\n 'code': 'manual'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/organization-synchronization-status',\n 'code': 'NotSynchronized'\n }\n ]\n }\n }\n ],\n 'name': 'e7c2b264-b2d9-4a6d-aba9-f23be1017d39'\n },\n 'practitionerCount': 1\n }\n ],\n 'careTeamPractitionerStatistics': [{\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '44267',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '7ced02e2-3082-4e02-86cc-030e8df8906d',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'd1e7d427-1565-42f6-951d-5508d494d4c8',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '40831',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': 'f12b2b87-95d9-487c-b088-457acfa1693f',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'c572c5ac-bac3-4f9e-b948-795db7563145',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '78765',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '7378e850-aff6-430d-9e86-cca801bf2375',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '3e038dd3-9e80-41e4-9932-8597f8706da4',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '46096',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '37a66140-dc7e-4ea4-9ec7-d0dd91adf7c8',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '311ebab3-d310-44bb-b72b-65bdf74b3729',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '32543',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '3671c951-d20e-4d5c-82ec-fae5ee03821e',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '1f74a06c-8ae1-4b5c-b5ee-49abfd2d28e1',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }\n ]\n }\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains a collection of questionnaire responses and related resources\n- Organizations\n- CareTeams\n- PlanDefinitions\n- ActivityDefinitions\n- Questionnaires\n- QuestionnaireResponses\n- Communication\n- ServiceRequestSummary\n### Grouping \nThis report is grouped by Questionnaire. Each group is returned as a FHIR bundle in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- condition: Filter on CarePlan.addresses.code match\n- period: Filter on QuestionnaireResponse.authored within period\n- plan: Filter on Plan match\n- questionnaire: Filter on ActivityDefinition.composed-of match\n- careteam: Filter on careteam in CarePlan.careteam or EpisodeOfCare.team\n- tag: Filter on tag match\n\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\n### Output\n{\n 'resourceType' : 'Bundle',\n 'id' : 'Questionnaire/44529',\n 'entry' : [ {\n 'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/24206/_history/1',\n 'resource' : {\n 'resourceType' : 'PlanDefinition',\n 'id' : '24206',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/14291'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'status' : 'active',\n 'action' : [ {\n 'definitionCanonical' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919'\n } ]\n }\n }, {\n 'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919/_history/1',\n 'resource' : {\n 'resourceType' : 'ActivityDefinition',\n 'id' : '10919',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code' : 'noSharing'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/25403'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'name' : '0ca879ed-678c-4439-aa4a-efc597f92dfb',\n 'status' : 'active',\n 'topic' : [ {\n 'coding' : [ {\n 'system' : 'http://terminology.hl7.org/CodeSystem/definition-topic',\n 'code' : 'treatment'\n } ]\n } ],\n 'relatedArtifact' : [ {\n 'type' : 'composed-of',\n 'resource' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529'\n } ],\n 'code' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code' : '273586006'\n } ]\n }\n }\n }, {\n 'fullUrl' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529/_history/1',\n 'resource' : {\n 'resourceType' : 'Questionnaire',\n 'id' : '44529',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/questionnaire-types',\n 'code' : 'QQ'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/24153'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'name' : '090b990e-046a-4374-b7c6-b08613a41cce',\n 'status' : 'active'\n }\n }, {\n 'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618/_history/1',\n 'resource' : {\n 'resourceType' : 'Organization',\n 'id' : '98618',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/organization-source',\n 'code' : 'manual'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/organization-synchronization-status',\n 'code' : 'NotSynchronized'\n } ]\n }\n } ],\n 'identifier' : [ {\n 'use' : 'official',\n 'system' : 'urn:oid:2.16.840.1.113883.2.24.1.1',\n 'value' : '11111111',\n 'period' : {\n 'start' : '2023-10-10T14:49:12+02:00'\n }\n } ],\n 'active' : false,\n 'name' : 'defaultTestFactory-be16f47b-1f8a-4440-a02e-23da1219b0ca',\n 'partOf' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/22124'\n }\n }\n }, {\n 'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455/_history/1',\n 'resource' : {\n 'resourceType' : 'CareTeam',\n 'id' : '87455',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam' ]\n },\n 'identifier' : [ {\n 'system' : 'urn:ietf:rfc:3986',\n 'value' : 'urn:uuid:9658ef5f-019a-4c90-9c41-f3ad14a31777'\n } ],\n 'status' : 'active',\n 'name' : '1b900db5-09dd-4563-b612-2b81201fab16',\n 'reasonCode' : [ {\n 'coding' : [ {\n 'system' : 'urn:oid:1.2.208.176.2.4',\n 'code' : 'DJ44'\n } ]\n } ]\n }\n }, {\n 'fullUrl' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491/_history/1',\n 'resource' : {\n 'resourceType' : 'QuestionnaireResponse',\n 'id' : '92491',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse' ]\n },\n 'extension' : [ {\n 'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/22208'\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-resolved-timing',\n 'extension' : [ {\n 'url' : 'serviceRequestVersionId',\n 'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'\n }, {\n 'url' : 'start',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'url' : 'end',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'url' : 'type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',\n 'code' : 'Resolved'\n } ]\n }\n } ]\n } ],\n 'basedOn' : [ {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n } ],\n 'questionnaire' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529',\n 'status' : 'completed',\n 'subject' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/64465'\n },\n 'authored' : '2023-10-10T14:49:12+02:00',\n 'source' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/75218'\n }\n }\n }, {\n 'fullUrl' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180/_history/1',\n 'resource' : {\n 'resourceType' : 'Communication',\n 'id' : '97180',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication' ]\n },\n 'extension' : [ {\n 'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/14233'\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/restriction-category',\n 'code' : 'None'\n } ]\n }\n } ],\n 'basedOn' : [ {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n } ],\n 'status' : 'in-progress',\n 'category' : [ {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/communication-category',\n 'code' : 'annotation'\n } ]\n }, {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/message-category',\n 'code' : 'advice'\n } ]\n } ],\n 'subject' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/35194'\n },\n 'topic' : {\n 'coding' : [ {\n 'system' : 'http://terminology.hl7.org/CodeSystem/communication-topic',\n 'code' : 'report-labs'\n } ]\n },\n 'sent' : '2023-10-10T14:49:12+02:00',\n 'reasonCode' : [ {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/message-reasonCode',\n 'code' : 'ReminderSubmitMeasurement'\n } ]\n } ]\n }\n }, {\n 'fullUrl' : 'urn:uuid:57cfd6a7-dd43-4caa-8220-d50c77aebd8b',\n 'resource' : {\n 'resourceType' : 'Parameters',\n 'parameter' : [ {\n 'name' : 'serviceRequestResponseSummary',\n 'part' : [ {\n 'name' : 'serviceRequest',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n },\n 'part' : [ {\n 'name' : 'condition',\n 'valueCoding' : {\n 'system' : 'urn:oid:1.2.208.176.2.4',\n 'code' : 'DJ44',\n 'display' : 'Kronisk obstruktiv lungesygdom'\n }\n }, {\n 'name' : 'episodeOfCareManagingOrganization',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618'\n }\n }, {\n 'name' : 'episodeOfCarePeriod',\n 'valuePeriod' : {\n 'start' : '1970-01-01T01:00:01+01:00',\n 'end' : '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'name' : 'patientIdentifier',\n 'valueIdentifier' : {\n 'system' : 'urn:oid:1.2.208.176.1.2',\n 'value' : '0101010001'\n }\n }, {\n 'name' : 'statusHistory',\n 'part' : [ {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'draft'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-02T12:49:12+00:00',\n 'end' : '2023-10-03T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'active'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-03T12:49:12+00:00',\n 'end' : '2023-10-04T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'on-hold'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-04T12:49:12+00:00',\n 'end' : '2023-10-05T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'active'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-05T12:49:12+00:00',\n 'end' : '2023-10-08T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'on-hold'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-08T12:49:12+00:00'\n }\n } ]\n } ]\n }, {\n 'name' : 'involvedCareTeams',\n 'part' : [ {\n 'name' : 'careTeam',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455'\n }\n } ]\n }, {\n 'name' : 'responses',\n 'part' : [ {\n 'name' : 'response',\n 'part' : [ {\n 'name' : 'occurrence',\n 'part' : [ {\n 'name' : 'serviceRequestVersionId',\n 'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'\n }, {\n 'name' : 'start',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'name' : 'end',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'name' : 'type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',\n 'code' : 'Resolved'\n } ]\n }\n } ]\n }, {\n 'name' : 'questionnaireResponse',\n 'valueReference' : {\n 'reference' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491'\n }\n }, {\n 'name' : 'submitted',\n 'valueDateTime' : '2023-10-10T12:49:12+00:00'\n } ]\n } ]\n }, {\n 'name' : 'communications',\n 'part' : [ {\n 'name' : 'communication',\n 'valueReference' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180'\n }\n } ]\n } ]\n } ]\n } ]\n }\n } ]\n}\n\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains SSL Orders\n- OrderDetails\n- OrderLines\n- TraceLines\n### Grouping \nOrder. Each Order is returned in a single JSon file.\n### Parameters\n- organization: Filter on Order.buyer\n- period: Filter on TraceLine.timestamp\n- seller: Filter on Order.seller\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are SSL resources. See the SSL API description for details\n\n {\n 'OrderDetails': {\n 'order': {\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'threadId': null,\n 'identifiers': null,\n 'status': null,\n 'priority': null,\n 'notes': null,\n 'buyer': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER',\n 'seller': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER',\n 'sellerDeliveryContactEmail': null,\n 'carePlanRef': null,\n 'carePlanTitle': null,\n 'earliestDeliveryDate': null,\n 'latestDeliveryDate': null,\n 'receiver': null\n },\n 'orderLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE',\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'status': null,\n 'item': null,\n 'agreedDate': null,\n 'device': null\n }\n ],\n 'traceLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1',\n 'timestamp': '2019-12-24T18:00:00Z',\n 'createdByOrganization': null,\n 'createdByUser': null,\n 'text': null,\n 'supplementaryText': null,\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'orderLine': null,\n 'statusChange': null\n }\n ]\n }\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Status Contents \nThis operation returns status for reports scheduled by the user (by schedule or execute)\n### Output\nThe output is a Bundle containing Parameters resources for each scheduled report.\nThe parts of the Parameters describe the class of report, the parameters that the report\nwas scheduled with, the user ID, the status of the report, a reference to the report Binary\nand time of creation, start, and end of execution.\n### Example output\n{\n 'resourceType': 'Bundle',\n 'type': 'collection',\n 'entry': [\n {\n 'fullUrl': 'ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc',\n 'resource': {\n 'resourceType': 'Parameters',\n 'id': 'ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc',\n 'parameter': [\n {\n 'name': 'reportJob',\n 'part': [\n {\n 'name': 'reportClass',\n 'valueString': 'com.systematic.ehealth.reporting.reports.PatientsUsageReport'\n },\n {\n 'name': 'userId',\n 'valueString': '0aaca7cd-67c3-48dd-a8c4-0cceecb5d276'\n },\n {\n 'name': 'status',\n 'valueString': 'DONE'\n },\n {\n 'name': 'binary',\n 'valueReference': {\n 'reference': 'https://reporting.local.ehealth.sundhed.dk/fhir/Binary/7'\n }\n },\n {\n 'name': 'parameters',\n 'resource': {\n 'resourceType': 'Parameters',\n 'parameter': [\n {\n 'name': 'anonymization',\n 'valueString': 'None'\n }\n ]\n }\n },\n {\n 'name': 'created',\n 'valueDateTime': '2023-10-12T09:51:50+00:00'\n },\n {\n 'name': 'started',\n 'valueDateTime': '2023-10-12T09:51:50+00:00'\n },\n {\n 'name': 'ended',\n 'valueDateTime': '2023-10-12T09:51:51+00:00'\n }\n ]\n }\n ]\n }\n }\n ]\n}\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains statistics on status changes for CarePlans:\n- count: Number of CarePlans in each state\n- min: Shortest time spent in each state\n- max: Longest time spent in each state\n- sum: Sum of time spent in each state\n- average: Average time spent in each state.\n \nThe durations are specified in [ISO 8601](https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm) format.\n### Grouping \nThis report is grouped by PlanDefinition. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on CarePlan.period overlap\n- condition: Filter on EpisodeOfCare condition match\n\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nEHealthPlanDefinition is a Fhir resource. See the implementation guide for details\n\n {\n 'EHealthPlanDefinition': {\n 'resourceType': 'PlanDefinition',\n 'id': '257',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension': [{\n 'url': 'reference',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/73753'\n }\n }, {\n 'url': 'role',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code': 'owner'\n }\n ]\n }\n }\n ]\n }\n ],\n 'version': 'dc9ecd87-163f-4d2f-bdfe-434085eafe4f',\n 'status': 'active'\n },\n 'CarePlanStatusDurationSummary': {\n 'statusDurationStatistics': {\n 'draft': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'draft'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P10DT10H0M0S',\n 'max': 'P15DT0H0M0S',\n 'sum': 'P25DT10H0M0S',\n 'average': 'P12DT17H0M0S'\n }\n },\n 'active': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'active'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P200DT0H0M0S',\n 'max': 'P200DT0H0M0S',\n 'sum': 'P400DT0H0M0S',\n 'average': 'P200DT0H0M0S'\n }\n },\n 'completed': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'completed'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P284DT14H0M0S',\n 'max': 'P380DT0H0M0S',\n 'sum': 'P664DT14H0M0S',\n 'average': 'P332DT7H0M0S'\n }\n },\n 'suspended': {\n 'status': {\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://hl7.org/fhir/care-plan-status',\n 'code': 'suspended'\n }\n ]\n }\n },\n 'durationStatistics': {\n 'count': 2,\n 'min': 'P5DT0H0M0S',\n 'max': 'P5DT0H0M0S',\n 'sum': 'P10DT0H0M0S',\n 'average': 'P5DT0H0M0S'\n }\n }\n }\n }\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains the following resources:\n- EpisodeOfCare\n- PlanDefinition\n- CarePlan\n- ServiceRequest\n### Grouping \nThis report is grouped by EpisodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on CarePlan.period overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthEpisodeOfCare': {\n 'resourceType': 'EpisodeOfCare',\n 'id': '30254',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/88873'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/66740'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/18637'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/16046'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n },\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '1597',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/59578'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/57779'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/30254'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/74721'\n }\n ],\n 'activity': [{\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/76916'\n }\n }\n ]\n }\n ],\n 'EHealthPlanDefinition': [{\n 'resourceType': 'PlanDefinition',\n 'id': '59578',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension': [{\n 'url': 'reference',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41757'\n }\n }, {\n 'url': 'role',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code': 'owner'\n }\n ]\n }\n }\n ]\n }\n ],\n 'version': 'c701b8e8-abe6-41bd-9db5-c05b94bc1e2b',\n 'status': 'active'\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '76916',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/13593'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '31d136f2-0b98-4e0a-8f82-f0731b54893d'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/49397'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/72791'\n }\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains Device information for each EpisodeOfCare:\n- Device\n- DeviceUseStatement\n- DeviceMetrics\n### Grouping \nThis report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on DeviceUseStatement.whenUsed overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthEpisodeOfCare': {\n 'resourceType': 'EpisodeOfCare',\n 'id': 'F417C17F9FDE24C9090BD629C8EE1697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/313D8B0E0AC8EA8169D1DA45ECEEACB9'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/9A7FCD55CA3031585A8F1690DB1D8034'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/A1D94F323D8EF09E5D913D9522FD83C4'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/8DC75F2B12BCC832F92CC065C3D0B451'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n },\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '9541E8EAEAD24376F208D5CD8A4D25F5',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23D34B29DD02EB232B6575537FE8ADC5'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/AC38B1F6391F256002E5A7BE69CB2586'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '08D51B81A7FE5B480278150A94D4048A',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '7EA21ACD27EE012439F1440574A6BB21',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A'\n },\n 'category': 'calculation'\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains all information related to the specified Patient:\n### Grouping \nNone. This report returns a single JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: not used.\n- patient: The patient to fetch information for.\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'Patient': {\n 'resourceType': 'Patient',\n 'id': '70791',\n 'meta': {\n 'versionId': '1'\n }\n },\n 'Communication': [{\n 'resourceType': 'Communication',\n 'id': '29256',\n 'meta': {\n 'versionId': '1'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'RelatedPerson': [{\n 'resourceType': 'RelatedPerson',\n 'id': '44196',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson']\n },\n 'identifier': [{\n 'use': 'official',\n 'system': 'urn:oid:1.2.208.176.1.2',\n 'value': '2412001234'\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'name': [{\n 'text': 'Tester'\n }\n ]\n }\n ],\n 'Appointment': [{\n 'resourceType': 'Appointment',\n 'id': '74036',\n 'meta': {\n 'versionId': '1'\n },\n 'participant': [{\n 'id': '5fda865d-5e46-4fc4-8dcc-9b5f9a6b501a',\n 'actor': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n }\n }\n ]\n }\n ],\n 'AppointmentResponse': [{\n 'resourceType': 'AppointmentResponse',\n 'id': '63226',\n 'meta': {\n 'versionId': '1'\n },\n 'actor': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n }\n }\n ],\n 'EHealthEpisodeOfCare': [{\n 'resourceType': 'EpisodeOfCare',\n 'id': '10928',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'resourceType': 'EpisodeOfCare',\n 'id': '48392',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }\n ],\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '4021',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n }\n }, {\n 'resourceType': 'DeviceUseStatement',\n 'id': '5732',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/91432'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '81729',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }, {\n 'resourceType': 'Device',\n 'id': '91432',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '35094',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }, {\n 'resourceType': 'DeviceMetric',\n 'id': '22449',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }\n ],\n 'EHealthConsent': [{\n 'resourceType': 'Consent',\n 'id': '51690',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent']\n },\n 'status': 'active',\n 'category': [{\n 'coding': [{\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'consentingParty': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034'\n }\n ],\n 'actor': [{\n 'id': 'f31bec27-965f-49ea-b8fe-5fdb259c539d',\n 'role': {\n 'coding': [{\n 'code': 'authserver'\n }\n ]\n },\n 'reference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499'\n }\n }\n ],\n 'policyRule': 'Rule',\n 'data': [{\n 'meaning': 'related',\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427'\n }\n }\n ]\n }\n ],\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '87235',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664'\n }\n ]\n }, {\n 'resourceType': 'CarePlan',\n 'id': '23385',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845'\n }\n ]\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '18904',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '7654414a-7f86-4170-9920-fde60368b58b'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCondition': [{\n 'resourceType': 'Condition',\n 'id': '22743',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition']\n },\n 'clinicalStatus': 'active',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthObservation': [{\n 'resourceType': 'Observation',\n 'id': '55832',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506'\n }\n ],\n 'status': 'amended',\n 'code': {\n 'coding': [{\n 'system': 'urn:oid:1.2.208.176.2.1',\n 'code': 'NPU03011'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'effectivePeriod': {\n 'start': '2020-03-26T13:37:40+01:00',\n 'end': '2020-03-26T13:37:40+01:00'\n },\n 'performer': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621'\n }\n ],\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/30416'\n }\n }\n ],\n 'EHealthQuestionnaireResponse': [{\n 'resourceType': 'QuestionnaireResponse',\n 'id': '21957',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403'\n }\n ],\n 'questionnaire': {\n 'reference': 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078'\n },\n 'status': 'completed',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'authored': '2020-03-26T13:37:40+01:00',\n 'source': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666'\n }\n }\n ],\n 'EHealthMedia': [{\n 'resourceType': 'Media',\n 'id': '18256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality',\n 'extension': [{\n 'url': 'qualityType',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/quality-types',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'qualityCode',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/usage-quality',\n 'code': 'TBD'\n }\n ]\n }\n }\n ]\n }\n ],\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474'\n }\n ],\n 'type': 'audio',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'occurrenceDateTime': '2020-03-26T13:37:40+01:00',\n 'content': {\n 'language': 'en'\n }\n }\n ],\n 'EHealthClinicalImpression': [{\n 'resourceType': 'ClinicalImpression',\n 'id': '39697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression']\n },\n 'status': 'draft',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/clinicalimpression-codes',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthTask': [{\n 'resourceType': 'Task',\n 'id': '96988',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/task-category',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/restriction-category',\n 'code': 'None'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-responsible',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/74334'\n }\n }\n ],\n 'status': 'draft',\n 'intent': 'proposal',\n 'priority': 'routine',\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCommunication': [{\n 'resourceType': 'Communication',\n 'id': '29256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication']\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthProvenance': [{\n 'resourceType': 'Provenance',\n 'id': '68399',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance']\n },\n 'target': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n ],\n 'recorded': '2020-03-26T13:37:39.772+01:00',\n 'policy': ['policy'],\n 'agent': [{\n 'whoReference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/6901'\n }\n }\n ]\n }, {\n 'resourceType': 'Provenance',\n 'id': '96195',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance']\n },\n 'target': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n }\n ],\n 'recorded': '2020-03-26T13:37:39.801+01:00',\n 'policy': ['policy'],\n 'agent': [{\n 'whoReference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/45854'\n }\n }\n ]\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains clinical information for each Patient\n### Grouping \nThis report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- period: Filter on EpisodeOfCare.period overlap\n- conditionCode: Filter on Condition.code related to EpisodeOfCare\n- status: Filter on EpisodeOfCare.status\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'Patient': {\n 'resourceType': 'Patient',\n 'id': '70791',\n 'meta': {\n 'versionId': '1'\n }\n },\n 'EHealthEpisodeOfCare': [{\n 'resourceType': 'EpisodeOfCare',\n 'id': '10928',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'resourceType': 'EpisodeOfCare',\n 'id': '48392',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282'\n }\n }\n ],\n 'status': 'active',\n 'diagnosis': [{\n 'condition': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020'\n },\n 'rank': 1\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956'\n },\n 'managingOrganization': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n }\n }\n ],\n 'EHealthDeviceUseStatement': [{\n 'resourceType': 'DeviceUseStatement',\n 'id': '4021',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n }\n }, {\n 'resourceType': 'DeviceUseStatement',\n 'id': '5732',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context',\n 'valueReference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385'\n }\n }\n ],\n 'status': 'active',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543'\n },\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/91432'\n }\n }\n ],\n 'EHealthDevice': [{\n 'resourceType': 'Device',\n 'id': '81729',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }, {\n 'resourceType': 'Device',\n 'id': '91432',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned',\n 'valueBoolean': true\n }\n ],\n 'status': 'active'\n }\n ],\n 'EHealthDeviceMetric': [{\n 'resourceType': 'DeviceMetric',\n 'id': '35094',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }, {\n 'resourceType': 'DeviceMetric',\n 'id': '22449',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 5\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 10\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 12\n }\n ]\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities',\n 'extension': [{\n 'url': 'category',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/devicemetric-quality-types',\n 'code': 'initial'\n }\n ]\n }\n }, {\n 'url': 'value',\n 'valueInteger': 14\n }\n ]\n }\n ],\n 'identifier': {\n 'value': 'Foo'\n },\n 'type': {\n 'text': 'code'\n },\n 'source': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/81729'\n },\n 'category': 'calculation'\n }\n ],\n 'EHealthConsent': [{\n 'resourceType': 'Consent',\n 'id': '51690',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent']\n },\n 'status': 'active',\n 'category': [{\n 'coding': [{\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'patient': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'consentingParty': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034'\n }\n ],\n 'actor': [{\n 'id': 'f31bec27-965f-49ea-b8fe-5fdb259c539d',\n 'role': {\n 'coding': [{\n 'code': 'authserver'\n }\n ]\n },\n 'reference': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499'\n }\n }\n ],\n 'policyRule': 'Rule',\n 'data': [{\n 'meaning': 'related',\n 'reference': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427'\n }\n }\n ]\n }\n ],\n 'EHealthCarePlan': [{\n 'resourceType': 'CarePlan',\n 'id': '87235',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664'\n }\n ]\n }, {\n 'resourceType': 'CarePlan',\n 'id': '23385',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan']\n },\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648'\n }\n ],\n 'status': 'draft',\n 'intent': 'option',\n 'category': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/careplan-category',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392'\n },\n 'period': {\n 'start': '1970-01-01T01:00:01+01:00',\n 'end': '1970-01-01T01:01:40+01:00'\n },\n 'addresses': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845'\n }\n ]\n }\n ],\n 'EHealthServiceRequest': [{\n 'resourceType': 'ServiceRequest',\n 'id': '18904',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code': 'TBD'\n }\n ]\n }\n }\n ],\n 'definition': [{\n 'reference': 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273'\n }\n ],\n 'status': 'completed',\n 'intent': 'filler-order',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code': 'TBD'\n }\n ],\n 'text': '7654414a-7f86-4170-9920-fde60368b58b'\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthCondition': [{\n 'resourceType': 'Condition',\n 'id': '22743',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition']\n },\n 'clinicalStatus': 'active',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ],\n 'EHealthObservation': [{\n 'resourceType': 'Observation',\n 'id': '55832',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506'\n }\n ],\n 'status': 'amended',\n 'code': {\n 'coding': [{\n 'system': 'urn:oid:1.2.208.176.2.1',\n 'code': 'NPU03011'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'effectivePeriod': {\n 'start': '2020-03-26T13:37:40+01:00',\n 'end': '2020-03-26T13:37:40+01:00'\n },\n 'performer': [{\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621'\n }\n ],\n 'device': {\n 'reference': 'https://device.local.ehealth.sundhed.dk/fhir/Device/30416'\n }\n }\n ],\n 'EHealthQuestionnaireResponse': [{\n 'resourceType': 'QuestionnaireResponse',\n 'id': '21957',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse']\n },\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403'\n }\n ],\n 'questionnaire': {\n 'reference': 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078'\n },\n 'status': 'completed',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'authored': '2020-03-26T13:37:40+01:00',\n 'source': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666'\n }\n }\n ],\n 'EHealthMedia': [{\n 'resourceType': 'Media',\n 'id': '18256',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality',\n 'extension': [{\n 'url': 'qualityType',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/quality-types',\n 'code': 'TBD'\n }\n ]\n }\n }, {\n 'url': 'qualityCode',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/usage-quality',\n 'code': 'TBD'\n }\n ]\n }\n }\n ]\n }\n ],\n 'basedOn': [{\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474'\n }\n ],\n 'type': 'audio',\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n },\n 'occurrenceDateTime': '2020-03-26T13:37:40+01:00',\n 'content': {\n 'language': 'en'\n }\n }\n ],\n 'EHealthClinicalImpression': [{\n 'resourceType': 'ClinicalImpression',\n 'id': '39697',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression']\n },\n 'status': 'draft',\n 'code': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/clinicalimpression-codes',\n 'code': 'TBD'\n }\n ]\n },\n 'subject': {\n 'reference': 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140'\n },\n 'context': {\n 'reference': 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928'\n }\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains an overview of the number of unique active citizens with Episodes of Care, shown both on monthly and yearly basis.\n### Grouping \nThis report is grouped by months and years. All groups are contained in the same JSON file.\n### Parameters\n- None\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing a JSon file corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\nFirst example is the monthly data:\n\n{\n\t'PatientsUsageSummary': {\n\t\t'monthData': [\n\t\t\t{\n\t\t\t\t'month': '1',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '2',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '3',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '4',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '5',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '6',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '7',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '8',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '9',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '10',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '11',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t'month': '12',\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 1,\n\t\t\t\t\t\t'percentChangeFromLastMonth': 0.0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n ]\n }\n}\n\nSecond example is the yearly data:\n\n{\n\t'PatientsUsageSummary': {\n\t\t'yearData': [\n\t\t\t{\n\t\t\t\t'year': '1970',\n\t\t\t\t'entries': [\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCareBeingActiveSevenOrMoreDays',\n\t\t\t\t\t\t'count': 12,\n\t\t\t\t\t\t'average': 1.0,\n\t\t\t\t\t\t'usageBaseline': 10000,\n\t\t\t\t\t\t'averageRounded': 1000.0,\n\t\t\t\t\t\t'averageBeyondBaseline': 0\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t'name': 'uniquePatientsWithEpisodeOfCare',\n\t\t\t\t\t\t'count': 12,\n\t\t\t\t\t\t'average': 1.0,\n\t\t\t\t\t\t'usageBaseline': 10000,\n\t\t\t\t\t\t'averageRounded': 1000.0,\n\t\t\t\t\t\t'averageBeyondBaseline': 0\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n ]\n }\n}\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains all information related to the specified Practitioner\n- Practitioner\n- CareTeam\n- PractitionerRole\n### Grouping \nNone. The report is returned in a single JSon file.\n### Parameters\n- organization: \n - Practitioner: Not filtered\n - CareTeam: Filter on CareTeam.ManagingOrganization match\n - PractitionerRole: Filter on PractitionerRole.Organization match\n- period: not used\n- practitionerID: The practitioner to fetch information for\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are Fhir resources. See the implementation guide for details\n\n {\n 'EHealthPractitioner': {\n 'resourceType': 'Practitioner',\n 'id': '20599',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner']\n },\n 'name': [{\n 'family': '2f82a48c-61cc-4c7f-855a-3e6b59729ef1'\n }\n ]\n },\n 'EHealthPractitionerRole': [],\n 'EHealthCareTeam': [{\n 'resourceType': 'CareTeam',\n 'id': '99438',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': 'f556eab1-dbe9-40e3-9edd-149fa3bd1ae0',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'f9d27974-6a6a-44fb-b6eb-bcd22d769a18',\n 'participant': [{\n 'member': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599'\n }\n }\n ],\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174'\n }\n ]\n }\n ]\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains counts of practitioners associated with Organizations and CareTeams\n- List of Organization and associated practitonerCount\n- List of CareTeam and associated practitionerCount\n### Grouping \nNone. The report is returned in a single JSon file.\n### Parameters\n- organization: \n - CareTeam: Filter on CareTeam.ManagingOrganization match\n - PractitionerRole: Filter on PractitionerRole.Organization match\n- period\n - CareTeam: Filter on CareTeam.participant.period overlap\n - PractitionerRole: Filter on PractitionerRole.perid overlap\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nOrganization and CareTeam are Fhir resources. See the implementation guide for details\n\n {\n 'PractitionerSummary': {\n 'organizationPractitionerStatistics': [{\n 'organization': {\n 'resourceType': 'Organization',\n 'id': '69075',\n 'meta': {\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/organization-source',\n 'code': 'manual'\n }\n ]\n }\n }, {\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/organization-synchronization-status',\n 'code': 'NotSynchronized'\n }\n ]\n }\n }\n ],\n 'name': 'e7c2b264-b2d9-4a6d-aba9-f23be1017d39'\n },\n 'practitionerCount': 1\n }\n ],\n 'careTeamPractitionerStatistics': [{\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '44267',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '7ced02e2-3082-4e02-86cc-030e8df8906d',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'd1e7d427-1565-42f6-951d-5508d494d4c8',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '40831',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': 'f12b2b87-95d9-487c-b088-457acfa1693f',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': 'c572c5ac-bac3-4f9e-b948-795db7563145',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '78765',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '7378e850-aff6-430d-9e86-cca801bf2375',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '3e038dd3-9e80-41e4-9932-8597f8706da4',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '46096',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '37a66140-dc7e-4ea4-9ec7-d0dd91adf7c8',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '311ebab3-d310-44bb-b72b-65bdf74b3729',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }, {\n 'careTeam': {\n 'resourceType': 'CareTeam',\n 'id': '32543',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam']\n },\n 'identifier': [{\n 'id': '3671c951-d20e-4d5c-82ec-fae5ee03821e',\n 'system': 'urn:ietf:rfc:3986'\n }\n ],\n 'status': 'active',\n 'name': '1f74a06c-8ae1-4b5c-b5ee-49abfd2d28e1',\n 'reasonCode': [{\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/conditions',\n 'code': 'TBD'\n }\n ]\n }\n ],\n 'managingOrganization': [{\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075'\n }\n ]\n },\n 'practitionerCount': 0\n }\n ]\n }\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains a collection of questionnaire responses and related resources\n- Organizations\n- CareTeams\n- PlanDefinitions\n- ActivityDefinitions\n- Questionnaires\n- QuestionnaireResponses\n- Communication\n- ServiceRequestSummary\n### Grouping \nThis report is grouped by Questionnaire. Each group is returned as a FHIR bundle in a separate JSon file.\n### Parameters\n- organization: Filter on EpisodeOfCare.managingOrganization match\n- condition: Filter on CarePlan.addresses.code match\n- period: Filter on QuestionnaireResponse.authored within period\n- plan: Filter on Plan match\n- questionnaire: Filter on ActivityDefinition.composed-of match\n- careteam: Filter on careteam in CarePlan.careteam or EpisodeOfCare.team\n- tag: Filter on tag match\n\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\n### Output\n{\n 'resourceType' : 'Bundle',\n 'id' : 'Questionnaire/44529',\n 'entry' : [ {\n 'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/24206/_history/1',\n 'resource' : {\n 'resourceType' : 'PlanDefinition',\n 'id' : '24206',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/14291'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'status' : 'active',\n 'action' : [ {\n 'definitionCanonical' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919'\n } ]\n }\n }, {\n 'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919/_history/1',\n 'resource' : {\n 'resourceType' : 'ActivityDefinition',\n 'id' : '10919',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',\n 'code' : 'noSharing'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/25403'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'name' : '0ca879ed-678c-4439-aa4a-efc597f92dfb',\n 'status' : 'active',\n 'topic' : [ {\n 'coding' : [ {\n 'system' : 'http://terminology.hl7.org/CodeSystem/definition-topic',\n 'code' : 'treatment'\n } ]\n } ],\n 'relatedArtifact' : [ {\n 'type' : 'composed-of',\n 'resource' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529'\n } ],\n 'code' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/activitydefinition-code',\n 'code' : '273586006'\n } ]\n }\n }\n }, {\n 'fullUrl' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529/_history/1',\n 'resource' : {\n 'resourceType' : 'Questionnaire',\n 'id' : '44529',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/questionnaire-types',\n 'code' : 'QQ'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension' : [ {\n 'url' : 'reference',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/24153'\n }\n }, {\n 'url' : 'role',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code' : 'owner'\n } ]\n }\n } ]\n } ],\n 'version' : '1.0',\n 'name' : '090b990e-046a-4374-b7c6-b08613a41cce',\n 'status' : 'active'\n }\n }, {\n 'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618/_history/1',\n 'resource' : {\n 'resourceType' : 'Organization',\n 'id' : '98618',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization' ]\n },\n 'extension' : [ {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/organization-source',\n 'code' : 'manual'\n } ]\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/organization-synchronization-status',\n 'code' : 'NotSynchronized'\n } ]\n }\n } ],\n 'identifier' : [ {\n 'use' : 'official',\n 'system' : 'urn:oid:2.16.840.1.113883.2.24.1.1',\n 'value' : '11111111',\n 'period' : {\n 'start' : '2023-10-10T14:49:12+02:00'\n }\n } ],\n 'active' : false,\n 'name' : 'defaultTestFactory-be16f47b-1f8a-4440-a02e-23da1219b0ca',\n 'partOf' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/22124'\n }\n }\n }, {\n 'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455/_history/1',\n 'resource' : {\n 'resourceType' : 'CareTeam',\n 'id' : '87455',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam' ]\n },\n 'identifier' : [ {\n 'system' : 'urn:ietf:rfc:3986',\n 'value' : 'urn:uuid:9658ef5f-019a-4c90-9c41-f3ad14a31777'\n } ],\n 'status' : 'active',\n 'name' : '1b900db5-09dd-4563-b612-2b81201fab16',\n 'reasonCode' : [ {\n 'coding' : [ {\n 'system' : 'urn:oid:1.2.208.176.2.4',\n 'code' : 'DJ44'\n } ]\n } ]\n }\n }, {\n 'fullUrl' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491/_history/1',\n 'resource' : {\n 'resourceType' : 'QuestionnaireResponse',\n 'id' : '92491',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse' ]\n },\n 'extension' : [ {\n 'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/22208'\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-resolved-timing',\n 'extension' : [ {\n 'url' : 'serviceRequestVersionId',\n 'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'\n }, {\n 'url' : 'start',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'url' : 'end',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'url' : 'type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',\n 'code' : 'Resolved'\n } ]\n }\n } ]\n } ],\n 'basedOn' : [ {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n } ],\n 'questionnaire' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529',\n 'status' : 'completed',\n 'subject' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/64465'\n },\n 'authored' : '2023-10-10T14:49:12+02:00',\n 'source' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/75218'\n }\n }\n }, {\n 'fullUrl' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180/_history/1',\n 'resource' : {\n 'resourceType' : 'Communication',\n 'id' : '97180',\n 'meta' : {\n 'versionId' : '1',\n 'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication' ]\n },\n 'extension' : [ {\n 'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/14233'\n }\n }, {\n 'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/restriction-category',\n 'code' : 'None'\n } ]\n }\n } ],\n 'basedOn' : [ {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n } ],\n 'status' : 'in-progress',\n 'category' : [ {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/communication-category',\n 'code' : 'annotation'\n } ]\n }, {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/message-category',\n 'code' : 'advice'\n } ]\n } ],\n 'subject' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/35194'\n },\n 'topic' : {\n 'coding' : [ {\n 'system' : 'http://terminology.hl7.org/CodeSystem/communication-topic',\n 'code' : 'report-labs'\n } ]\n },\n 'sent' : '2023-10-10T14:49:12+02:00',\n 'reasonCode' : [ {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/message-reasonCode',\n 'code' : 'ReminderSubmitMeasurement'\n } ]\n } ]\n }\n }, {\n 'fullUrl' : 'urn:uuid:57cfd6a7-dd43-4caa-8220-d50c77aebd8b',\n 'resource' : {\n 'resourceType' : 'Parameters',\n 'parameter' : [ {\n 'name' : 'serviceRequestResponseSummary',\n 'part' : [ {\n 'name' : 'serviceRequest',\n 'valueReference' : {\n 'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'\n },\n 'part' : [ {\n 'name' : 'condition',\n 'valueCoding' : {\n 'system' : 'urn:oid:1.2.208.176.2.4',\n 'code' : 'DJ44',\n 'display' : 'Kronisk obstruktiv lungesygdom'\n }\n }, {\n 'name' : 'episodeOfCareManagingOrganization',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618'\n }\n }, {\n 'name' : 'episodeOfCarePeriod',\n 'valuePeriod' : {\n 'start' : '1970-01-01T01:00:01+01:00',\n 'end' : '1970-01-01T01:01:40+01:00'\n }\n }, {\n 'name' : 'patientIdentifier',\n 'valueIdentifier' : {\n 'system' : 'urn:oid:1.2.208.176.1.2',\n 'value' : '0101010001'\n }\n }, {\n 'name' : 'statusHistory',\n 'part' : [ {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'draft'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-02T12:49:12+00:00',\n 'end' : '2023-10-03T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'active'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-03T12:49:12+00:00',\n 'end' : '2023-10-04T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'on-hold'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-04T12:49:12+00:00',\n 'end' : '2023-10-05T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'active'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-05T12:49:12+00:00',\n 'end' : '2023-10-08T12:49:12+00:00'\n }\n } ]\n }, {\n 'name' : 'statusPeriod',\n 'part' : [ {\n 'name' : 'status',\n 'valueCoding' : {\n 'system' : 'http://hl7.org/fhir/request-status',\n 'code' : 'on-hold'\n }\n }, {\n 'name' : 'period',\n 'valuePeriod' : {\n 'start' : '2023-10-08T12:49:12+00:00'\n }\n } ]\n } ]\n }, {\n 'name' : 'involvedCareTeams',\n 'part' : [ {\n 'name' : 'careTeam',\n 'valueReference' : {\n 'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455'\n }\n } ]\n }, {\n 'name' : 'responses',\n 'part' : [ {\n 'name' : 'response',\n 'part' : [ {\n 'name' : 'occurrence',\n 'part' : [ {\n 'name' : 'serviceRequestVersionId',\n 'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'\n }, {\n 'name' : 'start',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'name' : 'end',\n 'valueDateTime' : '2023-10-10T14:49:12+02:00'\n }, {\n 'name' : 'type',\n 'valueCodeableConcept' : {\n 'coding' : [ {\n 'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',\n 'code' : 'Resolved'\n } ]\n }\n } ]\n }, {\n 'name' : 'questionnaireResponse',\n 'valueReference' : {\n 'reference' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491'\n }\n }, {\n 'name' : 'submitted',\n 'valueDateTime' : '2023-10-10T12:49:12+00:00'\n } ]\n } ]\n }, {\n 'name' : 'communications',\n 'part' : [ {\n 'name' : 'communication',\n 'valueReference' : {\n 'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180'\n }\n } ]\n } ]\n } ]\n } ]\n }\n } ]\n}\n\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Report Contents\nThis report contains SSL Orders\n- OrderDetails\n- OrderLines\n- TraceLines\n### Grouping \nOrder. Each Order is returned in a single JSon file.\n### Parameters\n- organization: Filter on Order.buyer\n- period: Filter on TraceLine.timestamp\n- seller: Filter on Order.seller\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are SSL resources. See the SSL API description for details\n\n {\n 'OrderDetails': {\n 'order': {\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'threadId': null,\n 'identifiers': null,\n 'status': null,\n 'priority': null,\n 'notes': null,\n 'buyer': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER',\n 'seller': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER',\n 'sellerDeliveryContactEmail': null,\n 'carePlanRef': null,\n 'carePlanTitle': null,\n 'earliestDeliveryDate': null,\n 'latestDeliveryDate': null,\n 'receiver': null\n },\n 'orderLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE',\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'status': null,\n 'item': null,\n 'agreedDate': null,\n 'device': null\n }\n ],\n 'traceLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1',\n 'timestamp': '2019-12-24T18:00:00Z',\n 'createdByOrganization': null,\n 'createdByUser': null,\n 'text': null,\n 'supplementaryText': null,\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'orderLine': null,\n 'statusChange': null\n }\n ]\n }\n }\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace 'The search-measurements operation searches for bundles of related resources having Observations, Media or QuestionnaireResponses matching the search criteria.\n\n\n### Parameter description\n- patient: Find resource(s) referring the specified patient - Reference(eHealth Patient).\n- episodeOfCare: Find resource(s) referring the specified episode of care - Reference(eHealth EpisodeOfCare).\n- device: Find resource(s) referring the specified device - Reference(eHealth Device | eHealth DeviceMetric).\n- 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.\n- based-on: Resources(s) must be based on any of the specified procedure requests - Reference(eHealth ServiceRequest).\n- _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.\n\n\n\"period\" must always be specified.\n\nAdditionally at least \"patient\" or \"episodeOfCare\" must be specified.\n\n### Output description\n\nThe result of this operation will return a Bundle with a list of nested Bundles having resources matching the search parameters.\n\nEach of the nested bundles will contain the full set of related eHealth Observation, eHealth Media, eHealth QuestionnaireResponse and eHealth Provenance resources.\n\nIf a eHealth QuestionnaireResponse is part of the nested bundle the referenced eHealth Questionnaire will also be included in the nested bundle.\n\nRelated resources are the set of resources created by a single invocation of the submit-measurement operation.\n\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Input\n- resourceId: reference to the ActivityDefinition resource that should be cloned\n- clone_operation: minor-version/major-version/copy Coding from codesystem: http://ehealth.sundhed.dk/cs/ehealth-clone-operation \n- default-clone-behavior: true/false. False signifies deep-clone mode where the list of deep-clone-references determine which resources should be cloned \n- deep-clone-references: References to resources to create as new resources rather than referencing the existing ones.\n\n### Output\nBundle containing all resources that were created during the operation.\n\n### Validation\n- New business versions require that the user has modifier-role: owner or co-author for the resource\n- New copy does not require that the user has a modifier-role.\n- New business version can be made only when no draft resource exists (having identical base identifier).\n- Read/search/create privileges are required for the resource types affected by $create-clone\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '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.\n\nThe operation is idempotent.\n### Input\n- 1..1 Parameters: HL7 FHIR [Parameters](https://www.hl7.org/fhir/stu3/parameters.html) resource containing input parameters for the clinical decision support computation.This should either be a QuestionnaireResponse or an Observation for evaluation.\n\n### Output\nUpon success this operation returns an GuidanceResponse resource containing the decision support result.\n\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace 'Export a PlanDefinition.\n### Export Contents\nThe export contains the PlanDefinition including referenced resources:- PlanDefinitions\n- ActivityDefinitions\n- Questionnaires\n- Libraries\n- Organizations\n\nEach resource is returned in a separate JSon file.\n### Parameters\n- exclude: references to ActivityDefinitions or PlanDefinitions to exclude from the export.\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files.\nAll returned objects are Fhir resources. See the implementation guide for details\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace 'Import a Plandefinition\n### Parameters\n- planDefinitionPackage: Binary package produced by the export operation\n### Output\nBundle containing the created resources. PlanDefinitions, ActivityDefinitions, and Questionnaires will be created. Libraries and Organizations are used to find the corresponding resources on the target system.\n' |
fsh-generated/resources/ImplementationGuide-dk.ehealth.sundhed.fhir.ig.core.json | value should not start or finish with whitespace '### Input\n- resourceId: reference to the Questionnaire resource that should be cloned\n- clone-operation: minor-version/major-version/copy Coding from codesystem: http://ehealth.sundhed.dk/cs/ehealth-clone-operation \n\n### Output\nBundle containing all resources that were created during the operation.\n\n### Validation\n- New business versions require that the user has modifier-role: owner or co-author for the resource\n- New copy does not require that the user has a modifier-role.\n- New business version can be made only when no draft resource exists (having identical base identifier).\n- Read/search/create privileges are required for the resource types affected by $create-clone\n' |
input/resources/OperationDefinition-ehealth-appointment-toical.json | value should not start or finish with whitespace 'A Binary resource that encapsulates the iCal file. ' |