Structured Data Capture
3.0.0 - STU 3 International flag

Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions

: Request-based solicitation example - ServiceRequest - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-servicerequest"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"example\"> </a></p><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\">Resource ServiceRequest &quot;example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-sdc-servicerequest.html\">Questionnaire Service Request</a></p></div><p><b>ServiceRequest Questionnaire</b>: <a href=\"Questionnaire-questionnaire-sdc-profile-example-PHQ9.html\">Patient Health Questionnaire - 9 Item</a></p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>code</b>: Complete Questionnaire <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-temp.html\">Temporary SDC Codes</a>#complete-questionnaire)</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/Patient/proband\">http://hl7.org/fhir/Patient/proband: Annie Proband</a></p><p><b>occurrence</b>: Once per 1 months</p><p><b>requester</b>: <a href=\"http://hl7.org/fhir/PractitionerRole/example\">http://hl7.org/fhir/PractitionerRole/example: Dr. Adam Careful, Acme Hospital</a></p><p><b>performer</b>: <a href=\"http://hl7.org/fhir/Patient/proband\">http://hl7.org/fhir/Patient/proband: Annie Proband</a></p><p><b>reasonCode</b>: Monitor effects of new anti-depressant <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-servicerequest-questionnaire",
      "valueCanonical" : "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-PHQ9"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
        "code" : "complete-questionnaire"
      }
    ]
  },
  "subject" : {
    "reference" : "http://hl7.org/fhir/Patient/proband",
    "display" : "Annie Proband"
  },
  "occurrenceTiming" : {
    "repeat" : {
      "frequency" : 1,
      "period" : 1,
      "periodUnit" : "mo"
    }
  },
  "requester" : {
    "reference" : "http://hl7.org/fhir/PractitionerRole/example",
    "display" : "Dr. Adam Careful, Acme Hospital"
  },
  "performer" : [
    {
      "reference" : "http://hl7.org/fhir/Patient/proband",
      "display" : "Annie Proband"
    }
  ],
  "reasonCode" : [
    {
      "text" : "Monitor effects of new anti-depressant"
    }
  ]
}