fhir-specifications-xml

FHIR specifications XML files thanks to the HL7 FHIR official website downloads.

https://github.com/gig-cymru-nhs-wales/fhir-specifications-xml

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

FHIR specifications XML files thanks to the HL7 FHIR official website downloads.

Basic Info
  • Host: GitHub
  • Owner: GIG-Cymru-NHS-Wales
  • Default Branch: main
  • Size: 13.7 MB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 11 months ago · Last pushed 10 months ago
Metadata Files
Readme Contributing Code of conduct Citation

README.md

FHIR specifications XML

FHIR, pronounced "fire," stands for Fast Healthcare Interoperability Resources. FHIR is standard for exchanging healthcare information between different systems, designed to be flexible and easy to implement. It uses modern web technologies like RESTful APIs and JSON, XML, or RDF for data representation.

https://www.hl7.org/

FHIR provides multiple releases. The current release as of 2024 is release 5 which is known as "R5".

https://www.hl7.org/R5/

This repository contains the worldwide-compatible FHIR R5 specifications files using XML, and explains how to create this repository for yourself if you wish.

On the FHIR R5 downloads page, the most important file is the definitions file. This is the master set of worldwide-compatible definitions that should be the first choice whenever generating any implementation artifacts.

https://www.hl7.org/fhir/R5/downloads.html

If you're specifically interested in HL7 FHIR for GIG Cymru NHS Wales, then see this:

https://simplifier.net/guide/fhir-standards-wales-implementation-guide/Home

Do it yourself

Here's how you can create this repository from scratch:

sh mkdir fhir-specifications && cd $_

FHIR R5 XML downloads

Download files:

  • definitions.xml.zip: This is the master set of definitions.

  • examples.zip: All the example resources in JSON format. Note the link doesn't use the word "xml".

  • fhir-all-xsd.zip: XML Schema Definition (XSD) validation schemas (includes support schemas, resource schemas, modular & combined schemas, and Schematrons)

Run:

```sh mkdir -p r5/xml/definitions && curl -sSLO https://www.hl7.org/fhir/R5/definitions.xml.zip && unzip -d r5/xml/definitions definitions.xml.zip && rm $_

mkdir -p r5/xml/examples && curl -sSSO https://www.hl7.org/fhir/R5/examples.zip unzip -d r5/xml/examples examples.zip && rm $_

mkdir -p r5/xml/xsd && curl -sSSO https://www.hl7.org/fhir/R5/fhir-all-xsd.zip && unzip -d r5/xml/xsd fhir-all-xsd.zip && rm $_ ```

For more about these see subdirectory r5/xml.

Owner

  • Name: GIG Cymru - NHS Wales
  • Login: GIG-Cymru-NHS-Wales
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.0.0
title: FHIR specifications XML
message: >-
  FHIR specifications using XML, with definitions, examples, and
  validations. These files come from the HL7 FHIR website downloads.

  This repository is thanks to HL7.
  
  https://www.hl7.org/

  This repository contains HL7 FHIR specifications
  that are downloadable from the HL7 website.

  https://www.hl7.org/fhir/downloads.html

type: software
authors:
  - given-names: Joel Parker
    family-names: Henderson
    email: joel.henderson@wales.nhs.uk
    affiliation: wales.nhs.uk
    orcid: 'https://orcid.org/0009-0000-4681-282X'
identifiers:
  - type: url
    value: 'https://github.com/gig-cymru-nhs-wales/fhir-specifications-xml/'
    description: >-
      FHIR specifications using XML, with definitions, examples, and
      validations. These files come from the HL7 FHIR website downloads.

repository-code: 'https://github.com/gig-cymru-nhs-wales/fhir-specifications-xml/'
abstract: >-
    FHIR specifications using XML, with definitions, examples, and
    validations. These files come from the HL7 FHIR website downloads.
license: See license file

GitHub Events

Total
  • Watch event: 1
  • Push event: 5
  • Create event: 1
Last Year
  • Watch event: 1
  • Push event: 5
  • Create event: 1