Consumer Mobile Health Application Functional Framework, Release 2, published by HL7 International / Mobile Health. This guide is not an authorized publication; it is the continuous build for version 2.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cmhaff-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Requirements ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CMHAFFR2-PDS.4"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cmhaffr2/StructureDefinition/FMHeader"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cmhaffr2/StructureDefinition/FMHeader> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <span id=\"description\"><b>Statement <a href=\"https://hl7.org/fhir/versions.html#std-process\" title=\"Normative Content\" class=\"normative-flag\">N</a>:</b> <div/></span>\n\n \n\n \n \n \n\n \n <span id=\"requirements\"><b>Criteria <a href=\"https://hl7.org/fhir/versions.html#std-process\" title=\"Normative Content\" class=\"normative-flag\">N</a>:</b></span>\n \n <table id=\"statements\" class=\"grid dict\">\n \n <tr>\n <td style=\"padding-left: 4px;\">\n \n <span>PDS.4#01</span>\n \n </td>\n <td style=\"padding-left: 4px;\">\n \n \n \n <span>SHALL</span>\n \n </td>\n <td style=\"padding-left: 4px;\" class=\"requirement\">\n \n <span><div><p>Information as to how to access customer support, and channels of support (e.g., voice, email, text, Twitter) is clearly stated within the app’s Terms of Use and as a feature accessible from within the app.</p>\n</div></span>\n \n \n </td>\n </tr>\n \n <tr>\n <td style=\"padding-left: 4px;\">\n \n <span>PDS.4#02</span>\n \n </td>\n <td style=\"padding-left: 4px;\">\n \n \n \n <span>SHALL</span>\n \n </td>\n <td style=\"padding-left: 4px;\" class=\"requirement\">\n \n <span><div><p>Customer support may be accessed prior to establishing a user account (e.g., User can contact customer support with questions about the app’s Privacy Policy or Terms of Use before making a decision to actively use the app).</p>\n</div></span>\n \n \n </td>\n </tr>\n \n <tr>\n <td style=\"padding-left: 4px;\">\n \n <span>PDS.4#03</span>\n \n </td>\n <td style=\"padding-left: 4px;\">\n \n \n \n <span>SHALL</span>\n \n </td>\n <td style=\"padding-left: 4px;\" class=\"requirement\">\n \n <span><div><p>Customer support is provided in the language(s) in which the app is published.</p>\n</div></span>\n \n \n </td>\n </tr>\n \n <tr>\n <td style=\"padding-left: 4px;\">\n \n <span>PDS.4#04</span>\n \n </td>\n <td style=\"padding-left: 4px;\">\n \n \n \n <span>SHALL</span>\n \n </td>\n <td style=\"padding-left: 4px;\" class=\"requirement\">\n \n <span><div><p>Within the app’s Terms of Use, or in documentation available from within the app, any open source code library or code under copyright used to develop the app is given attribution.</p>\n</div></span>\n \n \n </td>\n </tr>\n \n <tr>\n <td style=\"padding-left: 4px;\">\n \n <span>PDS.4#05</span>\n \n </td>\n <td style=\"padding-left: 4px;\">\n \n \n \n <span>SHALL</span>\n \n </td>\n <td style=\"padding-left: 4px;\" class=\"requirement\">\n \n <span><div><p>[Support request involves accessing, disclosing, or changing customer data] The identity of the customer, and the customer’s data access rights, must be verified before any disclosure or changing of customer data.</p>\n</div></span>\n \n \n </td>\n </tr>\n \n <tr>\n <td style=\"padding-left: 4px;\">\n \n <span>PDS.4#06</span>\n \n </td>\n <td style=\"padding-left: 4px;\">\n \n \n \n <span>SHOULD</span>\n \n </td>\n <td style=\"padding-left: 4px;\" class=\"requirement\">\n \n <span><div><p>Customer support queries will receive responses which directly address a stated problem or issue within two business days. A simple acknowledgement that a query has been received, without additional action, is insufficient.</p>\n</div></span>\n \n \n </td>\n </tr>\n \n <tr>\n <td style=\"padding-left: 4px;\">\n \n <span>PDS.4#07</span>\n \n </td>\n <td style=\"padding-left: 4px;\">\n \n \n \n <span>SHOULD</span>\n \n </td>\n <td style=\"padding-left: 4px;\" class=\"requirement\">\n \n <span><div><p>Provide app consumers with aggregated satisfaction ratings relevant to customer support terms and conditions as appropriate.</p>\n</div></span>\n \n \n </td>\n </tr>\n \n <tr>\n <td style=\"padding-left: 4px;\">\n \n <span>PDS.4#08</span>\n \n </td>\n <td style=\"padding-left: 4px;\">\n \n \n \n <span>SHOULD</span>\n \n </td>\n <td style=\"padding-left: 4px;\" class=\"requirement\">\n \n <span><div><p>Provide a FAQ resource where users can find answers to common questions.[1]</p>\n</div></span>\n \n \n </td>\n </tr>\n \n </table>\n</div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "mobile" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cmhaffr2/Requirements/CMHAFFR2-PDS.4"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.1"] ; #
fhir:name [ fhir:v "PDS_4_Customer_Technical_Support"] ; #
fhir:title [ fhir:v "PDS.4 Customer Technical Support (Header)"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-05-28T08:01:49+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Mobile Health"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/mobile" ] ] )
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:statement ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cmhaffr2/StructureDefinition/requirements-dependent"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] ) ;
fhir:key [ fhir:v "CMHAFFR2-PDS.4-01" ] ;
fhir:label [ fhir:v "PDS.4#01" ] ;
( fhir:conformance [ fhir:v "SHALL" ] ) ;
fhir:conditionality [ fhir:v false ] ;
fhir:requirement [ fhir:v "Information as to how to access customer support, and channels of support (e.g., voice, email, text, Twitter) is clearly stated within the app’s Terms of Use and as a feature accessible from within the app." ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cmhaffr2/StructureDefinition/requirements-dependent"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] ) ;
fhir:key [ fhir:v "CMHAFFR2-PDS.4-02" ] ;
fhir:label [ fhir:v "PDS.4#02" ] ;
( fhir:conformance [ fhir:v "SHALL" ] ) ;
fhir:conditionality [ fhir:v false ] ;
fhir:requirement [ fhir:v "Customer support may be accessed prior to establishing a user account (e.g., User can contact customer support with questions about the app’s Privacy Policy or Terms of Use before making a decision to actively use the app)." ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cmhaffr2/StructureDefinition/requirements-dependent"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] ) ;
fhir:key [ fhir:v "CMHAFFR2-PDS.4-03" ] ;
fhir:label [ fhir:v "PDS.4#03" ] ;
( fhir:conformance [ fhir:v "SHALL" ] ) ;
fhir:conditionality [ fhir:v false ] ;
fhir:requirement [ fhir:v "Customer support is provided in the language(s) in which the app is published." ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cmhaffr2/StructureDefinition/requirements-dependent"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] ) ;
fhir:key [ fhir:v "CMHAFFR2-PDS.4-04" ] ;
fhir:label [ fhir:v "PDS.4#04" ] ;
( fhir:conformance [ fhir:v "SHALL" ] ) ;
fhir:conditionality [ fhir:v false ] ;
fhir:requirement [ fhir:v "Within the app’s Terms of Use, or in documentation available from within the app, any open source code library or code under copyright used to develop the app is given attribution." ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cmhaffr2/StructureDefinition/requirements-dependent"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] ) ;
fhir:key [ fhir:v "CMHAFFR2-PDS.4-05" ] ;
fhir:label [ fhir:v "PDS.4#05" ] ;
( fhir:conformance [ fhir:v "SHALL" ] ) ;
fhir:conditionality [ fhir:v false ] ;
fhir:requirement [ fhir:v "[Support request involves accessing, disclosing, or changing customer data] The identity of the customer, and the customer’s data access rights, must be verified before any disclosure or changing of customer data." ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cmhaffr2/StructureDefinition/requirements-dependent"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] ) ;
fhir:key [ fhir:v "CMHAFFR2-PDS.4-06" ] ;
fhir:label [ fhir:v "PDS.4#06" ] ;
( fhir:conformance [ fhir:v "SHOULD" ] ) ;
fhir:conditionality [ fhir:v false ] ;
fhir:requirement [ fhir:v "Customer support queries will receive responses which directly address a stated problem or issue within two business days. A simple acknowledgement that a query has been received, without additional action, is insufficient." ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cmhaffr2/StructureDefinition/requirements-dependent"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] ) ;
fhir:key [ fhir:v "CMHAFFR2-PDS.4-07" ] ;
fhir:label [ fhir:v "PDS.4#07" ] ;
( fhir:conformance [ fhir:v "SHOULD" ] ) ;
fhir:conditionality [ fhir:v false ] ;
fhir:requirement [ fhir:v "Provide app consumers with aggregated satisfaction ratings relevant to customer support terms and conditions as appropriate." ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cmhaffr2/StructureDefinition/requirements-dependent"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] ) ;
fhir:key [ fhir:v "CMHAFFR2-PDS.4-08" ] ;
fhir:label [ fhir:v "PDS.4#08" ] ;
( fhir:conformance [ fhir:v "SHOULD" ] ) ;
fhir:conditionality [ fhir:v false ] ;
fhir:requirement [ fhir:v "Provide a FAQ resource where users can find answers to common questions.[1]" ]
] ) . #
IG © 2025 HL7 International / Mobile Health. Package hl7.fhir.uv.cmhaffr2#2.0.1 based on FHIR 5.0.0. Generated 2025-05-28
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change