JohnMoehrkeTestVital, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testVital/ and changes regularly. See the Directory of published versions
@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:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "disable-searches-allergy"] ; # fhir:type [ fhir:v "batch"] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-asserter"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-asserter> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ] ] ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ] ] ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ] ] ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ] ] ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ] ] ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-onset"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-onset> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ] ] ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-recorder"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-recorder> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ] ] ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ] ] ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ] ] ] ) . # <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-asserter> a fhir:SearchParameter ; fhir:id [ fhir:v "AllergyIntolerance-asserter"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_AllergyIntolerance-asserter\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter AllergyIntolerance-asserter</b></p><a name=\"AllergyIntolerance-asserter\"> </a><a name=\"hcAllergyIntolerance-asserter\"> </a><a name=\"AllergyIntolerance-asserter-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-allergy.html#http-//hl7.org/fhir/SearchParameter/AllergyIntolerance-asserter\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: asserter</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: asserter</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: Reference</p><p><b>expression</b>: AllergyIntolerance.asserter</p><p><b>xpath</b>: f:AllergyIntolerance/f:asserter</p><p><b>xpathUsage</b>: Normal</p><p><b>target</b>: Practitioner, Patient, PractitionerRole, RelatedPerson</p></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-asserter"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.1"] ; # fhir:name [ fhir:v "asserter"] ; # fhir:status [ fhir:v "retired"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "none"] ; # fhir:code [ fhir:v "asserter"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:expression [ fhir:v "AllergyIntolerance.asserter"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:asserter"] ; # fhir:xpathUsage [ fhir:v "normal"] ; # fhir:target ( [ fhir:v "Practitioner"] [ fhir:v "Patient"] [ fhir:v "PractitionerRole"] [ fhir:v "RelatedPerson"] ) . # <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category> a fhir:SearchParameter ; fhir:id [ fhir:v "AllergyIntolerance-category"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_AllergyIntolerance-category\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter AllergyIntolerance-category</b></p><a name=\"AllergyIntolerance-category\"> </a><a name=\"hcAllergyIntolerance-category\"> </a><a name=\"AllergyIntolerance-category-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-allergy.html#http-//hl7.org/fhir/SearchParameter/AllergyIntolerance-category\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: category</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: category</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: Token</p><p><b>expression</b>: AllergyIntolerance.category</p><p><b>xpath</b>: f:AllergyIntolerance/f:category</p><p><b>xpathUsage</b>: Normal</p></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.1"] ; # fhir:name [ fhir:v "category"] ; # fhir:status [ fhir:v "retired"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "none"] ; # fhir:code [ fhir:v "category"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:expression [ fhir:v "AllergyIntolerance.category"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:category"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality> a fhir:SearchParameter ; fhir:id [ fhir:v "AllergyIntolerance-criticality"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_AllergyIntolerance-criticality\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter AllergyIntolerance-criticality</b></p><a name=\"AllergyIntolerance-criticality\"> </a><a name=\"hcAllergyIntolerance-criticality\"> </a><a name=\"AllergyIntolerance-criticality-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-allergy.html#http-//hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: criticality</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: criticality</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: Token</p><p><b>expression</b>: AllergyIntolerance.criticality</p><p><b>xpath</b>: f:AllergyIntolerance/f:criticality</p><p><b>xpathUsage</b>: Normal</p></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.1"] ; # fhir:name [ fhir:v "criticality"] ; # fhir:status [ fhir:v "retired"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "none"] ; # fhir:code [ fhir:v "criticality"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:expression [ fhir:v "AllergyIntolerance.criticality"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:criticality"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date> a fhir:SearchParameter ; fhir:id [ fhir:v "AllergyIntolerance-last-date"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_AllergyIntolerance-last-date\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter AllergyIntolerance-last-date</b></p><a name=\"AllergyIntolerance-last-date\"> </a><a name=\"hcAllergyIntolerance-last-date\"> </a><a name=\"AllergyIntolerance-last-date-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-allergy.html#http-//hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: last-date</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: last-date</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: Date/DateTime</p><p><b>expression</b>: AllergyIntolerance.lastOccurrence</p><p><b>xpath</b>: f:AllergyIntolerance/f:lastOccurrence</p><p><b>xpathUsage</b>: Normal</p><p><b>comparator</b>: Equals, Not Equals, Greater Than, Greater or Equals, Less Than, Less of Equal, Starts After, Ends Before, Approximately</p></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.1"] ; # fhir:name [ fhir:v "last-date"] ; # fhir:status [ fhir:v "retired"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "none"] ; # fhir:code [ fhir:v "last-date"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "date"] ; # fhir:expression [ fhir:v "AllergyIntolerance.lastOccurrence"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:lastOccurrence"] ; # fhir:xpathUsage [ fhir:v "normal"] ; # fhir:comparator ( [ fhir:v "eq"] [ fhir:v "ne"] [ fhir:v "gt"] [ fhir:v "ge"] [ fhir:v "lt"] [ fhir:v "le"] [ fhir:v "sa"] [ fhir:v "eb"] [ fhir:v "ap"] ) . # <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation> a fhir:SearchParameter ; fhir:id [ fhir:v "AllergyIntolerance-manifestation"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_AllergyIntolerance-manifestation\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter AllergyIntolerance-manifestation</b></p><a name=\"AllergyIntolerance-manifestation\"> </a><a name=\"hcAllergyIntolerance-manifestation\"> </a><a name=\"AllergyIntolerance-manifestation-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-allergy.html#http-//hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: manifestation</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: manifestation</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: Token</p><p><b>expression</b>: AllergyIntolerance.reaction.manifestation</p><p><b>xpath</b>: f:AllergyIntolerance/f:reaction/f:manifestation</p><p><b>xpathUsage</b>: Normal</p></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.1"] ; # fhir:name [ fhir:v "manifestation"] ; # fhir:status [ fhir:v "retired"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "none"] ; # fhir:code [ fhir:v "manifestation"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:expression [ fhir:v "AllergyIntolerance.reaction.manifestation"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:reaction/f:manifestation"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-onset> a fhir:SearchParameter ; fhir:id [ fhir:v "AllergyIntolerance-onset"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_AllergyIntolerance-onset\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter AllergyIntolerance-onset</b></p><a name=\"AllergyIntolerance-onset\"> </a><a name=\"hcAllergyIntolerance-onset\"> </a><a name=\"AllergyIntolerance-onset-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-allergy.html#http-//hl7.org/fhir/SearchParameter/AllergyIntolerance-onset\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: onset</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: onset</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: Date/DateTime</p><p><b>expression</b>: AllergyIntolerance.reaction.onset</p><p><b>xpath</b>: f:AllergyIntolerance/f:reaction/f:onset</p><p><b>xpathUsage</b>: Normal</p><p><b>comparator</b>: Equals, Not Equals, Greater Than, Greater or Equals, Less Than, Less of Equal, Starts After, Ends Before, Approximately</p></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-onset"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.1"] ; # fhir:name [ fhir:v "onset"] ; # fhir:status [ fhir:v "retired"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "none"] ; # fhir:code [ fhir:v "onset"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "date"] ; # fhir:expression [ fhir:v "AllergyIntolerance.reaction.onset"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:reaction/f:onset"] ; # fhir:xpathUsage [ fhir:v "normal"] ; # fhir:comparator ( [ fhir:v "eq"] [ fhir:v "ne"] [ fhir:v "gt"] [ fhir:v "ge"] [ fhir:v "lt"] [ fhir:v "le"] [ fhir:v "sa"] [ fhir:v "eb"] [ fhir:v "ap"] ) . # <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-recorder> a fhir:SearchParameter ; fhir:id [ fhir:v "AllergyIntolerance-recorder"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_AllergyIntolerance-recorder\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter AllergyIntolerance-recorder</b></p><a name=\"AllergyIntolerance-recorder\"> </a><a name=\"hcAllergyIntolerance-recorder\"> </a><a name=\"AllergyIntolerance-recorder-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-allergy.html#http-//hl7.org/fhir/SearchParameter/AllergyIntolerance-recorder\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: recorder</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: recorder</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: Reference</p><p><b>expression</b>: AllergyIntolerance.recorder</p><p><b>xpath</b>: f:AllergyIntolerance/f:recorder</p><p><b>xpathUsage</b>: Normal</p><p><b>target</b>: Practitioner, Patient, PractitionerRole, RelatedPerson</p></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-recorder"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.1"] ; # fhir:name [ fhir:v "recorder"] ; # fhir:status [ fhir:v "retired"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "none"] ; # fhir:code [ fhir:v "recorder"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:expression [ fhir:v "AllergyIntolerance.recorder"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:recorder"] ; # fhir:xpathUsage [ fhir:v "normal"] ; # fhir:target ( [ fhir:v "Practitioner"] [ fhir:v "Patient"] [ fhir:v "PractitionerRole"] [ fhir:v "RelatedPerson"] ) . # <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route> a fhir:SearchParameter ; fhir:id [ fhir:v "AllergyIntolerance-route"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_AllergyIntolerance-route\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter AllergyIntolerance-route</b></p><a name=\"AllergyIntolerance-route\"> </a><a name=\"hcAllergyIntolerance-route\"> </a><a name=\"AllergyIntolerance-route-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-allergy.html#http-//hl7.org/fhir/SearchParameter/AllergyIntolerance-route\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: route</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: route</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: Token</p><p><b>expression</b>: AllergyIntolerance.reaction.exposureRoute</p><p><b>xpath</b>: f:AllergyIntolerance/f:reaction/f:exposureRoute</p><p><b>xpathUsage</b>: Normal</p></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.1"] ; # fhir:name [ fhir:v "route"] ; # fhir:status [ fhir:v "retired"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "none"] ; # fhir:code [ fhir:v "route"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:expression [ fhir:v "AllergyIntolerance.reaction.exposureRoute"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:reaction/f:exposureRoute"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity> a fhir:SearchParameter ; fhir:id [ fhir:v "AllergyIntolerance-severity"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_AllergyIntolerance-severity\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter AllergyIntolerance-severity</b></p><a name=\"AllergyIntolerance-severity\"> </a><a name=\"hcAllergyIntolerance-severity\"> </a><a name=\"AllergyIntolerance-severity-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-allergy.html#http-//hl7.org/fhir/SearchParameter/AllergyIntolerance-severity\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: severity</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: severity</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: Token</p><p><b>expression</b>: AllergyIntolerance.reaction.severity</p><p><b>xpath</b>: f:AllergyIntolerance/f:reaction/f:severity</p><p><b>xpathUsage</b>: Normal</p></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.1"] ; # fhir:name [ fhir:v "severity"] ; # fhir:status [ fhir:v "retired"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "none"] ; # fhir:code [ fhir:v "severity"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:expression [ fhir:v "AllergyIntolerance.reaction.severity"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:reaction/f:severity"] ; # fhir:xpathUsage [ fhir:v "normal"] . #
IG © 2021+ John Moehrke (himself). Package johnmoehrke.testvital.example#0.1.0 based on FHIR 4.0.1. Generated 2025-02-10
Links: Table of Contents |
QA Report