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

FHIR IG analytics

Packagequalitype.fhir.samples
Resource TypeServiceRequest
IdServiceRequest-servicerequest-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ServiceRequest",
  "id": "servicerequest-example",
  "contained": [
    {
      "resourceType": "Condition",
      "id": "condition-example",
      "code": {
        "coding": [
          {
            "code": "DIAGNOSIS-1",
            "system": "http://www.qualitype.de/samples/fhir/CodeSystem/diagnoses",
            "display": "Diagnosis 1"
          }
        ]
      },
      "subject": {
        "reference": "Patient/patient-example",
        "identifier": {
          "system": "http://www.acme.com/fhir/NamingSystem/patient-identifier",
          "value": "patient-extern-123"
        }
      }
    },
    {
      "resourceType": "Medication",
      "id": "medication-example",
      "code": {
        "coding": [
          {
            "code": "MEDICATION-1",
            "system": "http://www.qualitype.de/samples/fhir/CodeSystem/medications",
            "display": "Medication 1"
          }
        ]
      }
    }
  ],
  "extension": [
    {
      "url": "http://www.qualitype.de/samples/fhir/StructureDefinition/notification-url",
      "valueUrl": "http://www.acme.com/notifyme"
    }
  ],
  "identifier": [
    {
      "system": "http://www.acme.com/fhir/NamingSystem/servicerequest-identifier",
      "value": "order-extern-123"
    },
    {
      "system": "http://www.qualitype.de/samples/fhir/NamingSystem/servicerequest-identifier",
      "value": "order-intern-123"
    }
  ],
  "status": "active",
  "intent": "order",
  "code": {
    "coding": [
      {
        "code": "GOAL-1",
        "system": "http://www.qualitype.de/samples/fhir/CodeSystem/goals",
        "display": "Goal 1"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example",
    "identifier": {
      "system": "http://www.acme.com/fhir/NamingSystem/patient-identifier",
      "value": "patient-extern-123"
    }
  },
  "requester": {
    "reference": "Organization/acme"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "code": "INDICATION-1",
          "system": "http://www.qualitype.de/samples/fhir/CodeSystem/indications",
          "display": "Indication 1"
        }
      ]
    }
  ],
  "supportingInfo": [
    {
      "reference": "#condition-example"
    },
    {
      "reference": "#medication-example"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/specimen-example",
      "identifier": {
        "system": "http://www.acme.com/fhir/NamingSystem/specimen-identifier",
        "value": "sample-extern-123"
      }
    }
  ]
}