JASPEHR(the JApanese Standard Platform for EHRs) 実装ガイド
1.0.0 - draft

JASPEHR(the JApanese Standard Platform for EHRs) 実装ガイド - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JSP QResponse AnswerTypes ValueSet - JSON Representation

Draft as of 2024-04-01

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "jsp-qresponse-answerTypes-vs",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet jsp-qresponse-answerTypes-vs</b></p><a name=\"jsp-qresponse-answerTypes-vs\"> </a><a name=\"hcjsp-qresponse-answerTypes-vs\"> </a><a name=\"jsp-qresponse-answerTypes-vs-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablevalueset.html\">Shareable ValueSet</a></p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>http://hl7.org/fhir/ValueSet/questionnaire-answers</code></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude codes from<code>http://hl7.org/fhir/ValueSet/questionnaire-answers</code> where code  = boolean</li><li>Exclude codes from<code>http://hl7.org/fhir/ValueSet/questionnaire-answers</code> where code  = uri</li><li>Exclude codes from<code>http://hl7.org/fhir/ValueSet/questionnaire-answers</code> where code  = attachment</li><li>Exclude codes from<code>http://hl7.org/fhir/ValueSet/questionnaire-answers</code> where code  = reference</li><li>Exclude codes from<code>http://hl7.org/fhir/ValueSet/questionnaire-answers</code> where code  = quantity</li></ul></div>"
  },
  "url" : "http://jaspehr.jp/fhir/StructureDefinition/JSP_QResponse_AnswerTypes_VS",
  "version" : "1.0.0",
  "name" : "JSP_QResponse_AnswerTypes_VS",
  "title" : "JSP QResponse AnswerTypes ValueSet",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-04-01T19:07:00+09:00",
  "description" : "QuestionnaireResponse.item.answer.value[x] で設定可能とする型( decimal, integer, date, dateTime, time, string, Coding )",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/ValueSet/questionnaire-answers"
      }
    ],
    "exclude" : [
      {
        "system" : "http://hl7.org/fhir/ValueSet/questionnaire-answers",
        "filter" : [
          {
            "property" : "code",
            "op" : "=",
            "value" : "boolean"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/ValueSet/questionnaire-answers",
        "filter" : [
          {
            "property" : "code",
            "op" : "=",
            "value" : "uri"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/ValueSet/questionnaire-answers",
        "filter" : [
          {
            "property" : "code",
            "op" : "=",
            "value" : "attachment"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/ValueSet/questionnaire-answers",
        "filter" : [
          {
            "property" : "code",
            "op" : "=",
            "value" : "reference"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/ValueSet/questionnaire-answers",
        "filter" : [
          {
            "property" : "code",
            "op" : "=",
            "value" : "quantity"
          }
        ]
      }
    ]
  }
}