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 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "FeatureDefinition",
  "id" : "PatientRead",
  "text" : {
    "status" : "generated",
    "div" : "<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>\n</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>"
  },
  "url" : "http://hl7.org/fhir/uv/application-feature/FeatureDefinition/PatientRead",
  "name" : "PatientRead",
  "status" : "active",
  "description" : "This feature is used to determine if the application supports the read operation on the Patient resource",
  "valueType" : "boolean",
  "context" : [
    🔗 "http://hl7.org/fhir/StructureDefinition/Patient#Patient"
  ],
  "qualifier" : [
    {
      "name" : "read",
      "valueType" : "boolean",
      "optional" : false
    }
  ]
}