This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Example of guidanceresponse
@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:GuidanceResponse; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: GuidanceResponse</b><a name=\"example\"> </a></p><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\">Resource GuidanceResponse "example" </p></div><p><b>requestIdentifier</b>: id: guidanceRequest1</p><p><b>identifier</b>: id: guidanceResponse1</p><p><b>module</b>: <a href=\"http://someguidelineprovider.org/radiology-appropriateness-guidelines.html\">http://someguidelineprovider.org/radiology-appropriateness-guidelines.html</a></p><p><b>status</b>: success</p><p><b>subject</b>: <a href=\"patient-example.html\">Patient/example</a> "Peter CHALMERS"</p><p><b>encounter</b>: <a href=\"encounter-example.html\">Encounter/example</a></p><p><b>occurrenceDateTime</b>: 2017-03-10T16:02:00Z</p><p><b>performer</b>: <a href=\"broken-link.html\">Device/software</a></p><h3>Reasons</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>Guideline Appropriate Ordering Assessment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table><p><b>outputParameters</b>: <a name=\"outputParameters1\"> </a></p><blockquote><p/><p><a name=\"outputParameters1\"> </a></p><blockquote><p><b>parameter</b></p><p><b>name</b>: score</p><p><b>value</b>: 7</p></blockquote><blockquote><p><b>parameter</b></p><p><b>name</b>: item-assessed</p><p><b>value</b>: CT, head, wo iv contrast <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#70450)</span></p></blockquote><blockquote><p><b>parameter</b></p><p><b>name</b>: device</p><p><b>value</b>: <a href=\"broken-link.html\">Device/software</a></p></blockquote><blockquote><p><b>parameter</b></p><p><b>name</b>: guideline-followed</p><p><b>value</b>: <a href=\"http://someguidelineprovider.org/radiology-appropriateness-guidelines.html\">http://someguidelineprovider.org/radiology-appropriateness-guidelines.html</a></p></blockquote></blockquote></div>" ]; fhir:DomainResource.contained [ a fhir:Parameters; fhir:index 0; fhir:Resource.id [ fhir:value "outputParameters1" ]; fhir:Parameters.parameter [ fhir:index 0; fhir:Parameters.parameter.name [ fhir:value "score" ]; fhir:Parameters.parameter.valueDecimal [ fhir:value "7"^^xsd:decimal ] ], [ fhir:index 1; fhir:Parameters.parameter.name [ fhir:value "item-assessed" ]; fhir:Parameters.parameter.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.ama-assn.org/go/cpt" ]; fhir:Coding.code [ fhir:value "70450" ]; fhir:Coding.display [ fhir:value "CT, head, wo iv contrast" ] ] ] ], [ fhir:index 2; fhir:Parameters.parameter.name [ fhir:value "device" ]; fhir:Parameters.parameter.valueReference [ fhir:Reference.reference [ fhir:value "Device/software" ] ] ], [ fhir:index 3; fhir:Parameters.parameter.name [ fhir:value "guideline-followed" ]; fhir:Parameters.parameter.valueUri [ fhir:value "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html" ] ] ]; fhir:GuidanceResponse.requestIdentifier [ fhir:Identifier.system [ fhir:value "http://example.org" ]; fhir:Identifier.value [ fhir:value "guidanceRequest1" ] ]; fhir:GuidanceResponse.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://example.org" ]; fhir:Identifier.value [ fhir:value "guidanceResponse1" ] ]; fhir:GuidanceResponse.moduleUri [ fhir:value "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"]; fhir:GuidanceResponse.status [ fhir:value "success"]; fhir:GuidanceResponse.subject [ fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:GuidanceResponse.encounter [ fhir:Reference.reference [ fhir:value "Encounter/example" ] ]; fhir:GuidanceResponse.occurrenceDateTime [ fhir:value "2017-03-10T16:02:00Z"^^xsd:dateTime]; fhir:GuidanceResponse.performer [ fhir:Reference.reference [ fhir:value "Device/software" ] ]; fhir:GuidanceResponse.reason [ fhir:index 0; fhir:CodeableReference.concept [ fhir:CodeableConcept.text [ fhir:value "Guideline Appropriate Ordering Assessment" ] ] ]; fhir:GuidanceResponse.outputParameters [ fhir:Reference.reference [ fhir:value "#outputParameters1" ] ]] . # - ontology header ------------------------------------------------------------ [a owl:Ontology; owl:imports fhir:fhir.ttl] . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R5 Ballot hl7.fhir.core#5.0.0-ballot generated on Sat, Sep 10, 2022 05:03+1000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4B |
Compare to R5 Draft |
|
Propose a change