Da Vinci - Coverage Requirements Discovery
1.0.0 - STU 1

This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: ServiceRequest example - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>basedOn</b>: <a href=\"http://example.org/fhir/ServiceRequest/someReferral\">http://example.org/fhir/ServiceRequest/someReferral</a></p><p><b>status</b>: draft</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 25267002}\">Implant Pacemaker</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Generated Summary: Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 1987-02-20</a></p><p><b>authoredOn</b>: 2015-03-30</p><p><b>requester</b>: <a href=\"Practitioner-example.html\">Dr. Beverly Crusher. Generated Summary: id: 9941339108, id: 25456; Adam Careful </a></p><p><b>performer</b>: <a href=\"http://example.org/fhir/Practitioner/example2\">Dr Cecil Surgeon</a></p><p><b>locationReference</b>: <a href=\"Location-example.html\">Generated Summary: id: B1-S.F2; status: active; name: South Wing, second floor; alias: MC, SW, F2, alias: University Medical Center, South Wing, second floor; description: Second floor of the Old South Wing, formerly in use by Psychiatry; mode: instance; Phone: 2328, Fax: 2329, second-wing-admissions@sampleorg.com, http://sampleorg.com/southwing; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type wi}\">Wing</span></a></p><p><b>reasonCode</b>: <span title=\"Codes: \">Bradycardia</span></p></div>"
  },
  "basedOn" : [
    {
      "reference" : "http://example.org/fhir/ServiceRequest/someReferral"
    }
  ],
  "status" : "draft",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "25267002",
        "display" : "Insertion of intracardiac pacemaker (procedure)"
      }
    ],
    "text" : "Implant Pacemaker"
  },
  "subject" : {
    "reference" : "Patient/example"
  },
  "authoredOn" : "2015-03-30",
  "requester" : {
    "reference" : "Practitioner/example",
    "display" : "Dr. Beverly Crusher"
  },
  "performer" : [
    {
      "reference" : "http://example.org/fhir/Practitioner/example2",
      "display" : "Dr Cecil Surgeon"
    }
  ],
  "locationReference" : [
    {
      "reference" : "Location/example"
    }
  ],
  "reasonCode" : [
    {
      "text" : "Bradycardia"
    }
  ]
}