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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeServiceRequest
IdServiceRequest.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": "HC40-UNITY.servicerequest",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/ServiceRequest_Eng"
    ]
  },
  "extension": [
    {
      "url": "http://cct.eng.it/FHIR/schema/servicerequest-prest-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/servicerequest-prest-statusCode",
            "code": "A"
          }
        ]
      }
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/servicerequest-imagine-url",
      "valueUrl": "http://prova-imagine"
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/servicerequest-referto",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/servicerequest-refertoCode",
            "code": "F"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "code": "FILL",
            "display": "Fill Identifier"
          }
        ]
      },
      "system": "http://www.openlis.it/identifiers/filler",
      "value": "1-283139-202209031800-1-0"
    }
  ],
  "requisition": {
    "use": "official",
    "type": {
      "coding": [
        {
          "code": "PLAC",
          "display": "Placer Identifier"
        }
      ]
    },
    "system": "http://www.openlis.it/identifiers/requisition",
    "value": "1283139202209031800"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://cct.eng.it/FHIR/schema/serviceRequest-category",
          "code": "LAB",
          "display": "esami per laboratorio"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://cct.eng.it/FHIR/schema/servicerequest-openlis",
        "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",
  "requester": {
    "reference": "Practitioner/id"
  },
  "performer": [
    {
      "reference": "Organization/id"
    }
  ],
  "locationCode": [
    {
      "coding": [
        {
          "system": "http://www.openlis.it/servicerequest-locationcode",
          "code": "codiceLocation",
          "display": "descrizione codiceLocation"
        }
      ]
    }
  ],
  "locationReference": [
    {
      "reference": "Location/id"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/id"
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://cct.eng.it/FHIR/schema/bodySite-laterality",
          "code": "DX",
          "display": "Destra"
        }
      ]
    }
  ]
}