FHIR Application Feature Framework Implementation Guide
1.0.0 - STU1 Ballot International flag

FHIR Application Feature Framework Implementation Guide, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/capstmt/ and changes regularly. See the Directory of published versions

: PatientRead - XML Representation

Page standards status: Informative

Raw xml | Download


<FeatureDefinition xmlns="http://hl7.org/fhir">
  <id value="PatientRead"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: FeatureDefinition PatientRead</b></p><a name="PatientRead"> </a><a name="hcPatientRead"> </a><a name="PatientRead-en-US"> </a><table class="grid"><tr><td>Feature <code>http://hl7.org/fhir/uv/application-feature/FeatureDefinition/PatientRead</code></td></tr><tr><td><div><p>This feature is used to determine if the application supports the read operation on the Patient resource</p>
</div></td></tr><tr><td><b>Type: </b>boolean</td></tr><tr><td><b>Contexts</b><ul><li><a href="http://hl7.org/fhir/R5/patient.html">Patient</a> element <code>Patient</code></li></ul></td></tr><tr><td><b>Qualifiers</b><table class="lines"><tr><td><b>Name</b></td><td><b>Type</b></td><td><b>Optional</b></td><td><b>Description</b></td></tr><tr><td>read</td><td>boolean</td><td>false</td><td/></tr></table></td></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/application-feature/FeatureDefinition/PatientRead"/>
  <name value="PatientRead"/>
  <status value="active"/>
  <description
               value="This feature is used to determine if the application supports the read operation on the Patient resource"/>
  <valueType value="boolean"/>
  <context value="http://hl7.org/fhir/StructureDefinition/Patient#Patient"/>
  <qualifier>
    <name value="read"/>
    <valueType value="boolean"/>
    <optional value="false"/>
  </qualifier>
</FeatureDefinition>