RIVO-Noord Zorgviewer Implementation Guide
1.2.0 - sprint37 Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Testing

Zie in de FHIR specificaties: Testing FHIR

Sandboxes

Test Tooling

  • Touchstone - REDELIJK Standaard FHIR TestScript - ook gebruikt voor MedMij kwalificatie
  • Interoplab
  • Inferno - MOEILIJK Custom Ruby
  • Crucible - API testen obv Implementatie Gids - MOEILIJK Custom Ruby

Test Data

FHIR Path

SQL-on-FHIR-v2 ViewDefinitions

Een tool om een FHIR response als tabel te tonen. Op basis van de “FHIR Path”s in de “Kolom definities” secties van de Profiles in deze implementatie gids kan je eenvoudig van test FHIR response snel als tabel zien.

FHIR Validator Web

N.B. Vergeet niet in Options STU3 te kiezen.

FHIR Validator CLI

Get the latest FHIR Validator.

> curl -L https://github.com/hapifhir/org.hl7.fhir.core/releases/latest/download/validator_cli.jar -o validator_cli.jar

Run the FHIR Validator on the example Patients against the Zorgviewer profile and Dutch(nl) SNOMED CT.

> java -jar validator_cli.jar -version 3.0.2 -ig ~/.fhir/packages/hl7.fhir.nl.zorgviewer#dev/package/ -ig ~/.fhir/packages/nictiz.fhir.nl.stu3.zib2017#2.2.18/package/ -sct nl -profile http://hl7.nl/fhir/zorgviewer/StructureDefinition/Patient input/examples/Patient-JFictief.json
> java -jar validator_cli.jar -version 3.0.2 -ig input/resources -ig ~/.fhir/packages/nictiz.fhir.nl.stu3.zib2017#2.2.18/package/ -sct nl -profile http://hl7.nl/fhir/zorgviewer/StructureDefinition/Patient input/examples/Patient-Chipsoft.json

Run the FHIR Validator on your example output against the Zorgviewer IG and Dutch(nl) SNOMED CT and produce friendly HTML.

> java -jar validator_cli.jar -version 3.0.2 -ig ~/.fhir/packages/hl7.fhir.nl.zorgviewer#dev/package/ -ig ~/.fhir/packages/nictiz.fhir.nl.stu3.zib2017#2.2.18/package/ -sct nl -language nl -html-output validation.html 20240417\ PDFA\ 3.0.38\ NEXUS\ DocumentReference.json 
> open validation.html in your favorite browser