FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/ServiceRequestCreate

Packagequalitype.fhir.samples
Resource TypeStructureDefinition
IdServiceRequestCreate
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=qualitype.fhir.samples@1.0.0&canonical=http://www.qualitype.de/samples/fhir/StructureDefinition/ServiceRequestCreate
URLhttp://www.qualitype.de/samples/fhir/StructureDefinition/ServiceRequestCreate
Statusactive
NameServiceRequestCreate
DescriptionThe structure definition of a service request for an order creation.
TypeServiceRequest
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ConditionCreateConditionCreate
MedicationCreateMedicationCreate
notification-urlNotificationUrl
PatientCreatePatientCreate
SpecimenCreateSpecimenCreate

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ServiceRequestCreate",
  "url": "http://www.qualitype.de/samples/fhir/StructureDefinition/ServiceRequestCreate",
  "name": "ServiceRequestCreate",
  "status": "active",
  "description": "The structure definition of a service request for an order creation.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "quick",
      "uri": "http://siframework.org/cqf",
      "name": "Quality Improvement and Clinical Knowledge (QUICK)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ServiceRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ServiceRequest.contained",
        "path": "ServiceRequest.contained",
        "slicing": {
          "rules": "closed"
        },
        "min": 1
      },
      {
        "id": "ServiceRequest.contained:PatientCreate",
        "path": "ServiceRequest.contained",
        "sliceName": "PatientCreate",
        "min": 1,
        "max": "1"
      },
      {
        "id": "ServiceRequest.contained:ConditionCreate",
        "path": "ServiceRequest.contained",
        "sliceName": "ConditionCreate",
        "min": 0,
        "max": "1"
      },
      {
        "id": "ServiceRequest.contained:MedicationCreate",
        "path": "ServiceRequest.contained",
        "sliceName": "MedicationCreate",
        "min": 0,
        "max": "1"
      },
      {
        "id": "ServiceRequest.contained:SpecimenCreate",
        "path": "ServiceRequest.contained",
        "sliceName": "SpecimenCreate",
        "min": 0,
        "max": "*"
      },
      {
        "id": "ServiceRequest.extension",
        "path": "ServiceRequest.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "max": "1"
      },
      {
        "id": "ServiceRequest.extension:NotificationUrl",
        "path": "ServiceRequest.extension",
        "sliceName": "NotificationUrl",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://www.qualitype.de/samples/fhir/StructureDefinition/notification-url"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.identifier",
        "path": "ServiceRequest.identifier",
        "max": "1"
      },
      {
        "id": "ServiceRequest.instantiatesCanonical",
        "path": "ServiceRequest.instantiatesCanonical",
        "max": "0"
      },
      {
        "id": "ServiceRequest.instantiatesUri",
        "path": "ServiceRequest.instantiatesUri",
        "max": "0"
      },
      {
        "id": "ServiceRequest.basedOn",
        "path": "ServiceRequest.basedOn",
        "max": "0"
      },
      {
        "id": "ServiceRequest.replaces",
        "path": "ServiceRequest.replaces",
        "max": "0"
      },
      {
        "id": "ServiceRequest.requisition",
        "path": "ServiceRequest.requisition",
        "max": "0"
      },
      {
        "id": "ServiceRequest.status",
        "path": "ServiceRequest.status",
        "patternCode": "active"
      },
      {
        "id": "ServiceRequest.intent",
        "path": "ServiceRequest.intent",
        "patternCode": "order"
      },
      {
        "id": "ServiceRequest.category",
        "path": "ServiceRequest.category",
        "max": "0"
      },
      {
        "id": "ServiceRequest.priority",
        "path": "ServiceRequest.priority",
        "max": "0"
      },
      {
        "id": "ServiceRequest.doNotPerform",
        "path": "ServiceRequest.doNotPerform",
        "max": "0"
      },
      {
        "id": "ServiceRequest.code",
        "path": "ServiceRequest.code",
        "binding": {
          "strength": "required",
          "valueSet": "http://www.qualitype.de/samples/fhir/CodeSystem/goals"
        }
      },
      {
        "id": "ServiceRequest.code.coding",
        "path": "ServiceRequest.code.coding",
        "max": "1"
      },
      {
        "id": "ServiceRequest.code.text",
        "path": "ServiceRequest.code.text",
        "max": "0"
      },
      {
        "id": "ServiceRequest.orderDetail",
        "path": "ServiceRequest.orderDetail",
        "max": "0"
      },
      {
        "id": "ServiceRequest.quantity[x]",
        "path": "ServiceRequest.quantity[x]",
        "max": "0"
      },
      {
        "id": "ServiceRequest.subject",
        "path": "ServiceRequest.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://www.qualitype.de/samples/fhir/StructureDefinition/PatientCreate"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.encounter",
        "path": "ServiceRequest.encounter",
        "max": "0"
      },
      {
        "id": "ServiceRequest.occurrence[x]",
        "path": "ServiceRequest.occurrence[x]",
        "max": "0"
      },
      {
        "id": "ServiceRequest.asNeeded[x]",
        "path": "ServiceRequest.asNeeded[x]",
        "max": "0"
      },
      {
        "id": "ServiceRequest.authoredOn",
        "path": "ServiceRequest.authoredOn",
        "max": "0"
      },
      {
        "id": "ServiceRequest.requester",
        "path": "ServiceRequest.requester",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.performerType",
        "path": "ServiceRequest.performerType",
        "max": "0"
      },
      {
        "id": "ServiceRequest.performer",
        "path": "ServiceRequest.performer",
        "max": "0"
      },
      {
        "id": "ServiceRequest.locationCode",
        "path": "ServiceRequest.locationCode",
        "max": "0"
      },
      {
        "id": "ServiceRequest.locationReference",
        "path": "ServiceRequest.locationReference",
        "max": "0"
      },
      {
        "id": "ServiceRequest.reasonCode",
        "path": "ServiceRequest.reasonCode",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://www.qualitype.de/samples/fhir/CodeSystem/indications"
        }
      },
      {
        "id": "ServiceRequest.reasonCode.coding",
        "path": "ServiceRequest.reasonCode.coding",
        "max": "1"
      },
      {
        "id": "ServiceRequest.reasonCode.text",
        "path": "ServiceRequest.reasonCode.text",
        "max": "0"
      },
      {
        "id": "ServiceRequest.reasonReference",
        "path": "ServiceRequest.reasonReference",
        "max": "0"
      },
      {
        "id": "ServiceRequest.insurance",
        "path": "ServiceRequest.insurance",
        "max": "0"
      },
      {
        "id": "ServiceRequest.supportingInfo",
        "path": "ServiceRequest.supportingInfo",
        "max": "2",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://www.qualitype.de/samples/fhir/StructureDefinition/ConditionCreate",
              "http://www.qualitype.de/samples/fhir/StructureDefinition/MedicationCreate"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.specimen",
        "path": "ServiceRequest.specimen",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://www.qualitype.de/samples/fhir/StructureDefinition/SpecimenCreate"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.bodySite",
        "path": "ServiceRequest.bodySite",
        "max": "0"
      },
      {
        "id": "ServiceRequest.note",
        "path": "ServiceRequest.note",
        "max": "0"
      },
      {
        "id": "ServiceRequest.patientInstruction",
        "path": "ServiceRequest.patientInstruction",
        "max": "0"
      },
      {
        "id": "ServiceRequest.relevantHistory",
        "path": "ServiceRequest.relevantHistory",
        "max": "0"
      }
    ]
  }
}