This page is part of the FHIR Specification (v1.0.0: DSTU 2 Ballot 3). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions 
KnowledgeModule used to define a Guideline Appropriate Ordering module
{
"resourceType": "Basic",
"id": "knowledgemodule-example",
"_id": {
"fhir_comments": [
" This example demonstrates the KnowledgeModule structure "
]
},
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/cqif-knowledgemodule"
]
},
"text": {
"status": "generated",
"div": "<div>Guideline Appropriate Ordering Module</div>"
},
"extension": [
{
"fhir_comments": [
" Version "
],
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleVersion",
"valueString": "1.0.0"
},
{
"fhir_comments": [
" Title "
],
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-title",
"valueCode": "Guideline Appropriate Ordering"
},
{
"fhir_comments": [
" Description "
],
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-description",
"valueString": "Guideline appropriate ordering is used to assess appropriateness of an order given a patient, a proposed order, and a set of clinical indications."
},
{
"fhir_comments": [
" PublicationDate "
],
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-publicationDate",
"valueDate": "2015-07-22"
},
{
"fhir_comments": [
" Topic "
],
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-topic",
"valueCodeableConcept": {
"text": "Guideline Appropriate Ordering"
}
},
{
"fhir_comments": [
" Keyword "
],
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-keyword",
"valueString": "Appropriate Use Criteria"
},
{
"fhir_comments": [
" Patient Data Requirement "
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#type",
"valueCode": "Patient"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#profile",
"valueReference": {
"reference": "http://hl7.org/fhir/StructureDefinition/patient-gao-gao-patient"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#mustSupport",
"valueString": "gender"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#mustSupport",
"valueString": "birthDate"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data"
},
{
"fhir_comments": [
" Order Data Requirement "
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#type",
"valueCode": "Order"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data#profile",
"valueReference": {
"reference": "http://hl7.org/fhir/StructureDefinition/order-gao-gao-order"
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-data"
}
],
"modifierExtension": [
{
"fhir_comments": [
" Status "
],
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-moduleStatus",
"valueCode": "draft"
},
{
"fhir_comments": [
" Evaluation Supported "
],
"url": "http://hl7.org/fhir/StructureDefinition/cqif-basic-evaluationSupported",
"valueBoolean": true
}
],
"identifier": [
{
"fhir_comments": [
" Identifier "
],
"use": "official",
"value": "guildeline-appropriate-ordering"
}
],
"code": {
"fhir_comments": [
" Code "
],
"coding": [
{
"code": "module"
}
]
}
}
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.