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

FHIR IG analytics

Packagede.uk-koeln.nngm.form
Resource TypeServiceRequest
IdExample-Profile-nNGM-ServiceRequest-AnforderungDerDiagnostik.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": "Example_ServiceRequest_AnforderungDerDiagnostik",
  "meta": {
    "profile": [
      "http://uk-koeln.de/fhir/StructureDefinition/ServiceRequest/nNGM/AnforderungDerDiagnostik"
    ]
  },
  "status": "completed",
  "intent": "proposal",
  "code": {
    "coding": [
      {
        "system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/anforderung-diagnostic-type",
        "code": "Gewebediagnostik"
      }
    ]
  },
  "orderDetail": [
    {
      "coding": [
        {
          "system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/anforderung-diagnostic-request",
          "code": "single"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "33055-5"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
          "code": "C18399"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/anforderung-fastTrack",
          "code": "EGFR EXON 19"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/anforderung-fastTrack",
          "code": "KRAS EXON 2"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/Example_Patient_Patient-567314-Pseudonym",
    "identifier": {
      "type": {
        "coding": [
          {
            "system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/identifier-type",
            "code": "P"
          }
        ]
      },
      "system": "http://uk-koeln.de/fhir/sid/nNGM/patient-pseudonym",
      "value": "567314"
    }
  },
  "authoredOn": "2022-07-19",
  "requester": {
    "reference": "Organization/Example_Organization_nNGM-Präsentationszentrum"
  },
  "performer": [
    {
      "reference": "Organization/Example_Organization_nNGM-Präsentationszentrum"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/Example_Specimen_Tumormaterial"
    }
  ]
}