Sha256: 6d6ef8ca92b5c8271fec806ecee6fe7e086da4d8286983788d58db74f22f6767

Contents?: true

Size: 1.85 KB

Versions: 2

Compression:

Stored size: 1.85 KB

Contents

{
  "resourceType": "DecisionSupportServiceModule",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div>Guideline Appropriate Ordering Module</div>"
  },
  "moduleMetadata": {
    "identifier": [
      {
        "use": "official",
        "value": "guildeline-appropriate-ordering"
      }
    ],
    "version": "1.0.0",
    "title": "Guideline Appropriate Ordering Module",
    "type": "module",
    "status": "draft",
    "description": "Guideline appropriate ordering is used to assess appropriateness of an order given a patient, a proposed order, and a set of clinical indications.",
    "publicationDate": "2015-07-22",
    "topic": [
      {
        "text": "Guideline Appropriate Ordering"
      },
      {
        "text": "Appropriate Use Criteria"
      }
    ]
  },
  "parameter": [
    {
      "fhir_comments": [
        "  Patient Data Requirement  ",
        " mustSupport value=\"gender\"/ ",
        " mustSupport value=\"birthDate\"/ "
      ],
      "name": "patient",
      "use": "in",
      "type": "Patient",
      "profile": {
        "reference": "http://hl7.org/fhir/StructureDefinition/gao-patient"
      }
    },
    {
      "fhir_comments": [
        "  Order Data Requirement  "
      ],
      "name": "order",
      "use": "in",
      "type": "Order",
      "profile": {
        "reference": "http://hl7.org/fhir/StructureDefinition/gao-order"
      }
    },
    {
      "fhir_comments": [
        "  Order Output  "
      ],
      "name": "order",
      "use": "out",
      "type": "Order",
      "profile": {
        "reference": "http://hl7.org/fhir/StructureDefinition/gao-order"
      }
    },
    {
      "fhir_comments": [
        "  Result  "
      ],
      "name": "result",
      "use": "out",
      "type": "Basic",
      "profile": {
        "reference": "http://hl7.org/fhir/StructureDefinition/gao-result"
      }
    }
  ]
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fhir_models-0.3.1 examples/json/decisionsupportservicemodule-example.json
fhir_models-0.3.0 examples/json/decisionsupportservicemodule-example.json