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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeServiceRequest
IdServiceRequest_HL7IT.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-hl7IT",
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "FILL",
            "display": "Fill Identifier"
          }
        ]
      },
      "system": "http://www.eng.it/identifiers/filler",
      "value": "283139"
    },
    {
      "type": {
        "coding": [
          {
            "code": "PLAC",
            "display": "Placer Identifier"
          }
        ]
      },
      "system": "http://eng.it/identifiers/placer",
      "value": "2831398888"
    }
  ],
  "requisition": {
    "system": "http://eng.it/identifiers/requisition",
    "value": "1283139202209031800"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://eng.it/FHIR/schema/serviceRequest-category",
          "code": "LAB",
          "display": "esami per laboratorio"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://eng.it/FHIR/schema/servicerequest-englab",
        "code": "IV16060",
        "display": "Ricerca Coronavirus SARS-CoV-2"
      }
    ]
  },
  "subject": {
    "reference": "Patient/id"
  },
  "encounter": {
    "reference": "Encounter/id"
  },
  "occurrenceDateTime": "2022-09-03T18:00:00+02:00",
  "authoredOn": "2022-09-05T14:52:43+02:00",
  "performer": [
    {
      "reference": "Organization/id"
    }
  ]
}