From 63b5f60bc991e9764aa5822c7dea8dd6b1538415 Mon Sep 17 00:00:00 2001 From: Lindsay Smith <48133386+lindsmith@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:02:40 -0500 Subject: [PATCH] Fixing broken link for the FHIR IG :bug: --- docs/fhir.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fhir.rst b/docs/fhir.rst index 4c2099df..59e97f7d 100644 --- a/docs/fhir.rst +++ b/docs/fhir.rst @@ -6,9 +6,9 @@ FHIR Implementation Guide Phenopacket on FHIR is a Fast Healthcare Interoperability Resources (FHIR) Implementation Guide (IG) based on the Phenopacket standard. It is meant to be conceptually equivalent but not directly interoperable. The guide is hosted at: -http://phenopackets.org/core-ig/master/ +http://phenopackets.org/core-ig/ig/branch/master/index.html -A list of the FHIR artifacts defined as part of this implementation guide can be found at http://phenopackets.org/core-ig/master/artifacts.html +A list of the FHIR artifacts defined as part of this implementation guide can be found at http://phenopackets.org/core-ig/ig/branch/master/artifacts.html Briefly, the implementation guide includes definitions for the properties by which a RESTFUL server can be queried (Search Parameters), the constraints on FHIR resources for systems (Resource Profiles) and on FHIR data types (Extension Definitions) conforming to this implementation guide, and the existent sets of codes (Value Sets) and new Code Systems used by systems that conform to the Phenopacket FHIR IG.