{
"schema": "https://json-schema.org/draft-04/schema#",
"id": "http://gem.yale.edu#",
"definitions": {
"GemBasicType": {
"type": "object",
"properties": {
"Value": {"type": "string"},
"version": {"type": "string"},
"source": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.Identity.CompanionDocument": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"PatientResource": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"TechnicalReport": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"QuickReferenceGuide": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.Identity.GEMCutHistory.GEMCutVersion": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"GEMCutAuthor": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"GEMCutDate": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.Identity.GEMCutHistory": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"GEMCutVersion": {"ref": "#/definitions/GuidelineDocument.Identity.GEMCutHistory.GEMCutVersion"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.Identity.Availability": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"Electronic": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Print": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Contact": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.Identity.Citation": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"GuidelineLength": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.Identity": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"StructuredAbstract": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"CompanionDocument": {"ref": "#/definitions/GuidelineDocument.Identity.CompanionDocument"}
}
},
{
"type": "object",
"properties": {
"GEMCutHistory": {"ref": "#/definitions/GuidelineDocument.Identity.GEMCutHistory"}
}
},
{
"type": "object",
"properties": {
"Availability": {"ref": "#/definitions/GuidelineDocument.Identity.Availability"}
}
},
{
"type": "object",
"properties": {
"GuidelineTitle": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Citation": {"ref": "#/definitions/GuidelineDocument.Identity.Citation"}
}
},
{
"type": "object",
"properties": {
"Status": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Adaptation": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ReleaseDate": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.Developer.ConflictOfInterest": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"COIDisclosure": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"COIPolicy": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.Developer.CommitteeName.CommitteeMember": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"MemberRole": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"MemberConflict": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"MemberExpertise": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.Developer.CommitteeName": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"CommitteeMember": {"ref": "#/definitions/GuidelineDocument.Developer.CommitteeName.CommitteeMember"}
}
},
{
"type": "object",
"properties": {
"CommitteeExpertise": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.Developer": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"RoleOfSponsor": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DeveloperName": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ConflictOfInterest": {"ref": "#/definitions/GuidelineDocument.Developer.ConflictOfInterest"}
}
},
{
"type": "object",
"properties": {
"CommitteeName": {"ref": "#/definitions/GuidelineDocument.Developer.CommitteeName"}
}
},
{
"type": "object",
"properties": {
"Endorser": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Funding": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ComparableGuideline": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.Purpose": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"MainFocus": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"HealthOutcome": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Rationale": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"AvailableOption": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Exception": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Objective": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.IntendedAudience": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"Users": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"CareSetting": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.MethodOfDevelopment.RatingScheme": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"EvidenceQualityRatingScheme": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"RecommendationStrengthRatingScheme": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.MethodOfDevelopment.DescriptionEvidenceCombination": {
"type": "object",
"properties": {
"Content": {"type": "string"},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.MethodOfDevelopment.DescriptionEvidenceCollection": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"EvidenceTimePeriod": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"NumberSourceDocuments": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"EvidenceSelectionCriteria": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.MethodOfDevelopment": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"MethodsToReachJudgment": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"RoleValueJudgment": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"SpecificationHarmBenefit": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"PatientAndPublicInvolvement": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"RatingScheme": {"ref": "#/definitions/GuidelineDocument.MethodOfDevelopment.RatingScheme"}
}
},
{
"type": "object",
"properties": {
"RolePatientPreference": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"CostAnalysis": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"QualifyingStatement": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"QuantificationHarmBenefit": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DescriptionEvidenceCombination": {"ref": "#/definitions/GuidelineDocument.MethodOfDevelopment.DescriptionEvidenceCombination"}
}
},
{
"type": "object",
"properties": {
"DescriptionEvidenceCollection": {"ref": "#/definitions/GuidelineDocument.MethodOfDevelopment.DescriptionEvidenceCollection"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GemCodeType": {
"type": "object",
"properties": {
"Value": {"type": "string"},
"version": {"type": "string"},
"source": {"type": "string"},
"codeset": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.TargetPopulation.Eligibility.InclusionCriterion": {
"type": "object",
"properties": {
"InclusionCriterionCode": {
"type": "array",
"items": {"ref": "#/definitions/GemCodeType"},
"minItems": 0
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.TargetPopulation.Eligibility.ExclusionCriterion": {
"type": "object",
"properties": {
"ExclusionCriterionCode": {
"type": "array",
"items": {"ref": "#/definitions/GemCodeType"},
"minItems": 0
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.TargetPopulation.Eligibility": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"InclusionCriterion": {"ref": "#/definitions/GuidelineDocument.TargetPopulation.Eligibility.InclusionCriterion"}
}
},
{
"type": "object",
"properties": {
"ExclusionCriterion": {"ref": "#/definitions/GuidelineDocument.TargetPopulation.Eligibility.ExclusionCriterion"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.TargetPopulation": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"Eligibility": {"ref": "#/definitions/GuidelineDocument.TargetPopulation.Eligibility"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.Action.ActionDescription": {
"type": "object",
"properties": {
"IntentionalVagueness": {
"type": "array",
"items": {"ref": "#/definitions/GemBasicType"},
"minItems": 0
}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.Action": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"ActionDeonticTerm": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionVerbComplement": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionVerb": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionActor": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionRiskHarm": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionValue": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionType": {
"allOf": [
{"type": "string"},
{
"enum": [
"test",
"inquire",
"examine",
"prescribe",
"procedure",
"educate/counsel",
"dispose",
"consult/refer",
"conclude",
"monitor",
"document",
"advocate",
"prevent",
"prepare"
]
}
]
}
}
},
{
"type": "object",
"properties": {
"ActionDescription": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.Action.ActionDescription"}
}
},
{
"type": "object",
"properties": {
"ActionBenefit": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionCode": {"ref": "#/definitions/GemCodeType"}
}
},
{
"type": "object",
"properties": {
"ActionCost": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"actionid": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.RecommendationStrength": {
"type": "object",
"properties": {
"RecommendationStrengthCode": {
"type": "array",
"items": {"ref": "#/definitions/GemCodeType"},
"minItems": 0
}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.DecisionVariable.DecisionVariableDescription": {
"type": "object",
"properties": {
"IntentionalVagueness": {
"type": "array",
"items": {"ref": "#/definitions/GemBasicType"},
"minItems": 0
}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.DecisionVariable.TestParameter": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"Sensitivity": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Specificity": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"PredictiveValue": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.DecisionVariable": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"Value": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DecisionVariableCode": {"ref": "#/definitions/GemCodeType"}
}
},
{
"type": "object",
"properties": {
"DecisionVariableCost": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DecisionVariableDescription": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.DecisionVariable.DecisionVariableDescription"}
}
},
{
"type": "object",
"properties": {
"TestParameter": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.DecisionVariable.TestParameter"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"decisionvariableid": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.EvidenceQuality": {
"type": "object",
"properties": {
"EvidenceQualityDescriptionOrDisagreement": {
"type": "array",
"items": {
"anyOf": [
{
"type": "object",
"properties": {
"Disagreement": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"EvidenceQualityDescription": {"ref": "#/definitions/GemBasicType"}
}
}
]
},
"minItems": 0
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"actionid": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Conditional": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"Action": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.Action"}
}
},
{
"type": "object",
"properties": {
"Reference": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"RecommendationStrength": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.RecommendationStrength"}
}
},
{
"type": "object",
"properties": {
"BenefitHarmAssessment": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Certainty": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Flexibility": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Logic": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DecisionVariable": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.DecisionVariable"}
}
},
{
"type": "object",
"properties": {
"Linkage": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"EvidenceQuality": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.EvidenceQuality"}
}
},
{
"type": "object",
"properties": {
"Reason": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Cost": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Goal": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.RecommendationStrength": {
"type": "object",
"properties": {
"RecommendationStrengthCode": {
"type": "array",
"items": {"ref": "#/definitions/GemCodeType"},
"minItems": 0
}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.Directive.DirectiveDescription": {
"type": "object",
"properties": {
"IntentionalVagueness": {
"type": "array",
"items": {"ref": "#/definitions/GemBasicType"},
"minItems": 0
}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.Directive": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"DirectiveCode": {"ref": "#/definitions/GemCodeType"}
}
},
{
"type": "object",
"properties": {
"DirectiveCost": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveValue": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveActor": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveRiskHarm": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveVerb": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveBenefit": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveDescription": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.Directive.DirectiveDescription"}
}
},
{
"type": "object",
"properties": {
"DirectiveType": {
"allOf": [
{"type": "string"},
{
"enum": [
"test",
"inquire",
"examine",
"prescribe",
"procedure",
"educate/counsel",
"dispose",
"consult/refer",
"conclude",
"monitor",
"document",
"advocate",
"prevent",
"prepare"
]
}
]
}
}
},
{
"type": "object",
"properties": {
"DirectiveVerbComplement": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveDeonticTerm": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"directiveid": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.Scope": {
"type": "object",
"properties": {
"ScopeCode": {
"type": "array",
"items": {"ref": "#/definitions/GemCodeType"},
"minItems": 0
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.EvidenceQuality": {
"type": "object",
"properties": {
"EvidenceQualityDescriptionOrDisagreement": {
"type": "array",
"items": {
"anyOf": [
{
"type": "object",
"properties": {
"EvidenceQualityDescription": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Disagreement": {"ref": "#/definitions/GemBasicType"}
}
}
]
},
"minItems": 0
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"actionid": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation.Imperative": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"Reference": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Reason": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Goal": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Logic": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Cost": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"RecommendationStrength": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.RecommendationStrength"}
}
},
{
"type": "object",
"properties": {
"Directive": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.Directive"}
}
},
{
"type": "object",
"properties": {
"Scope": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.Scope"}
}
},
{
"type": "object",
"properties": {
"Certainty": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Flexibility": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"BenefitHarmAssessment": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Linkage": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"EvidenceQuality": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.EvidenceQuality"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents.Recommendation": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"Conditional": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional"}
}
},
{
"type": "object",
"properties": {
"StatementOfFact": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Imperative": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Imperative"}
}
},
{
"type": "object",
"properties": {
"RecommendationNotes": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents.Definition.Term": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"TermMeaning": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents.Definition": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"Term": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Definition.Term"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents.Algorithm": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"ConditionalStep": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionStep": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"SynchronizationStep": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"BranchStep": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.KnowledgeComponents": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"Recommendation": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation"}
}
},
{
"type": "object",
"properties": {
"Definition": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Definition"}
}
},
{
"type": "object",
"properties": {
"BackgroundInformation": {
"type": [
"string",
"number",
"integer",
"boolean",
"null",
"object",
"array"
]
}
}
},
{
"type": "object",
"properties": {
"Algorithm": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Algorithm"}
}
},
{
"type": "object",
"properties": {
"ResearchAgenda": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.Testing": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"FormalAppraisal": {
"type": [
"string",
"number",
"integer",
"boolean",
"null",
"object",
"array"
]
}
}
},
{
"type": "object",
"properties": {
"ExternalReview": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"PilotTesting": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.RevisionPlan": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"ScheduledReview": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Expiration": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument.ImplementationPlan": {
"type": "object",
"properties": {
"Content": {
"type": "array",
"items": {
"anyOf": [
{"type": "string"},
{
"type": "object",
"properties": {
"AnticipatedBarrier": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"AnticipatedEnabler": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"PerformanceMeasure": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ImplementationStrategy": {"ref": "#/definitions/GemBasicType"}
}
}
]
}
},
"source": {"type": "string"},
"version": {"type": "string"},
"id": {"type": "string"},
"lang": {"type": "string"}
}
},
"GuidelineDocument": {
"type": "object",
"properties": {
"IdentityOrDeveloperOrPurpose": {
"type": "array",
"items": {
"anyOf": [
{"ref": "#/definitions/GuidelineDocument.Identity"},
{"ref": "#/definitions/GuidelineDocument.Developer"},
{"ref": "#/definitions/GuidelineDocument.Purpose"},
{"ref": "#/definitions/GuidelineDocument.IntendedAudience"},
{"ref": "#/definitions/GuidelineDocument.MethodOfDevelopment"},
{"ref": "#/definitions/GuidelineDocument.TargetPopulation"},
{"ref": "#/definitions/GuidelineDocument.KnowledgeComponents"},
{"ref": "#/definitions/GuidelineDocument.Testing"},
{"ref": "#/definitions/GuidelineDocument.RevisionPlan"},
{"ref": "#/definitions/GuidelineDocument.ImplementationPlan"}
]
},
"minItems": 0
}
}
}
},
"anyOf": [
{
"type": "object",
"properties": {
"GuidelineDocument": {"ref": "#/definitions/GuidelineDocument"}
}
},
{
"type": "object",
"properties": {
"ImplementationStrategy": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"AnticipatedBarrier": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"AnticipatedEnabler": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"PerformanceMeasure": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Expiration": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ScheduledReview": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ExternalReview": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"PilotTesting": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"FormalAppraisal": {
"type": [
"string",
"number",
"integer",
"boolean",
"null",
"object",
"array"
]
}
}
},
{
"type": "object",
"properties": {
"Recommendation": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation"}
}
},
{
"type": "object",
"properties": {
"Definition": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Definition"}
}
},
{
"type": "object",
"properties": {
"Algorithm": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Algorithm"}
}
},
{
"type": "object",
"properties": {
"ResearchAgenda": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"BackgroundInformation": {
"type": [
"string",
"number",
"integer",
"boolean",
"null",
"object",
"array"
]
}
}
},
{
"type": "object",
"properties": {
"ActionStep": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ConditionalStep": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"BranchStep": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"SynchronizationStep": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Term": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Definition.Term"}
}
},
{
"type": "object",
"properties": {
"TermMeaning": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"StatementOfFact": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Conditional": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional"}
}
},
{
"type": "object",
"properties": {
"Imperative": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Imperative"}
}
},
{
"type": "object",
"properties": {
"RecommendationNotes": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"BenefitHarmAssessment": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Scope": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.Scope"}
}
},
{
"type": "object",
"properties": {
"Directive": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.Directive"}
}
},
{
"type": "object",
"properties": {
"Reason": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"EvidenceQuality": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.EvidenceQuality"}
}
},
{
"type": "object",
"properties": {
"RecommendationStrength": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.RecommendationStrength"}
}
},
{
"type": "object",
"properties": {
"Flexibility": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Logic": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Cost": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Linkage": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Reference": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Certainty": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Goal": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"EvidenceQualityDescription": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Disagreement": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveActor": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveCode": {"ref": "#/definitions/GemCodeType"}
}
},
{
"type": "object",
"properties": {
"DirectiveVerb": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveDeonticTerm": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveVerbComplement": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveBenefit": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveRiskHarm": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveDescription": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Imperative.Directive.DirectiveDescription"}
}
},
{
"type": "object",
"properties": {
"DirectiveCost": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveValue": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DirectiveType": {
"allOf": [
{"type": "string"},
{
"enum": [
"test",
"inquire",
"examine",
"prescribe",
"procedure",
"educate/counsel",
"dispose",
"consult/refer",
"conclude",
"monitor",
"document",
"advocate",
"prevent",
"prepare"
]
}
]
}
}
},
{
"type": "object",
"properties": {
"BenefitHarmAssessment": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DecisionVariable": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.DecisionVariable"}
}
},
{
"type": "object",
"properties": {
"Action": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.Action"}
}
},
{
"type": "object",
"properties": {
"Reason": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"EvidenceQuality": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.EvidenceQuality"}
}
},
{
"type": "object",
"properties": {
"RecommendationStrength": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.RecommendationStrength"}
}
},
{
"type": "object",
"properties": {
"Flexibility": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Logic": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Cost": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Linkage": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Reference": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Certainty": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Goal": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"EvidenceQualityDescription": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Disagreement": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionActor": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionCode": {"ref": "#/definitions/GemCodeType"}
}
},
{
"type": "object",
"properties": {
"ActionVerb": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionDeonticTerm": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionVerbComplement": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionBenefit": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionRiskHarm": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionDescription": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.Action.ActionDescription"}
}
},
{
"type": "object",
"properties": {
"ActionCost": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionValue": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ActionType": {
"allOf": [
{"type": "string"},
{
"enum": [
"test",
"inquire",
"examine",
"prescribe",
"procedure",
"educate/counsel",
"dispose",
"consult/refer",
"conclude",
"monitor",
"document",
"advocate",
"prevent",
"prepare"
]
}
]
}
}
},
{
"type": "object",
"properties": {
"Value": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DecisionVariableCode": {"ref": "#/definitions/GemCodeType"}
}
},
{
"type": "object",
"properties": {
"DecisionVariableDescription": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.DecisionVariable.DecisionVariableDescription"}
}
},
{
"type": "object",
"properties": {
"TestParameter": {"ref": "#/definitions/GuidelineDocument.KnowledgeComponents.Recommendation.Conditional.DecisionVariable.TestParameter"}
}
},
{
"type": "object",
"properties": {
"DecisionVariableCost": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Sensitivity": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Specificity": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"PredictiveValue": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Eligibility": {"ref": "#/definitions/GuidelineDocument.TargetPopulation.Eligibility"}
}
},
{
"type": "object",
"properties": {
"InclusionCriterion": {"ref": "#/definitions/GuidelineDocument.TargetPopulation.Eligibility.InclusionCriterion"}
}
},
{
"type": "object",
"properties": {
"ExclusionCriterion": {"ref": "#/definitions/GuidelineDocument.TargetPopulation.Eligibility.ExclusionCriterion"}
}
},
{
"type": "object",
"properties": {
"DescriptionEvidenceCollection": {"ref": "#/definitions/GuidelineDocument.MethodOfDevelopment.DescriptionEvidenceCollection"}
}
},
{
"type": "object",
"properties": {
"DescriptionEvidenceCombination": {"ref": "#/definitions/GuidelineDocument.MethodOfDevelopment.DescriptionEvidenceCombination"}
}
},
{
"type": "object",
"properties": {
"CostAnalysis": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"SpecificationHarmBenefit": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"QuantificationHarmBenefit": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"RoleValueJudgment": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"RolePatientPreference": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"QualifyingStatement": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"MethodsToReachJudgment": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"RatingScheme": {"ref": "#/definitions/GuidelineDocument.MethodOfDevelopment.RatingScheme"}
}
},
{
"type": "object",
"properties": {
"PatientAndPublicInvolvement": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"EvidenceQualityRatingScheme": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"RecommendationStrengthRatingScheme": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"EvidenceTimePeriod": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"NumberSourceDocuments": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"EvidenceSelectionCriteria": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Users": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"CareSetting": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"MainFocus": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Rationale": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Objective": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"AvailableOption": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"HealthOutcome": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Exception": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"DeveloperName": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"CommitteeName": {"ref": "#/definitions/GuidelineDocument.Developer.CommitteeName"}
}
},
{
"type": "object",
"properties": {
"Funding": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Endorser": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ComparableGuideline": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"RoleOfSponsor": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"ConflictOfInterest": {"ref": "#/definitions/GuidelineDocument.Developer.ConflictOfInterest"}
}
},
{
"type": "object",
"properties": {
"COIPolicy": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"COIDisclosure": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"CommitteeExpertise": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"CommitteeMember": {"ref": "#/definitions/GuidelineDocument.Developer.CommitteeName.CommitteeMember"}
}
},
{
"type": "object",
"properties": {
"MemberExpertise": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"MemberConflict": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"MemberRole": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"GuidelineTitle": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Citation": {"ref": "#/definitions/GuidelineDocument.Identity.Citation"}
}
},
{
"type": "object",
"properties": {
"GEMCutHistory": {"ref": "#/definitions/GuidelineDocument.Identity.GEMCutHistory"}
}
},
{
"type": "object",
"properties": {
"ReleaseDate": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Availability": {"ref": "#/definitions/GuidelineDocument.Identity.Availability"}
}
},
{
"type": "object",
"properties": {
"Status": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"CompanionDocument": {"ref": "#/definitions/GuidelineDocument.Identity.CompanionDocument"}
}
},
{
"type": "object",
"properties": {
"Adaptation": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"StructuredAbstract": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"PatientResource": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"QuickReferenceGuide": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"TechnicalReport": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Electronic": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Print": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"Contact": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"GEMCutVersion": {"ref": "#/definitions/GuidelineDocument.Identity.GEMCutHistory.GEMCutVersion"}
}
},
{
"type": "object",
"properties": {
"GEMCutAuthor": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"GEMCutDate": {"ref": "#/definitions/GemBasicType"}
}
},
{
"type": "object",
"properties": {
"GuidelineLength": {"ref": "#/definitions/GemBasicType"}
}
}
]
}