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

FHIR IG analytics

Packagerl.fhir.r4.draft
Resource TypeStructureDefinition
IdProfile_RL_ServiceRequest_Core.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=rl.fhir.r4.draft@3.16.1-new&canonical=https://fhir.siss.regione.lombardia.it/StructureDefinition/RLServiceRequestCore
URLhttps://fhir.siss.regione.lombardia.it/StructureDefinition/RLServiceRequestCore
Version3.16.1-new
Statusdraft
NameRLServiceRequestCore
TypeServiceRequest
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
rl.fhir.r4.draft#3.16.1-newRLEncounterCoreEncounter Core
rlfhir.lab#1.0.0RLOrganizationCoreRLOrganizationCore
rlfhir.lab#1.0.0RLPatientCoreRLPatientCore
rlfhir.lab#1.0.0RLPractitionerCoreRLPractitionerCore
rlfhir.lab#1.0.0RLPractitionerRoleCoreRLPractitionerRoleCore

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLServiceRequestCore",
  "version": "3.16.1-new",
  "name": "RLServiceRequestCore",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "ServiceRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ServiceRequest.identifier",
        "path": "ServiceRequest.identifier",
        "short": "Identificatore univoco della richiesta (es. richiesta di ricovero)",
        "min": 0,
        "max": "*"
      },
      {
        "id": "ServiceRequest.identifier.system",
        "path": "ServiceRequest.identifier.system",
        "short": "Sistema di codifica dell'identificatore",
        "min": 0,
        "max": "1"
      },
      {
        "id": "ServiceRequest.identifier.value",
        "path": "ServiceRequest.identifier.value",
        "short": "Valore dell'identificatore",
        "min": 0,
        "max": "1"
      },
      {
        "id": "ServiceRequest.identifier.assigner.display",
        "path": "ServiceRequest.identifier.assigner.display",
        "short": "Nome dell'organizzazione che assegna l'identificatore",
        "definition": "Alternativa alla reference",
        "min": 0,
        "max": "1"
      },
      {
        "id": "ServiceRequest.identifier.assigner",
        "path": "ServiceRequest.identifier.assigner",
        "short": "Organizzazione che assegna l'identificatore",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLOrganizationCore"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.status",
        "path": "ServiceRequest.status",
        "short": "Stato della richiesta",
        "min": 1,
        "max": "1"
      },
      {
        "id": "ServiceRequest.intent",
        "path": "ServiceRequest.intent",
        "short": "Serve a distinguere il grado di formalità e vincolatività della richiesta di farmaco",
        "min": 1,
        "max": "1"
      },
      {
        "id": "ServiceRequest.priority",
        "path": "ServiceRequest.priority",
        "short": "Priorità della richiesta",
        "min": 0,
        "max": "1"
      },
      {
        "id": "ServiceRequest.subject",
        "path": "ServiceRequest.subject",
        "short": "Soggetto a cui è riferita la richiesta",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLPatientCore"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.encounter",
        "path": "ServiceRequest.encounter",
        "short": "Episodio clinico in cui è stata fatta la richiesta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLEncounterCore"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.authoredOn",
        "path": "ServiceRequest.authoredOn",
        "short": "Data e ora in cui la richiesta è stata creata",
        "min": 0,
        "max": "1"
      },
      {
        "id": "ServiceRequest.requester",
        "path": "ServiceRequest.requester",
        "short": "Da chi è stata fatta la richiesta",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLPractitionerRoleCore"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.performer",
        "path": "ServiceRequest.performer",
        "short": "Professionista sanitario incaricato di eseguire il servizio richiesto",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLPractitionerCore"
            ]
          }
        ]
      }
    ]
  }
}