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

FHIR IG Statistics: StructureDefinition/2

Packagech.fhir.BNW.ch-core
Resource TypeStructureDefinition
Id2
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ch.fhir.BNW.ch-core@1.0.0&canonical=https://example.org/fhir/StructureDefinition/MyServiceRequest
URLhttps://example.org/fhir/StructureDefinition/MyServiceRequest
Statusdraft
Date2023-08-04T08:04:37.0597943+00:00
NameMyServiceRequest
Realmch
Authorityhl7
TypeServiceRequest
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "2",
  "url": "https://example.org/fhir/StructureDefinition/MyServiceRequest",
  "name": "MyServiceRequest",
  "status": "draft",
  "date": "2023-08-04T08:04:37.0597943+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "ServiceRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ServiceRequest.meta",
        "path": "ServiceRequest.meta"
      },
      {
        "id": "ServiceRequest.meta.lastUpdated",
        "path": "ServiceRequest.meta.lastUpdated",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.identifier",
        "path": "ServiceRequest.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this.type"
            }
          ],
          "description": "Unordered, Open, $this.type(Pattern)",
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.identifier:Placer-ID",
        "path": "ServiceRequest.identifier",
        "sliceName": "Placer-ID",
        "short": "Placer identifier",
        "definition": "Identifier for the placer of the pathology request",
        "max": "1"
      },
      {
        "id": "ServiceRequest.identifier:Filler-ID",
        "path": "ServiceRequest.identifier",
        "sliceName": "Filler-ID",
        "short": "Filler Identifier",
        "definition": "Identifier for the filler of the pathology request",
        "max": "1"
      },
      {
        "id": "ServiceRequest.status",
        "path": "ServiceRequest.status",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.intent",
        "path": "ServiceRequest.intent",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.category",
        "path": "ServiceRequest.category",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.encounter",
        "path": "ServiceRequest.encounter",
        "min": 1
      },
      {
        "id": "ServiceRequest.requester",
        "path": "ServiceRequest.requester",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}