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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeServiceRequest
IdEsempio_ServiceRequest_PNT.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": "POD.fa462fc8-7658-4098-ae95-56e4e4c73350",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/ServiceRequest"
    ]
  },
  "extension": [
    {
      "url": "http://pnt.gov/FHIR/schema/servicerequest-consensoPaziente",
      "valueBoolean": true
    },
    {
      "url": "http://pnt.gov/FHIR/schema/servicerequest-primoAccesso",
      "valueBoolean": true
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "PLAC",
            "display": "Placer Identifier"
          }
        ]
      },
      "value": "identificativo_singola_prestazione"
    }
  ],
  "requisition": {
    "value": "160D34000071523"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "https://terminology.pnt.gov/CodeSystem/brancaPrestazione",
          "code": "CODICE_BRANCA"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "https://terminology.pnt.gov/CodeSystem/catalogoNazionalePrestazione",
        "code": "Codice_catalogo_nazionale"
      },
      {
        "system": "https://terminology.pnt.gov/CodeSystem/catalogoRegionalePrestazione",
        "code": "Codice_catalogo_regionale"
      }
    ]
  },
  "orderDetail": [
    {
      "coding": [
        {
          "system": "https://terminology.pnt.gov/CodeSystem/tariffaNazionalePrestazione",
          "code": "Tariffa_catalogo_nazionale"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/POD.fa462fc8-7658-4098-ae95-56e4e4c73350"
  },
  "quantityQuantity": {
    "value": 1
  },
  "occurrenceDateTime": "2023-06-29T18:00:00+02:00",
  "authoredOn": "2023-06-29T14:52:43+02:00",
  "requester": {
    "reference": "PractitionerRole/POD.fb5f447b-f2d2-43a0-8761-b37afd813ebb"
  },
  "performer": [
    {
      "reference": "PractitionerRole/POD.fb5f447b-f2d2-43a0-8761-b37afd813ebb"
    },
    {
      "reference": "HealthcareService/POD.1d21e9e6-ed89-4105-9815-f1f8b9d4a53a"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/icd9cm",
          "code": "codiceICD9-quesitoDiagnostico"
        }
      ]
    }
  ]
}