Sha256: 0380e6daa1ca664f4fc26d06b1ff2ffa45905461923998ed7b75f2bdd5e16b66

Contents?: true

Size: 1.46 KB

Versions: 7

Compression:

Stored size: 1.46 KB

Contents

{
  "resourceType": "DecisionSupportServiceModule",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Guideline Appropriate Ordering Module</div>"
  },
  "identifier": [
    {
      "use": "official",
      "value": "guildeline-appropriate-ordering"
    }
  ],
  "version": "1.0.0",
  "title": "Guideline Appropriate Ordering 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": [
    {
      "name": "patient",
      "use": "in",
      "type": "Patient",
      "profile": {
        "reference": "http://hl7.org/fhir/StructureDefinition/gao-patient"
      }
    },
    {
      "name": "order",
      "use": "in",
      "type": "Task",
      "profile": {
        "reference": "http://hl7.org/fhir/StructureDefinition/gao-task"
      }
    },
    {
      "name": "order",
      "use": "out",
      "type": "Task",
      "profile": {
        "reference": "http://hl7.org/fhir/StructureDefinition/gao-task"
      }
    },
    {
      "name": "result",
      "use": "out",
      "type": "Basic",
      "profile": {
        "reference": "http://hl7.org/fhir/StructureDefinition/gao-result"
      }
    }
  ]
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-1.6.8 lib/fhir_models/examples/json/decisionsupportservicemodule-example.json
fhir_models-1.6.7 lib/fhir_models/examples/json/decisionsupportservicemodule-example.json
fhir_models-1.6.6 lib/fhir_models/examples/json/decisionsupportservicemodule-example.json
fhir_models-1.6.4 lib/fhir_models/examples/json/decisionsupportservicemodule-example.json
fhir_models-1.6.3 examples/json/decisionsupportservicemodule-example.json
fhir_models-1.6.2 examples/json/decisionsupportservicemodule-example.json
fhir_models-1.6.1 examples/json/decisionsupportservicemodule-example.json