Patient Flags - NHS England - Implementation Guide STU1
0.4.0 - ci-build

Patient Flags - NHS England - Implementation Guide STU1 - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Search for flag-detail extension - TTL Representation

Active as of 2024-02-14

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FlagDetail"] ; # 
  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: SearchParameter FlagDetail</b></p><a name=\"FlagDetail\"> </a><a name=\"hcFlagDetail\"> </a><a name=\"hcFlagDetail-en-US\"> </a><h2>SearchParameterFlagDetailExtension</h2><p>Parameter <code>detail</code>:<code>reference</code></p><div><p>Search for Condition, Flag or Consent resources referenced in flag detail extension</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/flag.html\">Flag</a></td></tr><tr><td>Expression</td><td><code>Flag.extension('http://hl7.org/fhir/StructureDefinition/flag-detail')</code></td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/condition.html\">Condition</a>, <a href=\"http://hl7.org/fhir/R4/flag.html\">Flag</a>, <a href=\"http://hl7.org/fhir/R4/consent.html\">Consent</a></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.nhs.uk/England/SearchParameter/FlagDetail"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.0"] ; # 
  fhir:name [ fhir:v "SearchParameterFlagDetailExtension"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-02-14"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "NHS England"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "NHS England" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://fhir.nhs.uk" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "interoperabilityteam@nhs.net" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Search for Condition, Flag or Consent resources referenced in flag detail extension"] ; # 
  fhir:code [ fhir:v "detail"] ; # 
  fhir:base ( [ fhir:v "Flag"] ) ; # 
  fhir:type [ fhir:v "reference"] ; # 
  fhir:expression [ fhir:v "Flag.extension('http://hl7.org/fhir/StructureDefinition/flag-detail')"] ; # 
  fhir:target ( [ fhir:v "Condition"] [ fhir:v "Flag"] [ fhir:v "Consent"] ) . #