All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
narratives.stu3.examples.library.SuicideRisk.json Maven / Gradle / Ivy
{
"resourceType": "Library",
"id": "mmi-suiciderisk-orderset-logic",
"identifier": [
{
"use": "official",
"value": "SuicideRiskLogic"
}
],
"version": "1.0.0",
"title": "Suicide Risk Order Set Logic",
"type": {
"coding": [
{
"code": "logic-library"
}
]
},
"status": "draft",
"date": "2015-07-22",
"description": "Logic for Suicide Risk Order Sets",
"topic": [
{
"text": "Suicide Risk Order Set Logic"
}
],
"relatedArtifact": [
{
"type": "depends-on",
"resource": {
"reference": "Library/library-fhir-model-definition"
}
},
{
"type": "depends-on",
"resource": {
"reference": "Library/library-fhir-helpers",
"display": "FHIRHelpers"
}
},
{
"type": "depends-on",
"resource": {
"reference": "CodeSystem/npi-taxonomy"
}
},
{
"type": "depends-on",
"resource": {
"reference": "ValueSet/1.2.3.4.5",
"display": "Suicide Risk Assessment"
}
}
],
"parameter": [
{
"name": "Patient",
"use": "in",
"min": 1,
"max": "1",
"type": "Patient"
},
{
"name": "Encounter",
"use": "in",
"min": 1,
"max": "1",
"type": "Encounter"
},
{
"name": "Practitioner",
"use": "in",
"min": 1,
"max": "1",
"type": "Practitioner"
}
],
"dataRequirement": [
{
"type": "RiskAssessment",
"codeFilter": [
{
"path": "code",
"valueSetString": "Suicide Risk Assessment"
}
]
}
],
"content": [
{
"contentType": "text/cql",
"url": "library-mmi-suiciderisk-orderset-logic-content.cql"
}
]
}