Open mHealth to HL7 FHIR® Implementation Guide CI Build

Open mHealth to FHIR - Local Development build (v0.0.0). See the Directory of published versions

StructureDefinition-omh-dr

source file: source/pages/_includes/omh-dr-intro.md

The Open mHealth (OMH) Document Reference Profile defines the minimum expectations for the using the DocumentReference resource to record, search and fetch omh schema in its native json format.

Formal Views of Profile Content

Description of Profiles, Differentials, and Snapshots.

The official URL for this profile is: http://www.fhir.org/guides/omhtofhir/StructureDefinition/omh-dr

Published on Wed Jun 05 00:00:00 PDT 2019 as active by the Open mHealth.

This profile builds on DocumentReference


NameFlagsCard.TypeDescription & Constraintsdoco
.. DocumentReference 0..*DocumentReferenceOMH DocumentReference Profile
... contained S1..*OmhContainedPatientProfileContained patient resource.
... identifier S0..*IdentifierOther identifiers for the document
... status S1..1codecurrent | superseded | entered-in-error
... type S1..1CodeableConceptOMH datapoint type
Binding: Open mHealth Datapoint Types (extensible)
.... text S1..1stringOmh Schema name
... category S1..1CodeableConceptOMH datapoint category
Fixed Value: As shown
.... text1..1stringPlain text representation of the concept
Fixed Value: OMH datapoint
... subject SI1..1Reference(Patient)Who/what is the subject of the document
omh-1: SHALL be a reference to a contained patient.
.... reference SI1..1stringReference to contained patient
... date S0..1instantWhen this document reference was created
... content S1..*BackboneElementOmh datapoint url
.... attachment S1..1AttachmentWhere to access the document
..... contentType S1..1codeMime type of the content, with charset etc.
Fixed Value: application/json
..... url S1..1urlUri where the data can be found
... context S0..1BackboneElementClinical context of document
.... period S0..1PeriodOmh schema date range

doco Documentation for this format

Downloads: StructureDefinition: (XML, JSON), Schema: XML Schematron


Quick Start

Below is an overview of the required set of Server RESTful FHIR interactions - for example, search and read operations - for this profile. See the Conformance requirements for a complete list of supported RESTful interactions for this IG.