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 - TTL Representation
Raw ttl | Download
@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:FeatureDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PatientRead"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/application-feature/FeatureDefinition/PatientRead"^^xsd:anyURI] ; #
fhir:name [ fhir:v "PatientRead"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:description [ fhir:v "This feature is used to determine if the application supports the read operation on the Patient resource"] ; #
fhir:valueType [ fhir:v "boolean"] ; #
fhir:context ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/Patient#Patient"^^xsd:anyURI] ) ; #
fhir:qualifier ( [
fhir:name [ fhir:v "read" ] ;
fhir:valueType [ fhir:v "boolean" ] ;
fhir:optional [ fhir:v false ]
] ) . #