FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-crd
Resource TypeServiceRequest
IdServiceRequest-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ServiceRequest example

Language: en

basedOn: http://example.org/fhir/ServiceRequest/someReferral

status: Draft

intent: Order

code: Implant Pacemaker

subject: Amy V. Shaw Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

authoredOn: 2015-03-30

requester: Dr. Beverly Crusher

performer: Dr Cecil Surgeon

locationReference: Location South Wing, second floor

reasonCode: Bradycardia


Source1

{
  "resourceType": "ServiceRequest",
  "id": "example",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "http://example.org/fhir/ServiceRequest/someReferral"
    }
  ],
  "status": "draft",
  "intent": "order",
  "code": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-billing-options",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://www.ama-assn.org/go/cpt",
              "code": "0795T"
            }
          ]
        }
      },
      {
        "url": "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-billing-options",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://www.ama-assn.org/go/cpt",
              "code": "0796T"
            }
          ]
        }
      },
      {
        "url": "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-billing-options",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://www.ama-assn.org/go/cpt",
              "code": "0797T"
            }
          ]
        }
      },
      {
        "url": "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-billing-options",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://www.ama-assn.org/go/cpt",
              "code": "0804T"
            }
          ]
        }
      },
      {
        "url": "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-billing-options",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://www.ama-assn.org/go/cpt",
              "code": "0823T"
            }
          ]
        }
      },
      {
        "url": "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-billing-options",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://www.ama-assn.org/go/cpt",
              "code": "0915T"
            }
          ]
        }
      }
    ],
    "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/full",
    "display": "Dr. Beverly Crusher"
  },
  "performer": [
    {
      "reference": "http://example.org/fhir/Practitioner/full2",
      "display": "Dr Cecil Surgeon"
    }
  ],
  "locationReference": [
    {
      "reference": "Location/example"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "48867003",
          "display": "Bradycardia"
        }
      ]
    }
  ]
}