@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/api-incubator/OperationDefinition/List-find> a fhir:OperationDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "List-find"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2021-01-05T10:01:24.148+11:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition List-find</b></p><a name=\"List-find\"> </a><a name=\"hcList-find\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2021-01-05 10:01:24+1100</p></div><p>URL: [base]/List/$find</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>patient</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#id\">id</a></td><td/><td><div><p>The id of a patient resource located on the server on which this operation is executed</p>\n</div></td></tr><tr><td>IN</td><td>name</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#code\">code</a></td><td/><td><div><p>The code for the functional list that is being found</p>\n</div></td></tr></table><div><p>Note that servers may support searching by a functional list, and not support this operation that allows clients to find the list directly</p>\n</div></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 1
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "trial-use"
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "list"^^xsd:anyURI ;
         fhir:l fhir:list
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "1"
       ]
     ] [
       fhir:url [
         fhir:v "response"^^xsd:anyURI ;
         fhir:l fhir:response
       ] ;
       fhir:value [
         a fhir:Boolean ;
         fhir:v false
       ]
     ] [
       fhir:url [
         fhir:v "content"^^xsd:anyURI ;
         fhir:l fhir:content
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "$find-request.txt"
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://hl7.org/fhir/build/StructureDefinition/example"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/build/StructureDefinition/example>
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "list"^^xsd:anyURI ;
         fhir:l fhir:list
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "1"
       ]
     ] [
       fhir:url [
         fhir:v "response"^^xsd:anyURI ;
         fhir:l fhir:response
       ] ;
       fhir:value [
         a fhir:Boolean ;
         fhir:v true
       ]
     ] [
       fhir:url [
         fhir:v "content"^^xsd:anyURI ;
         fhir:l fhir:content
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "$find-response.txt"
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://hl7.org/fhir/build/StructureDefinition/example"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/build/StructureDefinition/example>
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/build/StructureDefinition/footer"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/build/StructureDefinition/footer>
     ] ;
     fhir:value [
       a fhir:Markdown ;
       fhir:v "Note that servers may support searching by a functional list, and not support this operation that allows clients to find the list directly"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "fhir"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/OperationDefinition/List-find"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/OperationDefinition/List-find>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "Find"] ; # 
  fhir:title [ fhir:v "Find a functional list"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "operation"] ; # 
  fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / FHIR Infrastructure" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This operation allows a client to find an identified list for a particular function by its function. The operation takes two parameters, the identity of a patient, and the name of a functional list.     The list of defined functional lists can be found at [Current Resource Lists](https://hl7.org/fhir/lifecycle.html#lists). Applications are not required to support all the lists, and may define additional lists of their own.   If the system is able to locate a list that serves the identified purpose, it returns it as the body of the response with a 200 OK status. If the resource cannot be located, the server returns a 404 not found (optionally with an OperationOutcome resource)"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:affectsState [ fhir:v false] ; # 
  fhir:code [ fhir:v "find"] ; # 
  fhir:comment [ fhir:v "Note that servers may support searching by a functional list, and not support this operation that allows clients to find the list directly"] ; # 
  fhir:resource ( [ fhir:v "List"] ) ; # 
  fhir:system [ fhir:v false] ; # 
  fhir:type [ fhir:v true] ; # 
  fhir:instance [ fhir:v false] ; # 
  fhir:parameter ( [
     fhir:name [ fhir:v "patient" ] ;
     fhir:use [ fhir:v "in" ] ;
     fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
     fhir:max [ fhir:v "1" ] ;
     fhir:documentation [ fhir:v "The id of a patient resource located on the server on which this operation is executed" ] ;
     fhir:type [ fhir:v "id" ]
  ] [
     fhir:name [ fhir:v "name" ] ;
     fhir:use [ fhir:v "in" ] ;
     fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
     fhir:max [ fhir:v "1" ] ;
     fhir:documentation [ fhir:v "The code for the functional list that is being found" ] ;
     fhir:type [ fhir:v "code" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

