LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Service Request Example - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "CDMServiceRequestInstance",
  "meta" : {
    "extension" : [
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id",
        "valueString" : "tenant7209"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id",
        "valueString" : "rgVCJnQBxvghkKTI8Hzz"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-name",
        "valueString" : "TREX"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-client-id",
        "valueString" : "7209"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-record-id",
        "valueIdentifier" : {
          "system" : "http://acme-health.com/WellnessMedicalCenter",
          "value" : "7209_07869_e00080779_3938586_2516181"
        }
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/source-file-id",
        "valueString" : "e00080779"
      }
    ],
    "source" : "http://acme-health.com/WellnessMedicalCenter",
    "profile" : [
      "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-service-request"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"CDMServiceRequestInstance\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ServiceRequest \"CDMServiceRequestInstance\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/WellnessMedicalCenter!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-service-request.html\">CDM Service Request</a></p></div><p><b>identifier</b>: Source System Row Identifier: 000000000000000000019721078(use: OFFICIAL)</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>category</b>: localreferraltype <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (local-referral-type#localreferraltype)</span></p><p><b>subject</b>: <a href=\"Patient-CDMPatientInstance.html\">Patient/CDMPatientInstance</a> \" MCLASTNAME\"</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "SSRI"
          }
        ]
      },
      "system" : "http://acme-health.com/CodeSystem/local-authorization-number",
      "value" : "000000000000000000019721078",
      "assigner" : {
        "display" : "Acme Health - Wellness Medical Center"
      }
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://acme-health.com/CodeSystem/local-referral-type",
          "code" : "localreferraltype"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/CDMPatientInstance"
  }
}