Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

clinical-meteor/hl7-resource-document-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##clinical:hl7-resource-document-reference

HL7 FHIR Resource - DocumentReference

===============================

Conformance Statement

The resource in this package implements the FHIR Patient Resource schema provided at https://www.hl7.org/fhir/documentreference.html.

===============================

Installation

# to add hl7 resource schemas and rest routes
meteor add clinical:hl7-resource-document-reference

# to initialize default data
INITIALIZE=true meteor

===============================

Example

var driversLicensePhotocopy = {}
DocumentReferences.insert(driversLicensePhotocopy);

===============================

Extending the Schema

ExtendedDocumentReferenceSchema = new SimpleSchema([
  DocumentReferenceSchema,
  {
    "createdAt": {
      "type": Date,
      "optional": true
    }
  }
]);
DocumentReferences.attachSchema( ExtendedDocumentReferenceSchema );

===============================

Utilities

If you're working with HL7 FHIR Resources, we recommend using Postman.

===============================

Licensing

MIT License

About

HL7 FHIR Resource - DocumentReference

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published