Physical Activity Implementation Guide
1.0.1 - STU Release 1 United States of America flag

Physical Activity Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/physical-activity/ and changes regularly. See the Directory of published versions

Data Type Profile: Reference - RESTful or Logical

Official URL: http://hl7.org/fhir/us/physical-activity/StructureDefinition/reference-rest-or-logical Version: 1.0.1
Standards status: Trial-use Maturity Level: 2 Computable Name: ReferenceRestOrLogical

A Reference data type where the referenced resource could be resolvable RESTfully or pointed to logically.

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Reference

NameFlagsCard.TypeDescription & Constraintsdoco
.. Reference C0..*ReferenceA reference from one resource to another
PA-ident-1: reference or identifier must be present
PA-ident-2: If reference is not present, display must be present
... reference SC0..1stringLiteral reference, Relative, internal or absolute URL
... identifier SC0..1IdentifierLogical reference, when literal reference is not known
.... system 0..1uriThe namespace for the identifier value
Required Pattern: http://hl7.org/fhir/sid/us-npi
.... value S1..1stringThe value that is unique
... display SC0..1stringText alternative for the resource

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
PA-ident-1errorReferencereference or identifier must be present
: reference.exists() or identifier.exists()
PA-ident-2errorReferenceIf reference is not present, display must be present
: reference.exists().not() implies display.exists()

 

Other representations of profile: CSV, Excel, Schematron