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" : "DocumentReference",
"id" : "guideline-attachment-example",
"meta" : {
"profile" : [
🔗 "http://fhir.awmf.org/awmf.ig/StructureDefinition/guideline-attachment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"ltr\">Guideline Attachment Example</div>"
},
"status" : "current",
"type" : {
"coding" : [
{
"system" : "https://fevir.net/resources/CodeSystem/179423",
"code" : "attachments",
"display" : "Attachments"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections",
"code" : "slide-deck"
}
]
},
{
"coding" : [
{
"system" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections",
"code" : "visual-abstract",
"display" : "Visual Abstract"
}
]
}
],
"content" : [
{
"attachment" : {
"contentType" : "application/pdf",
"language" : "en",
"title" : "Slide Deck"
}
}
]
}