Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Guidanceresponse-example.json

Example GuidanceResponse/example (JSON)

Maturity Level : N/A
Responsible Owner: Clinical Decision Support Work Group Standards Status : Informative Compartments : Not linked to any defined compartments Group , Patient

Raw JSON ( canonical form + also see JSON Format Specification )

Example of guidanceresponse

{
  "resourceType": "GuidanceResponse",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>contained</b>: </p><p><b>requestIdentifier</b>: guidanceRequest1</p><p><b>identifier</b>: guidanceResponse1</p><p><b>module</b>: <a>http://someguidelineprovider.org/radiology-appropriateness-guidelines.html</a></p><p><b>status</b>: success</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>encounter</b>: <a>Encounter/example</a></p><p><b>occurrenceDateTime</b>: 10/03/2017 4:02:00 PM</p><p><b>performer</b>: <a>Device/software</a></p><p><b>reasonCode</b>: Guideline Appropriate Ordering Assessment <span>(Details )</span></p><p><b>outputParameters</b>: id: outputParameters1</p></div>"
  },
  "contained": [

  "resourceType" : "GuidanceResponse",
  "id" : "example",
  "contained" : [{
    "resourceType" : "Parameters",
    "id" : "outputParameters1",
    "parameter" : [{
      "name" : "score",
      "valueDecimal" : 7
    },

    {
      "resourceType": "Parameters",
      "id": "outputParameters1",
      "parameter": [
        {
          "name": "score",
          "valueDecimal": 7
        },
        {
          "name": "item-assessed",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://www.ama-assn.org/go/cpt",
                "code": "70450",
                "display": "CT, head, wo iv contrast"
              }
            ]
          }
        },
        {
          "name": "device",
          "valueReference": {
            "reference": "Device/software"
          }
        },
        {
          "name": "guideline-followed",
          "valueUri": "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"
        }
      ]
    }
  ],
  "requestIdentifier": {
    "system": "http://example.org",
    "value": "guidanceRequest1"
  },
  "identifier": [

      "name" : "item-assessed",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://www.ama-assn.org/go/cpt",
          "code" : "70450",
          "display" : "Computed tomography, head or brain; without contrast material"
        }]
      }
    },

    {
      "system": "http://example.org",
      "value": "guidanceResponse1"
    }
  ],
  "moduleUri": "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html",
  "status": "success",
  "subject": {
    "reference": "Patient/example"

      "name" : "device",
      "valueReference" : {
        "reference" : "Device/software"
      }
    },
    {
      "name" : "guideline-followed",
      "valueUri" : "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"
    }]
  }],
  "requestIdentifier" : {
    "system" : "http://example.org",
    "value" : "guidanceRequest1"

  },
  "encounter": {
    "reference": "Encounter/example"

  "identifier" : [{
    "system" : "http://example.org",
    "value" : "guidanceResponse1"
  }],
  "moduleUri" : "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html",
  "status" : "success",
  "subject" : {
    "reference" : "Patient/example"

  },
  "occurrenceDateTime": "2017-03-10T16:02:00Z",
  "performer": {
    "reference": "Device/software"

  "encounter" : {
    "reference" : "Encounter/example"

  },
  "reasonCode": [
    {
      "text": "Guideline Appropriate Ordering Assessment"

  "occurrenceDateTime" : "2017-03-10T16:02:00Z",
  "performer" : {
    "reference" : "Device/software"
  },
  "reason" : [{
    "concept" : {
      "text" : "Guideline Appropriate Ordering Assessment"

    }
  ],
  "outputParameters": {
    "reference": "#outputParameters1"

  }],
  "outputParameters" : {
    "reference" : "#outputParameters1"

  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.