Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Swift library for FHIR® resource data models

License

NotificationsYou must be signed in to change notification settings

apple/FHIRModels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0.8.0🔥 FHIR DSTU2, STU3, R4, R4B, R5, buildWorks on macOS, iOS, watchOS, tvOS and LinuxSwift Package ManagerLicense

FHIRModels is a Swift library forFHIR® resource data models.

Features

  • Native Swift representation of FHIR resources, elements and data types
  • Separate targets for DSTU2, STU3, R4, R4B, R5 and latest build versions
  • Enforced non-nullability of mandatory parameters
  • Enums for most closed code systems
  • Enums to support value[x] types
  • Date/Time parsing, validation and conversion to and from NSDate
  • Swift Codable support

Requirements

FHIRModels works with Swift 5.7 and newer.

Installation

Swift Package Manager is the recommended way to add FHIRModels to your project:

  1. In Xcode 11 and newer, go to “File” » “Add Package Dependencies...”
  2. Search for “FHIRModels” in the panel that comes up or paste the full URL to the GitHub repository, then select the package
  3. Pick the versioning that best works for you (usually the current version and “up to next major”)
  4. In order to update the dependency, periodically select “Update to Latest Package Versions” from Xcode's “File” » ”Packages” menu

Alternatively, you can add FHIRModels to yourPackage.swift file as a dependency:

dependencies:[.package(url:"https://github.com/apple/FHIRModels.git",.upToNextMajor(from:"0.8.0"))]

Usage

Learn how to use FHIRModels in ourHow To section.

Getting Involved

Please feel free to openGitHub issues for questions, suggestions or issues you may have.Because the majority of the codebase is generated we will not be able to accept Pull Requests at this time.

License

This work isAPACHE 2.0 licensed.

FHIR® is the registered trademark of HL7 and is used with the permission of HL7. Use of the FHIR trademark does not constitute endorsement of this product by HL7.

About

Swift library for FHIR® resource data models

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp