0.2.2 - ci-build

FastAccessControl, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/awatson1978/fhir-access-control-ig/ and changes regularly. See the Directory of published versions

: parseToBundle - TTL Representation

Draft as of 2015-08-04

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:OperationDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "parseToBundle"] ; # 
  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: OperationDefinition parseToBundle</b></p><a name=\"parseToBundle\"> </a><a name=\"hcparseToBundle\"> </a><a name=\"parseToBundle-en-US\"> </a><p>URL: [base]/Consent/[id]/$parseToBundle</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/R4/references.html#Reference\">Reference</a></td><td/><td><div><p>Usage:  GET /Consent/$parseToBundle?patient=Patient/{patientId}</p>\n</div></td></tr><tr><td>IN</td><td>consentor</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a></td><td/><td><div><p>Usage:  GET /Consent/$parseToBundle?consentor=RelatedPerson/{relatedPersonId}</p>\n</div></td></tr><tr><td>IN</td><td>practitioner</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a></td><td/><td><div><p>Usage:  GET /Consent/$parseToBundle?practitioner=Practitioner/{practitionerId}</p>\n</div></td></tr><tr><td>IN</td><td>organization</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a></td><td/><td><div><p>Usage:  GET /Consent/$parseToBundle?organization=Organization/{organizationId}</p>\n</div></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://h7.org/fhir/OperationDefinition/example"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.2"] ; # 
  fhir:name [ fhir:v "Consent to Bundle"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "operation"] ; # 
  fhir:date [ fhir:v "2015-08-04"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "MITRE"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MITRE" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mitre.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Rollup multiple Consent records into a Bundle"] ; # 
  fhir:code [ fhir:v "parseToBundle"] ; # 
  fhir:base [ fhir:v "OperationDefinition/Consent-parseToBundle"^^xsd:anyURI] ; # 
  fhir:resource ( [ fhir:v "Consent"] ) ; # 
  fhir:system [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:type [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:instance [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "patient" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Usage:  GET /Consent/$parseToBundle?patient=Patient/{patientId}" ] ;
fhir:type [ fhir:v "Reference" ]
  ] [
fhir:name [ fhir:v "consentor" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Usage:  GET /Consent/$parseToBundle?consentor=RelatedPerson/{relatedPersonId}" ] ;
fhir:type [ fhir:v "Reference" ]
  ] [
fhir:name [ fhir:v "practitioner" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Usage:  GET /Consent/$parseToBundle?practitioner=Practitioner/{practitionerId}" ] ;
fhir:type [ fhir:v "Reference" ]
  ] [
fhir:name [ fhir:v "organization" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Usage:  GET /Consent/$parseToBundle?organization=Organization/{organizationId}" ] ;
fhir:type [ fhir:v "Reference" ]
  ] ) ; # 
  fhir:overload ( [
    ( fhir:parameterName [ fhir:v "patient" ] [ fhir:v "consentor" ] [ fhir:v "practitioner" ] [ fhir:v "organization" ] )
  ] ) . #