FHIRPath Specification, published by Implementable Technology Specifications WG. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/FHIRPath/ and changes regularly. See the Directory of published versions
Draft as of 2012-01 |
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Questionnaire ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "3141"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <pre>\n 1.Comorbidity?\n 1.1 Cardial Comorbidity\n 1.1.1 Angina?\n 1.1.2 MI?\n 1.2 Vascular Comorbidity?\n ...\n Histopathology\n Abdominal\n pT category?\n ...\n </pre>\n </div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhirpath/Questionnaire/3141"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.1.0"] ; #
fhir:name [ fhir:v "CQFQuestionnaire2012"] ; #
fhir:title [ fhir:v "Cancer Quality Forum Questionnaire 2012"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:subjectType ( [ fhir:v "Patient"] ) ; #
fhir:date [ fhir:v "2012-01"^^xsd:gYearMonth] ; #
fhir:publisher [ fhir:v "Implementable Technology Specifications WG"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/xml/index.cfm" ] ] )
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:item ( [
fhir:linkId [ fhir:v "1" ] ;
( fhir:code [
fhir:system [ fhir:v "http://example.org/system/code/sections"^^xsd:anyURI ] ;
fhir:code [ fhir:v "COMORBIDITY" ] ] ) ;
fhir:type [ fhir:v "group" ] ;
( fhir:item [
fhir:linkId [ fhir:v "1.1" ] ;
( fhir:code [
fhir:system [ fhir:v "http://example.org/system/code/questions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "COMORB" ] ] ) ;
fhir:prefix [ fhir:v "1" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:answerValueSet [
fhir:v "http://hl7.org/fhir/ValueSet/yesnodontknow"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/yesnodontknow> ] ;
( fhir:item [
fhir:linkId [ fhir:v "1.1.1" ] ;
( fhir:code [
fhir:system [ fhir:v "http://example.org/system/code/sections"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CARDIAL" ] ] ) ;
fhir:type [ fhir:v "group" ] ;
( fhir:enableWhen [
fhir:question [ fhir:v "1.1" ] ;
fhir:operator [ fhir:v "=" ] ;
fhir:answer [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y" ] ] ] ) ;
( fhir:item [
fhir:linkId [ fhir:v "1.1.1.1" ] ;
( fhir:code [
fhir:system [ fhir:v "http://example.org/system/code/questions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "COMORBCAR" ] ] ) ;
fhir:prefix [ fhir:v "1.1" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:answerValueSet [
fhir:v "http://hl7.org/fhir/ValueSet/yesnodontknow"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/yesnodontknow> ] ;
( fhir:item [
fhir:linkId [ fhir:v "1.1.1.1.1" ] ;
( fhir:code [
fhir:system [ fhir:v "http://example.org/system/code/questions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "COMCAR00" ] ;
fhir:display [ fhir:v "Angina Pectoris" ] ] [
a sct:194828000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "194828000" ] ;
fhir:display [ fhir:v "Angina (disorder)" ] ] ) ;
fhir:prefix [ fhir:v "1.1.1" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:answerValueSet [
fhir:v "http://hl7.org/fhir/ValueSet/yesnodontknow"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/yesnodontknow> ] ] [
fhir:linkId [ fhir:v "1.1.1.1.2" ] ;
( fhir:code [
a sct:22298006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "22298006" ] ;
fhir:display [ fhir:v "Myocardial infarction (disorder)" ] ] ) ;
fhir:prefix [ fhir:v "1.1.2" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:answerValueSet [
fhir:v "http://hl7.org/fhir/ValueSet/yesnodontknow"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/yesnodontknow> ] ] ) ] [
fhir:linkId [ fhir:v "1.1.1.2" ] ;
( fhir:code [
fhir:system [ fhir:v "http://example.org/system/code/questions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "COMORBVAS" ] ] ) ;
fhir:prefix [ fhir:v "1.2" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:answerValueSet [
fhir:v "http://hl7.org/fhir/ValueSet/yesnodontknow"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/yesnodontknow> ] ] ) ] ) ] )
] [
fhir:linkId [ fhir:v "2" ] ;
( fhir:code [
fhir:system [ fhir:v "http://example.org/system/code/sections"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HISTOPATHOLOGY" ] ] ) ;
fhir:type [ fhir:v "group" ] ;
( fhir:item [
fhir:linkId [ fhir:v "2.1" ] ;
( fhir:code [
fhir:system [ fhir:v "http://example.org/system/code/sections"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ABDOMINAL" ] ] ) ;
fhir:type [ fhir:v "group" ] ;
( fhir:item [
fhir:linkId [ fhir:v "2.1.2" ] ;
( fhir:code [
fhir:system [ fhir:v "http://example.org/system/code/questions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "STADPT" ] ;
fhir:display [ fhir:v "pT category" ] ] ) ;
fhir:type [ fhir:v "choice" ] ] ) ] )
] ) . #
IG © Implementable Technology Specifications WG. Package hl7.fhir.uv.fhirpath#2.1.0 based on FHIR 4.0.1. Generated 2024-08-28
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change