This is the baseline of the FHIR CareConnect STU3 assets. The content will be refreshed dynamically as part of the development process for all changes or updates.
The goal of the CareConnect project is to adapt the HL7® FHIR® standard (version STU3) and create a library of profiles that implementers can adopt to simplify integration and interoperability within UK Health and Social Care.
This section details the versioning approach that will be applied for the baseline FHIR CareConnect Assets.
These Assets are:
The URL format is defined as: 'URL' / 'FHIR asset type' / 'Resource ID'
For example:
https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1
The FHIR assets will carry the major version information in the URL, but will use the internal version element as per the FHIR Standard. This is demonstrated below:
<StructureDefinition xmlns="http://hl7.org/fhir"> <meta> <lastUpdated value="2018-03-28T13:59:04.782+01:00" /> </meta> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="pa" /> </extension> <url value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1" /> <version value="1.3.0" />
For some information flows, there is a requirement to identify which FHIR CareConnect profile(s) an ‘on the wire’ instance conforms to for the purpose of validation and/or conformance testing. This profile conformance is declared using the profile.meta element. This element carries the profile URL appended with the version information.
The format is: 'URL' "|" 'version'
For example:
https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Observation-1|1.2.0
This is illustrated below:
<Observation xmlns="http://hl7.org/fhir"> <id value="f001"/> <meta> <profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Observation-1|1.2.0" /> </meta>
Command 'render' could not render: Sequence contains more than one element |
---|