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 Claim - Basic Resource Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Basic",
  "id" : "CDMBasicPIIInstance",
  "meta" : {
    "extension" : [
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id",
        "valueString" : "tenant12345"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id",
        "valueString" : "zgVCJnQBxvshkKBI8Hzz"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-name",
        "valueString" : "HDP"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-client-id",
        "valueString" : "1234"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-record-id",
        "valueIdentifier" : {
          "system" : "http://linuxforhealth.org/ApplicationA",
          "value" : "7209_07869_e00080779_3938586_2516181"
        }
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/source-file-id",
        "valueString" : "e00014543"
      }
    ],
    "source" : "http://linuxforhealth.org/ApplicationA",
    "profile" : [
      "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-basic"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Basic</b><a name=\"CDMBasicPIIInstance\"> </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 Basic \"CDMBasicPIIInstance\" </p><p style=\"margin-bottom: 0px\">Information Source: http://linuxforhealth.org/ApplicationA!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-basic.html\">CDM Basic</a></p></div><p><b>identifier</b>: Token identifier: 2d86c4246a3c1eb516628bf324w6b9b3(use: OFFICIAL)</p><p><b>code</b>: Patient Tokens <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-basic-resource-type.html\">Basic Resource Type Codes</a>#patient-tokens)</span></p><p><b>subject</b>: <a href=\"Patient-CDMPatientInstance.html\">Patient/CDMPatientInstance</a> \" MCLASTNAME\"</p><p><b>created</b>: 2017-07-25</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "TKN"
          }
        ]
      },
      "system" : "http://linuxforhealth.org/CodeSystem/local-pii-identifier",
      "value" : "2d86c4246a3c1eb516628bf324w6b9b3"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/basic-resource-type",
        "code" : "patient-tokens"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/CDMPatientInstance"
  },
  "created" : "2017-07-25"
}