FHIR: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
Created page with "=Introduction= Very quick scratchpad for FHIR which provides *Resources (Building Blocks, like DICOM specs e.g. patient, study etc) *Extensions(Part of the Spec) *Methodology..."
 
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
*Multiple Paradigms,: REST, Messaging, Documents, Services
*Multiple Paradigms,: REST, Messaging, Documents, Services
*Extensive online documentation
*Extensive online documentation
The spec can be found [https://www.hl7.org/fhir/directory.html here]<br>
Test servers and software can be found [https://confluence.hl7.org/display/FHIR/Public+Test+Servers here]<br>
=Resources=
This is very similar to the DICOM approach where they identify business entities and describe them in a standard. Below is part of the definition of a patient resource from [http://www.hl7.org/fhir/patient.html here]<br>
[[File:FHIR Patient Sample.png| 600px]]

Latest revision as of 00:13, 24 November 2021

Introduction

Very quick scratchpad for FHIR which provides

  • Resources (Building Blocks, like DICOM specs e.g. patient, study etc)
  • Extensions(Part of the Spec)
  • Methodology: Bundles, Profiles, Conformance
  • Syntax: XML, JSON, Turtle
  • Human Readability
  • CapabilityStatement, StructureDefinition
  • Multiple Paradigms,: REST, Messaging, Documents, Services
  • Extensive online documentation

The spec can be found here
Test servers and software can be found here

Resources

This is very similar to the DICOM approach where they identify business entities and describe them in a standard. Below is part of the definition of a patient resource from here