Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry
0.1.0 - qa-preview
Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry - Downloaded Version 0.1.0 See the Directory of published versions
{
"resourceType" : "Composition",
"id" : "TestInvRequireReleaseTypeIfRegistered-WrongCode-SHOULD-FAIL",
"meta" : {
"profile" : [
🔗 "http://fhir.awmf.org/awmf.ig/StructureDefinition/guideline"
],
"tag" : [
{
"system" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-awmf",
"code" : "major-minor",
"display" : "Major-Minor Versioning"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"ltr\">Guideline Example</div>"
},
"extension" : [
{
"url" : "http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-planned-completion-date",
"valueDate" : "2025-03-06"
}
],
"identifier" : [
{
"use" : "official",
"system" : "https://example.org/identifiers",
"value" : "AWMF-Guideline-Example"
}
],
"version" : "2.0",
"status" : "registered",
"type" : {
"coding" : [
{
"system" : "https://fevir.net/resources/CodeSystem/179423",
"code" : "Guideline",
"display" : "Guideline"
}
]
},
"date" : "2025-03-06",
"author" : [
{
🔗 "extension" : [
{
"url" : "http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-guideline-author-role",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-author-role",
"code" : "registrant"
}
]
}
}
],
"reference" : "PractitionerRole/GuidelineAuthorRoleExample"
}
],
"title" : "Example Guideline"
}