All Downloads are FREE. Search and download functionalities are using the official Maven repository.

narratives.r4.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"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy