MedMij:V2017.04 FHIR AllergyIntolerance: verschil tussen versies

Uit informatiestandaarden
Ga naar: navigatie, zoeken
(Use case: Retrieve AllergyIntolerance information)
k (Tekst vervangen - "{{Simplifier\|([^\|]+)(\|[^}]+)?\|scope=([^\|}@]+)@([^\|}]+)}}" door "{{Simplifier|$1|$3|pkgVersion=$4$2}}")
 
(4 tussenliggende versies door 2 gebruikers niet weergegeven)
Regel 1: Regel 1:
{{#customtitle:MedMij FHIR use case AllergyIntolerance, publication 2017.04}}
+
{{DISPLAYTITLE:MedMij FHIR use case AllergyIntolerance, publication 2017.04}}
 
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]
 
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]
 
[[Bestand:Allergie.png|link=|87px |links||AllergyIntolerance]]
 
[[Bestand:Allergie.png|link=|87px |links||AllergyIntolerance]]
Regel 34: Regel 34:
 
| PHR
 
| PHR
 
| Personal health record
 
| Personal health record
|[[Bestand: Verwijzing.png| 20px]] [https://simplifier.net/NictizSTU3/allergyintolerance-clientcapabilities CapabilityStatement: Client]
+
|[[Bestand: Verwijzing.png| 20px]] {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/allergyintolerance-clientcapabilities|nictiz.fhir.nl.stu3.zib2015|pkgVersion=1.0.0|title=CapabilityStatement: Client}}
 
| AllergyIntolerance client requirements  
 
| AllergyIntolerance client requirements  
 
|-
 
|-
Regel 41: Regel 41:
 
| XIS
 
| XIS
 
| Healthcare information system
 
| Healthcare information system
|[[Bestand: Verwijzing.png| 20px]] [https://simplifier.net/NictizSTU3/allergyintolerance-servercapabilities CapabilityStatement: Server]
+
|[[Bestand: Verwijzing.png| 20px]] {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/allergyintolerance-servercapabilities|nictiz.fhir.nl.stu3.zib2015|pkgVersion=1.0.0|title=CapabilityStatement: Server}}
 
| AllergyIntolerance server requirements  
 
| AllergyIntolerance server requirements  
 
|}
 
|}
Regel 138: Regel 138:
 
| #ZIB Patient|Patient
 
| #ZIB Patient|Patient
 
| Patient
 
| Patient
| [https://simplifier.net/NictizSTU3/nl-core-patient  http://fhir.nl/fhir/StructureDefinition/nl-core-patient]
+
| {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2015|pkgVersion=1.0.0}}
 
| [[Bestand: Verwijzing.png| 20px]] [[MedMij:V1.0_FHIR_Patient | Patient]]
 
| [[Bestand: Verwijzing.png| 20px]] [[MedMij:V1.0_FHIR_Patient | Patient]]
 
|-
 
|-
Regel 144: Regel 144:
 
| HealthProfessional
 
| HealthProfessional
 
| Practitioner
 
| Practitioner
| [https://simplifier.net/NictizSTU3/nl-core-practitioner http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner]
+
| {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2015|pkgVersion=1.0.0}}
 
| [[Bestand: Verwijzing.png| 20px]] [[MedMij:V1.0_FHIR_HealthProfessional | HealthProfessional]]  
 
| [[Bestand: Verwijzing.png| 20px]] [[MedMij:V1.0_FHIR_HealthProfessional | HealthProfessional]]  
 
|-
 
|-
Regel 150: Regel 150:
 
| AllergyIntolerance
 
| AllergyIntolerance
 
| AllergyIntolerance
 
| AllergyIntolerance
| [https://simplifier.net/NictizSTU3/zib-AllergyIntolerance http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance]
+
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance|nictiz.fhir.nl.stu3.zib2015|pkgVersion=1.0.0}}
 
| [[Bestand: Verwijzing.png| 20px]] [[MedMij:V1.0_FHIR_AllergyIntolerance| AllergyIntolerance]]  
 
| [[Bestand: Verwijzing.png| 20px]] [[MedMij:V1.0_FHIR_AllergyIntolerance| AllergyIntolerance]]  
 
|}
 
|}

Huidige versie van 30 jul 2020 om 14:52

Naar medmij.nl
AllergyIntolerance
AfsprakenstelselFunctioneelTechnischAfspraken-Functioneel-Technisch


Introduction

Go to functional design

This page describe a patient's use case, in a personal health environment (PHE) context, in relation to the information standard Medication Process for allergy and intollerance information. This use cases is based on version 6.12.X of this standard. Functional specification of this use case is described at the functional design wiki page. The technical specification is described here. HL7 FHIR STU3 is used for this purpose.

Actors involved

Persons Systems FHIR Capability Statements
Name Description Name Description Name Description
Patient The user of a personal healthcare enviorment. PHR Personal health record Verwijzing.png CapabilityStatement: Client AllergyIntolerance client requirements
Healthcare professional The user of a XIS XIS Healthcare information system Verwijzing.png CapabilityStatement: Server AllergyIntolerance server requirements

Use case: Retrieve AllergyIntolerance information

This FHIR implementation guide assumes that the PHR system is able to make a connection to the right XIS that contains the patient's information. It does not provide information on finding the right XIS nor does it provide information about security. Moreover, each transaction is performed in the context of a specific authenticated patient, for whose context (token) has been established using the authentication mechanisms described in the 'Afsprakenstelsel'. Each XIS Gateway is required to perform filtering based on the patient associated with the context for the request, so only the records associated with the authenticated patient are returned. For this reason, search parameters should not be included for patient identification.

Introduction

The retrieve AllergyIntolerance transaction is used by the PHR to retrieve allergy and intolerance information from the XIS.

Actors

Transaction group Transaction Actor Role
Retrieve Vital Signs(PULL) Retrieve AllergyIntolerance request Patient (using a PHR) Request allergy and intolerance information from the XIS
Retrieve vital signs response Healthcare professional (using a XIS) Serves allergy and intolerance information to the PHR

Invocations

PHR: request message

The request message represents an HTTP GET parameterized query from the PHR to the XIS.

Trigger Events

When the patient(PHR) wants to obtain allergy and intolerance information, it issues a retrieve AllergyIntolerance request message.

Message Semantics

Search

The PHR executes an HTTP GET conform to the FHIR RESTfull and search specification against the XIS's AllergyIntolerance endpoint. This search query URL is configurable by the PHE and has the following format.

GET [base]/AllergyIntolerance?[parameters]{&_format=[mime-type]}

Search Parameters

The PHR may supply, and the XIS shall be capable of processing, all query parameters listed below. These search parameters are a selection of the defined search parameters by the HL7 FHIR specification search parameters of AllergyIntolerance.

AllergyIntolerance
Name Type Description
onset date Date(/time) when manifestations showed

Example searches

1. GET https://vonk.test-nictiz.nl/AllergyIntolerance
2. GET https://vonk.test-nictiz.nl/AllergyIntolerance?onset=ge2010-01-01&date=le2011-12-31 
  1. Retrieves all AllergyIntolerance resources.
  2. Retrieves all AllergyIntolerance resources that have an onset date(/time) within a 2 year period.
Expected Actions

The XIS shall process the query to discover AllergyIntolerance resources that match the search parameters given.

XIS: response message

The XIS returns a HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching allergy and intolerance information.

Trigger Events

The XIS completed processing of the Retrieve AllergyIntolerance request message.

Message Semantics

Based on the query results, the XIS will either return an error or success. When the XIS needs to report an error, it SHALL use HTTP error response codes and SHOULD include a FHIR OperationOutcome resource with more details on the failure. If the request message is processed successfully, whether or not any AllergyIntolerance resources are found, the HTTP status code SHALL be 200.

The response message shall be a Bundle resource of type "searchset" containing zero or more FHIR resources as entries. If the XIS is sending warnings, the Bundle resource SHALL also contain a FHIR OperationOutcome resource that contains those warnings. The FHIR specification describes the relevant sections:

Message resource content

The returned data to the PHR should conform to the ZIB AllergyIntolerance profile. The table below shows the relevant ZIBs and their profiles. The resources in the response message SHALL be a valid instance of these profiles. All resources SHALL include their related profile canonical URL in the meta.profile element in order to show compliance.

ZIB name NL ZIB name EN FHIR Resource URL profile Reference to section
Patient Patient Patient http://fhir.nl/fhir/StructureDefinition/nl-core-patient Verwijzing.png Patient
Zorgverlener HealthProfessional Practitioner http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner Verwijzing.png HealthProfessional
AllergieIntolerantie AllergyIntolerance AllergyIntolerance http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance Verwijzing.png AllergyIntolerance

Expected Actions

The PHE processes the results according to application-defined rules. The PHR should be robust as the response may contain medication information resources as mentioned in the former section.

Interactions, operations, search parameters

Interactions

The following logical interactions are needed for the retrieve medication information transaction:

Operations

No operations are defined or needed for this transaction.

Search parameters

The following search parameter types and search result parameters need to be supported for this transaction.

Search parameter types: