Dissolve-E: AWMF Guideline Registry
0.2.0 - ci-build
Dissolve-E: AWMF Guideline Registry - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Composition",
"id" : "RR-TestTestInvAuthorRegistSingleton-NoRegistrant-SHOULD-FAIL",
"meta" : {
"profile" : [
🔗 "http://fhir.awmf.org/awmf.ig/StructureDefinition/guideline-registry-record"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"ltr\">Guideline Example</div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://example.org/identifiers",
"value" : "AWMF-Guideline-Example"
}
],
"version" : "2.0",
"status" : "final",
"type" : {
"coding" : [
{
"system" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-awmf",
"code" : "guideline-registry-record",
"display" : "Guideline Registry Record"
}
]
},
"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" : "contributing"
}
]
}
}
],
"reference" : "PractitionerRole/GuidelineAuthorRoleExample"
}
],
"title" : "Example Guideline"
}