CPG-on-EBMonFHIR template - Local Development build (v0.0.1-snapshot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Pain Monitoring with VAS - JSON Representation
Raw json | Download
{
"resourceType" : "ActivityDefinition",
"id" : "PainMonitoringVAS",
"meta" : {
"profile" : [
"https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/assessment-action"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ActivityDefinition</b><a name=\"PainMonitoringVAS\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ActivityDefinition "PainMonitoringVAS" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"file:///github/workspace/output/StructureDefinition-assessment-action.html\">Assessment Action</a></p></div><p><b>knowledgeCapability</b>: computable</p><p><b>knowledgeRepresentationLevel</b>: structured</p><p><b>url</b>: <code>https://www.netzwerk-universitaetsmedizin.de/fhir/codex-celida/guideline/patients-icu-pain-monitoring/recommended-action/pain-monitoring-VAS</code></p><p><b>version</b>: 0.1</p><p><b>name</b>: PainMonitoringWithVASPlan</p><p><b>title</b>: Pain Monitoring with VAS</p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>subject</b>: Patient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R5/codesystem-fhir-types.html\">All FHIR Types</a>#Patient)</span></p><p><b>date</b>: 2023-12-18 10:04:10+0000</p><p><b>publisher</b>: NUM CODEX+ CELIDA</p><p><b>description</b>: Pain monitoring in ICU Patients with VAS</p><p><b>kind</b>: ServiceRequest</p><p><b>code</b>: Pain severity [Score] Visual analog score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#38214-3)</span></p><p><b>timing</b>: Code: every 8 hours</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode" : "computable"
},
{
"url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
"valueCode" : "structured"
}
],
"url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/codex-celida/guideline/patients-icu-pain-monitoring/recommended-action/pain-monitoring-VAS",
"version" : "0.1",
"name" : "PainMonitoringWithVASPlan",
"title" : "Pain Monitoring with VAS",
"status" : "active",
"experimental" : true,
"subjectCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/fhir-types",
"code" : "Patient"
}
]
},
"date" : "2023-12-18T10:04:10+00:00",
"publisher" : "NUM CODEX+ CELIDA",
"description" : "Pain monitoring in ICU Patients with VAS",
"kind" : "ServiceRequest",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "38214-3",
"display" : "Pain severity [Score] Visual analog score"
}
]
},
"timingTiming" : {
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
"code" : "Q8H"
}
]
}
}
}